Jeremy Shimko
Jeremy Shimko
Do you mean inside the container [here](https://github.com/jshimko/meteor-launchpad/blob/master/scripts/build-meteor.sh#L27)?
Hey @sebastianlutter, thanks for the work here! However, I can't merge this as it is right now because you've deleted several scripts and the entire CI build directory. I realize...
Sorry for the delayed response. It wasn't a quick answer, so I had to put it off for a bit. So... The only required dependency to build this image is...
That's usually a network issue with either your local network or the Meteor CDN. Retrying the build usually fixes it. You can also try manually installing it within a test...
No, `DEV_BUILD` is for caching Meteor in the image with the `:devbuild` tag (which makes a huge image). So, I'm not sure what to recommend. I have several apps using...
If it's a `gitlab.com` repo, you should be able to invite my gitlab username (same as this one).
Also, pull down the build I just created (`v2.2.1` or the new `:latest`). I just added more verbose output to all curl commands, so maybe you'll get a better clue...
@zjjt you'll need to share your logs. There are a variety of reasons that could fail (none of which have anything to do with this image), but I can't recommend...
@bgadrian Yeah, I suppose this could be updated to use the `node_version.txt` instead of the latest version of Node supported by Meteor. The main hassle there though is that `node_version.txt`...
That looks like yet another issue with the Meteor build tool's filesystem handling. Round 1 https://github.com/meteor/meteor/issues/7852 My fix for that https://github.com/meteor/meteor/pull/8491 Reverted because of Windows bugs https://github.com/meteor/meteor/pull/8569 Which has now...