-
Notifications
You must be signed in to change notification settings - Fork 165
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 Alpine to v3.14 #360
Conversation
91d0c7d
to
ee9ef03
Compare
It also means new CVE fixes will not land in Flux releases unless someone bumps the patch version of Alpine in all our controllers. I’m not for doing this in Flux. |
Omitting the patch version worked pretty well in the past so I suppose let's leave it like that and just bump to 3.14. |
@makkes we need to update Alpine to 3.14 for all the Flux components that use it as base image:
We use Debian in source-controller and image-automation-controller and that has many OS CVEs too. |
We may also consider closing this PR. Alpine Bumping Let me know what you think. |
I'm for bumping Alpine to |
Signed-off-by: Pawel Rozlach <vespian@users.noreply.github.com>
ee9ef03
to
1fc834d
Compare
ACK I adjusted the PR as requested. Please have another look. |
@vespian would you be up for bumping the Alpine version in the other controllers, too? |
Sure thing. |
|
This mitigates alerts from security scanners, when scanning helm-controller docker image:
Adding patchlevel version allows for more reproducible builds.