Summary: New Docker images for Java 11 and Alpine Linux, switch to AdoptOpenJDK in all images, migration to the official Jenkins organization on DockerHub.
π New features and improvements
- Move the Jenkinsfile Runner Docker images to jenkins/jenkinsfile-runner (#341) @oleg-nenashev
- Switch the default
latest
image tag from OpenJDK to AdoptOpenJDK 8 / Hotspot (#338) @oleg-nenashev - Add the official Java 11 image based on AdoptOpenJDK 11 / Hotspot (#332) @oleg-nenashev
- Add Alpine Linux images for JDK 1.8 and JRE 11, based on experimental AdoptOpenJDK images (#332) @oleg-nenashev
All available image tags: latest
, adoptopenjdk-8-hotspot
, adoptopenjdk-11-hotspot
, adoptopenjdk-8-alpine
, adoptopenjdk-11-jre-alpine
, 1.0-beta-15
, 1.0-beta-15-adoptopenjdk-8-hotspot
, 1.0-beta-15-adoptopenjdk-11-hotspot
, 1.0-beta-15-adoptopenjdk-8-alpine
, 1.0-beta-15-adoptopenjdk-11-jre-alpine
,
π Bug Fixes
- Properly export the minimum supported Jenkins version (#339) @PierreBtz
β οΈDeprecated
- Deprecate the Linux image tags in jenkins4eval/jenkinsfile-runner. The repository will be still used for Windows packages and other experiments, with no compatibility guarantees.
π Documentation updates
- Fix wrong syntax in the documentation (#340) @PierreBtz
- Add recording of the Pipeline as YAML demo (#331) @oleg-nenashev
- Update the databound demo to the new Jenkins core and plugin versions (#341) @oleg-nenashev
π» Maintenance
- Update Dependabot config schema to v2 (#335) @oleg-nenashev
All contributors: @PierreBtz and @oleg-nenashev