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

Update and lightweighting of container base images #6

Open
jihyungSong opened this issue Feb 14, 2023 · 0 comments
Open

Update and lightweighting of container base images #6

jihyungSong opened this issue Feb 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jihyungSong
Copy link
Contributor

Discussed in cloudforet-io/cloudforet#115

Originally posted by jihyungSong February 13, 2023
Most Cloudforet's Core and Plugin container images are using python:3.8.

I suggest using python:3 instead of python:3.8 for image updates.
It is not just for the purpose of upgrading the python version, but for the purpose of updating the basic OS(debian) and libraries of the image. latest OS libraries can also resolve container image security vulnerabilities.

Along with this, if you use python:3-slim instead of regular python:3 , you can further lightweighting the image and reduce the size of the container image to less than half.

@jihyungSong jihyungSong self-assigned this Feb 14, 2023
@jihyungSong jihyungSong added the enhancement New feature or request label Feb 14, 2023
jihyungSong pushed a commit to jihyungSong/plugin-aws-sns-mon-webhook that referenced this issue Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant