-
Notifications
You must be signed in to change notification settings - Fork 269
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
alpine image security updates/upgrades #1603
Comments
You should be fine upgrading. I do not think we are pinned to a specific version for any reason - likely we just haven't refreshed it since we created the docker image originally. @riprasad what do you think about upgrading our upstream docker images to some more recent to address CVEs? |
@petolexa You'd be glad to know that we have moved away from using the deprecated image for building our docker images. We now use the base image from the Red Hat Container Catalogue, where images are continuously monitored for health and updates are pushed to address the known vulnerabilities and exposures. You can have a look at the updated Dockerfile for kafkasql here. @EricWittmann I probably missed applying the changes to |
I should have linked the code in my original message, that shows the image used for this specific 2.0.1.Final version, my bad. Thank you both for your detailed answers and for positive information. |
@petolexa We have upgraded the images for |
Hi @riprasad, it seems, that image for 2.0.1.Final in dockerhub is still on alpine - even if I see update from yesterday, if I run the image, I see:
The size corresponds to alpine as well (cca 160MB comparing to UBI with cca 250MB). So I tried latest-snapshot image and it shows RedHat:
I pushed this latest snapshot to our Harbor and it has 0 critical and only 6 High severity issues ( comparing to 1+23 in that older Alpine): From my point of view, it is good :) At least in the latest-snapshot. For 2.0.1.Final we are okay with the older Alpine, as we know, that the image for next versions will be more secure. Thank you for your time, |
Hi,
we started to store images in Harbor in our company internally (because k8s clusters do not have externall network access).
And one of Harbor functionalities is, that it scans vulnerabilities. In case of apicurio-registry-kafkasql 2.0.1.Final docker image it means this:
All vulnerabilities are fixed in further updates of Alpine distro, but the image used for apicurio-registry images seems to be discontinued for a few months.
So I wanted to ask few questions about it:
apk upgrade
in the image? I mean, do you preserve this specific image for a specific reason?apk upgrade
to the image packaging process?Thank you,
Peter
The text was updated successfully, but these errors were encountered: