Commit graph

65 commits

Author SHA1 Message Date
Lauri Ojansivu
99703035d7 Use paxctl to fix segfaut on Alpine Linux. Closes #1303 2017-10-20 14:34:15 +03:00
Lauri Ojansivu
23ff08382a Dockerfile base image to debian:jessie-slim 2017-10-06 19:33:36 +03:00
Lauri Ojansivu
b34c62bbc7 Dockerfile base image from debian:8.9 to bitnami/minideb:jessie 2017-10-06 19:15:14 +03:00
Lauri Ojansivu
1e7e9d2715 Try newer Debian on Dockerfile. 2017-08-15 00:41:13 +03:00
Lauri Ojansivu
4fdcc144d5 Try to fix double slashes on Docker #962 2017-07-24 14:49:28 +03:00
Lauri Ojansivu
52619ef622 Revert Debian 9 and gcc changes, because I got more errors with gpg not found and gosu permission denied. 2017-07-15 03:13:48 +03:00
Lauri Ojansivu
6357d2fa8b Try gcc 6 on Debian 9 2017-07-15 03:04:46 +03:00
Lauri Ojansivu
67f5a1326b Test Debian 9 Docker base image, how many vulnerabilies it fixes, and does it work. 2017-07-15 02:53:46 +03:00
Lauri Ojansivu
753cc2e1e2 Try to fix build errors. 2017-07-14 23:28:22 +03:00
Lauri Ojansivu
9513053816 Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates. 2017-07-14 23:10:57 +03:00
Lauri Ojansivu
04fb2ae52c Try to fix Dockerfile 2017-07-12 03:59:52 +03:00
Lauri Ojansivu
2778c336bf Try to fix Dockerfile 2017-07-12 03:57:52 +03:00
Lauri Ojansivu
eb83a9fb62 Try to fix Dockerfile 2017-07-12 03:55:05 +03:00
Lauri Ojansivu
f6a70a28cb Try to fix Dockerfile 2017-07-12 03:41:15 +03:00
Lauri Ojansivu
a21892b84f Try to fix Dockerfile 2017-07-12 03:36:53 +03:00
Lauri Ojansivu
246f1dd3ac Try to fix Dockerfile 2017-07-12 03:33:36 +03:00
Lauri Ojansivu
2d595da6a6 Build Dockerfile with and without of USE_EDGE=true. 2017-07-12 01:48:46 +03:00
Jeff Tickle
b5197fa673 Updated Dockerfile to build successfully when USE_EDGE=true 2017-07-05 11:37:01 -04:00
Lauri Ojansivu
9787ab4d51 NPM back to version 4.6.1 2017-06-24 13:45:46 +03:00
Lauri Ojansivu
3c0df2dd64 Trying to fix fibers on Dockerfile. 2017-06-23 17:25:18 +03:00
Lauri Ojansivu
f0f27d1b95 Remove submodules and clone them instead, only latest history and one branch. Closes #977 2017-06-23 17:17:02 +03:00
Lauri Ojansivu
5ef594a7d3 Try again to fix fibers variable. 2017-06-23 16:59:10 +03:00
Lauri Ojansivu
865bb9063a Remove extra - from fibers. 2017-06-23 15:01:10 +03:00
Lauri Ojansivu
8e3b287c41 Remove fibers version arg. 2017-06-23 14:43:11 +03:00
Lauri Ojansivu
6df910f2ea Add FIBERS_VERSION declaration. NPM to version 5.0.3. 2017-06-23 11:57:32 +03:00
Lauri Ojansivu
86e2744c24 Use fibers 1.0.15 because 2.0.0 is broken. 2017-06-23 11:49:17 +03:00
Lauri Ojansivu
dda8ff9796 Upgrade npm to v4.6.1 2017-05-18 10:56:47 +03:00
Lauri Ojansivu
bdb2057504 Fix Dockerfile build error that stopped on linting checks. 2017-05-07 22:44:57 +03:00
Lauri Ojansivu
69768dc334 Fix permissions on Dockerfile. 2017-05-07 22:12:14 +03:00
Lauri Ojansivu
5831715bca Reorder installing to be more logical. 2017-05-07 22:04:29 +03:00
Lauri Ojansivu
f88d68a9c3 Fix: Download file(unicode filename) cause crash with exception. Closes #784 2017-05-07 21:51:11 +03:00
Lauri Ojansivu
c4e2f79ddf Upgrade to latest packages. 2017-05-07 14:20:51 +03:00
Lauri Ojansivu
1aefe0ce61 Try other key servers if ha.pool.sks-keyservers.net is unreachable. Closes #1029 2017-05-06 21:39:23 +03:00
Lauri Ojansivu
3e98e8c9fb Fix bson error on Docker. Closes #1009 2017-05-06 01:17:02 +03:00
Stephen Moloney
3154e8729b changes to travis.yml.
- Add gcc-4.9 to travis host.
- namespace travis variables as seem to conflict with docker env.
- set versions on travis.
- run npm tests again.
- slight readme mod for docker
2017-04-28 10:54:29 +01:00
Stephen Moloney
162f8ab361 make METEOR_EDGE optional. Fix node_gyp bug in docker build.
- make METEOR_EDGE optional.
- Fix node_gyp bug in docker build.
- Cannot fix `npm install` because this
runs in the travis container and that is running
on an old ubuntu 12.0 - some way to get a newer version?
- remove npm install for now.
- possibly run tests against docker container
as alternative.
2017-04-27 21:58:48 +01:00
Lauri Ojansivu
4178ead186 Update METEOR_EDGE version now that EXDEV fix has been merged. Also NPM update. 2017-04-27 22:47:36 +03:00
Lauri Ojansivu
96fbb832bb Node version to 4.8.1 to solve 100% CPU issue. Thanks to johnniesong ! 2017-04-27 21:57:41 +03:00
Stephen Moloney
1b5a5bba1d rc.6 seems to work only for now. 2017-04-10 11:49:56 +01:00
Stephen Moloney
31ce8bb1bf MAKE release candidates and betas specifiable in dockerbuild 2017-04-10 11:27:56 +01:00
Stephen Moloney
14208dca1d seems meteor 1.4.4.1 does not include fix for EXDEV problem 2017-04-10 11:26:17 +01:00
Stephen Moloney
65ba52b177 meteor has released 1.4.4.1 2017-04-10 11:13:06 +01:00
Stephen Moloney
b21534a6c4 update debian version issue 988 2017-04-10 11:02:50 +01:00
Stephen Moloney
4e7f56ac74 Fix dockerbuild and modify travis 2017-04-05 22:05:25 +01:00
Stephen Moloney
0afe007d78 change versions for dockerbuild 2017-04-04 21:51:55 +01:00
Stephen Moloney
8045167b6d remove invalid command 2017-03-28 19:08:55 +01:00
Lauri Ojansivu
b3cd2f2125 Merge pull request #945 from Serubin/devel
Dockerfile fix for local packages
2017-03-28 20:51:17 +03:00
Serubin
b691d4935c Dockerfile fix for local packages 2017-03-28 11:50:05 -04:00
Stephen Moloney
8612b05f52 user high availability key server. sks-keyservers.net/overview-of-pools.php 2017-03-28 09:35:52 +01:00
Lauri Ojansivu
ca7be3a162 Update Dockerfile maintainer and npm version. 2017-03-28 09:28:04 +03:00