Skip to content
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

Open
Omobolanle-Arogundade opened this issue Oct 5, 2021 · 6 comments
Open

Install script does not install Meteor #61

Omobolanle-Arogundade opened this issue Oct 5, 2021 · 6 comments

Comments

@Omobolanle-Arogundade
Copy link

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

@scrappergus
Copy link

I'm having the same issue.

@scrappergus
Copy link

I have had some success replacing this image with zodern:metor

@Omobolanle-Arogundade
Copy link
Author

Hi @scrappergus, I tried that image earlier and ran into some issues. Can you share an example of your Dockerfile and the build steps?

@scrappergus
Copy link

The Dockerfile is very simple, per the examples given:

FROM zodern/meteor:root
COPY --chown=app:app /bundle/bundle.tar.gz /bundle/bundle.tar.gz

This image requires that you build the meteor app before running the Docker container, whereas abernix's image did not.

@Omobolanle-Arogundade
Copy link
Author

Thanks, I will try this now

@tanutapi
Copy link

tanutapi commented Oct 18, 2021

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants