-
Notifications
You must be signed in to change notification settings - Fork 128
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
Install script does not install Meteor #61
Comments
I'm having the same issue. |
I have had some success replacing this image with zodern:metor |
Hi @scrappergus, I tried that image earlier and ran into some issues. Can you share an example of your Dockerfile and the build steps? |
The Dockerfile is very simple, per the examples given: FROM zodern/meteor:root This image requires that you build the meteor app before running the Docker container, whereas abernix's image did not. |
Thanks, I will try this now |
Hi @abernix It seems that your base docker does not update to handle the new Let's Encrypt certificate which is used in https://install.meteor.com so the meteor will not download and install correctly since the end of September. So could you please just rebuild your Docker and push it to Docker Hub? Thank you! Ref: https://docs.certifytheweb.com/docs/kb/kb-202109-letsencrypt/ |
I'm not quite sure what the issue is but the install script that should install meteor does not seem to install meteor anymore, causing the build script to break
https://www.loom.com/share/181daaba4cac47929be622aa92b67010
The text was updated successfully, but these errors were encountered: