-
Notifications
You must be signed in to change notification settings - Fork 191
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
Bump base docker image version. #4353
Bump base docker image version. #4353
Conversation
The new image is based on the latest stable Bionic Beaver (18.04) Ubuntu distribution, which contains fixes for critical vulnerabilities. Additionally, this image contains a fix for `ruamel.yaml` package installation.
Thanks! Since (I think) this will only affect the |
I can make a new docker image, tagged as |
any preferences, or should I do both? |
Probably the version based on AiiDA 1.3.1 ( For me it doesn't make much of a difference, I'm using these just for testing - there's nothing critical I rely on different between these versions. |
Alright, then. I will build this updated image locally and push it to the DockerHub. |
Probably a decent policy is always having one maintained image per maintained AiiDA release branch. |
Codecov Report
@@ Coverage Diff @@
## develop #4353 +/- ##
===========================================
+ Coverage 79.28% 79.29% +0.01%
===========================================
Files 468 468
Lines 34620 34620
===========================================
+ Hits 27446 27447 +1
+ Misses 7174 7173 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@greschd both images (1.3.0.2 and 1.3.1.1) are pushed. |
@yakutovicha I guess the |
The stable always points to the latest build at the |
I see - probably not worth it to cherry-pick that onto master, right? It would probably lead to a bit of a mess next time we merge develop into master. |
I think it is not worth. At least I don't see a clear advantage of doing it vs the mess it would create. |
Agreed - since it's harder to update, I think we should advise (don't know where) people to prefer pinning specific tags (like |
fixes #4339
The new image is based on the latest stable Bionic Beaver (18.04)
Ubuntu distribution, which contains fixes for critical vulnerabilities.
Additionally, this image contains a fix for
ruamel.yaml
packageinstallation.