containers
containers copied to clipboard
JDK_VERSION env variable as semver
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
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?