jenkinsci / docker-agent

Jenkins agent (base image) and inbound agent Docker images
https://hub.docker.com/r/jenkins/inbound-agent/
MIT License
282 stars 228 forks source link

Move JDK1 `linux/s390x` out of preview #801

Closed lemeurherve closed 4 months ago

lemeurherve commented 4 months ago

The JDK21 preview covers 2 Linux platforms: linux/s390x and linux/arm/v7 as per https://github.com/jenkinsci/docker-agent/blob/8d8c683d2c0c2ff2410e129887aeb8d5892ddeed/docker-bake.hcl#L320

For linux/s390x, it looks like there is an official stable JDK21 installer: https://adoptium.net/temurin/releases/?os=linux&arch=s390x. <...>

Same for the Docker image (which we build on top of): https://hub.docker.com/layers/library/eclipse-temurin/21.0.2_13-jdk-jammy/images/sha256-952185109e6790588902d524bd43fcf5f478e022847097ef9ae8ef5b82511bbd?context=explore

=> it means we can already move s390x out of "preview" for JDK21 <...>

Originally posted by @dduportal in https://github.com/jenkinsci/docker-agent/issues/772#issuecomment-2002012356

lemeurherve commented 4 months ago

Done in https://github.com/jenkinsci/docker-agent/pull/776