-
Notifications
You must be signed in to change notification settings - Fork 186
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
Always upgrade packages #39
Comments
Good idea! Where do you see we'll add this? At the top of the first |
@smebberson first run sounds right place to me. On all images of course.
|
@matthewvalimaki, damn, I missed this in my recent updates. I should have added it in while I was there. Do you think a minor or patch release is okay for this addition? |
@smebberson I think it's fine if you just push |
@matthewvalimaki, I've made a bunch of progress on this. All of the new images have this, you can see the CHANGELOG for notes accordingly. I'll keep this open for now. |
I recommend
apk upgrade --update
to be executed on every image. For examplelibcrypto
,libssl
andbind
are out of date. While security is responsibility of user providing latest (at the time of build at least) would be good practice.Also vaguely related: "Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers." quay/clair#12.
The text was updated successfully, but these errors were encountered: