We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debian 12 was promoted to stable and Distroless has been updated to follow suit. See GoogleContainerTools/distroless#1337
This allows us to update the glibc version for images that use JNI.
The text was updated successfully, but these errors were encountered:
It turns out the Distroless Java images weren't actually updated yet. See GoogleContainerTools/distroless#1337 (comment)
Sorry, something went wrong.
The images have been updated, but only for Java 17. This means that we'll need to update from Java 11 in order to use the images based on Debian 12.
Update Distroless Java base images to java17-debian12. (#238)
128ce49
This also means updating the build to use JDK 17. Closes #213
Successfully merging a pull request may close this issue.
Debian 12 was promoted to stable and Distroless has been updated to follow suit. See GoogleContainerTools/distroless#1337
This allows us to update the glibc version for images that use JNI.
The text was updated successfully, but these errors were encountered: