meteor-launchpad
meteor-launchpad copied to clipboard
A base Docker image for Meteor applications.
I am running a docker build in a GitLab CI pipeline, but the script fails as shown below. The GitLab runner is running Ubuntu 18.04 ``` $ docker build -t...
Logs: ``` #8 0.402 #8 0.402 [-] Installing base OS dependencies... #8 0.402 #8 0.609 Ign:1 http://security.debian.org/debian-security stable/updates InRelease #8 0.687 Err:2 http://security.debian.org/debian-security stable/updates Release #8 0.687 404 Not Found...
I have build an image with name & tag *platform/latest* and appropriately declared ROOT_URL as "http://localhost:3000" in docker-compose. ``` version: '3' services: rabbitmq: build: ./rabbitmq volumes: - ./rabbitmq/rabbitmq.config:/etc/rabbitmq/rabbitmq.config:ro - ./rabbitmq/definitions.json:/etc/rabbitmq/definitions.json:ro...
GOSU_VERSION env variable seems to be not set. --2021-08-06 13:40:26-- https://github.com/tianon/gosu/releases/download//gosu-amd64 Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-08-06 13:40:27...
Trying to build using Meteor version 1.6.1.3 results in: ``` * Connection #0 to host install.meteor.com left intact [-] Installing Meteor 1.6.1.3... Downloading Meteor distribution Retrying download in 5 seconds......
Hi, the current version does not support meteor 1.8. I got into trouble when I used npm bcrypt 3.0.2 with meteor-launchpad-2.3.0, binary API is incompatible with bcrypt shared object (lazy...
In many pull requests, for example in that one https://github.com/jshimko/meteor-launchpad/pull/122/files There is removed flexibility of selection `gosu` version. Anyone using this variable? Should we simplify the installation process and remove...
with meteor 1.5 I get this error. also see https://github.com/nodejs/node/issues/6861 ``` /root/.meteor/packages/meteor-tool/.1.5.0.utbu0o++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218 throw error; ^ Error: EISDIR: illegal operation on a directory, unlink '/opt/meteor/src/.meteor/local/dev_bundle' at Error (native) at Object.fs.unlinkSync (fs.js:932:18)...