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
Currently these images support JDK_VERSION environment variable ENV JAVA_VERSION=jdk-17.0.13+11
ENV JAVA_VERSION=jdk-17.0.13+11
Can this environment variable updated to supposed version as semver. Ex: JAVA_VERSION=17.0.13+11
This may help to track version in semver
The text was updated successfully, but these errors were encountered:
I'm afraid this would be considered a breaking change. Why can't you strip the jdk- prefix as part of the parsing on your side?
jdk-
Sorry, something went wrong.
No branches or pull requests
Currently these images support JDK_VERSION environment variable
ENV JAVA_VERSION=jdk-17.0.13+11
Can this environment variable updated to supposed version as semver. Ex: JAVA_VERSION=17.0.13+11
This may help to track version in semver
The text was updated successfully, but these errors were encountered: