docker-inbound-agent icon indicating copy to clipboard operation
docker-inbound-agent copied to clipboard

Alpine jdk11 not published on DockerHub

Open Dorvaryn opened this issue 4 years ago • 1 comments

I noticed that the jdk11 version of the alpine image is not published to dockerhub (https://hub.docker.com/r/jenkins/inbound-agent/tags?page=1&ordering=last_updated&name=alpine).

I see there is a DockerFile for it already, is there any reason why it is not published ? I am currently using the alpine image and am migrating a few projects to jdk11 so would appreciate being able to use your image.

Dorvaryn avatar Feb 05 '21 10:02 Dorvaryn

Please see Docker packaging for Alpine/Slim. OpenJDK11 isn't available for Alpine and therefor jdk11-alpine images are based on AdoptOpenJDK, which as far as I can see is not fully supported.

To improve this situation, I guess you'll need to build those images by your own and report back problems as much as you can.

// Edit also see related https://github.com/jenkinsci/docker/issues/893

fabiang avatar May 18 '21 12:05 fabiang

Alpine image for JDK 11 is available.

MarkEWaite avatar Sep 13 '22 01:09 MarkEWaite