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

Dockerfile needs update to remove a couple of vulnerabilities from the image #766

Closed
brutif opened this issue Nov 16, 2022 · 3 comments
Closed

Comments

@brutif
Copy link

brutif commented Nov 16, 2022

kustomize v0.30 includes a couple of CVE's from Alpine, CVE-2022-42915, curl, 9.8 and CVE-2022-43680 expat, 7.5

This can be easily cleared up by changing
https://github.com/fluxcd/kustomize-controller/blob/main/Dockerfile#L34
to FROM alpine:3.16.2 which will pick up the fixes from Alpine.

@pjbgf
Copy link
Member

pjbgf commented Nov 16, 2022

The base image CVEs are fixed as part of our release process. We are planning for a new release to be made in the coming days, once that takes place the image will be patched.

xref: fluxcd/flux2#3282

@brutif
Copy link
Author

brutif commented Nov 16, 2022

great, thanks @pjbgf

@brutif
Copy link
Author

brutif commented Nov 21, 2022

seems cleared up in v0.31.0, so closing

@brutif brutif closed this as completed Nov 21, 2022
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