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

Have problem when run on AWS ECS after updated to 3.0.2-alpine #881

Closed
cpanuphan opened this issue Jul 22, 2021 · 2 comments
Closed

Have problem when run on AWS ECS after updated to 3.0.2-alpine #881

cpanuphan opened this issue Jul 22, 2021 · 2 comments

Comments

@cpanuphan
Copy link

After I updated ledermann/rails-base-builder:3.0.2-alpine and ledermann/rails-base-final:3.0.2-alpine.
I met the problem when running my image on AWS ECS with errors /home/app is not writable even I set USER to app on Dockerfile.
Full errors.

Do you have any suggestions?

@ledermann
Copy link
Owner

This may not be due to Ruby 3.0.2, but to the upgrade to Alpine 3.14 made by the Ruby Docker Project two weeks ago.

Alpine 3.14 has some new requirements, e.g. it requires Docker 20.10.0 or later:
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0

There is a discussion about this here:
docker-library/ruby#351

@cpanuphan
Copy link
Author

Thank you for your help.
Yes the version on AWS EC2 is 19.03.13-ce.

ledermann added a commit that referenced this issue Jul 23, 2021
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

2 participants