-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use latest distribution image as internal docker registry #18
Comments
Compatibility check: I've checked our docker-registry chart with the newer registry image (
The only doubt I see is that the registry 3.0.0 is still in alpha stage and we should not use it on production (or even for dev purposes) because API can be still changed and everything I describe above may not work. |
Right now it's not possible to simply migrate to image-syncer because used by our image of docker-registry has an additional apache2-utils package installed we use to generate htpasswd file. I see a possibility to create a new image with |
Description
Assess compatibility of the current configuration (chart) with the latest stable distribution version.
https://github.com/distribution/distribution/releases
sec-scan-config
file)Reason
We need to upgrade our internal Docker Registry workload to the latest version of CNCF distribution to ensure compatibility with modern tools, security enhancements, and performance improvements.
Related issues
kyma-project/kyma#18555
The text was updated successfully, but these errors were encountered: