containers icon indicating copy to clipboard operation
containers copied to clipboard

JDK_VERSION env variable as semver

Open anumalasri opened this issue 1 year ago • 1 comments

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

anumalasri avatar Jan 23 '25 20:01 anumalasri

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?

gdams avatar Jan 24 '25 10:01 gdams