-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build with latest Meteor update (v1.4.2) #15
Comments
+1 |
1 similar comment
+1 |
I'm having the same problem - trying to bypass the kadriq repo for now |
There are a few alternatives to meteorD. See them here, and leave some feedback: |
+1 |
Thanks @keyscores using jshimko/meteor-launchpad and build my image on Quay.io solves the issue. |
I still can't build in DockerHub with jshimko/meteor-launchpad? Can anyone else? |
I can't either, so I just build it locally and push to dockerhub. |
@tnargwoxow @Netherdrake there is a new build for jshimko/meteor-launchpad since your last message. |
@keyscores Thanks - strangely this one seems to respect my earlier preference of meteor version and installs 1.3.4.4 - that version doesn't contain the --unsafe-perms line and therefore the build fails. I'll raise it over there though |
With the latest update to Meteor v.1.4.2, building an image gives an error that the build is running as root user.
I have only
FROM kadirahq/meteord:onbuild
in my Dockerfile and I cannot seem to switch user, since the error occurs during the first steps.Is there perhaps a workaround?
Edit: This might also be useful from the meteor repo
meteor/meteor#7964
The text was updated successfully, but these errors were encountered: