diff --git a/.github/workflows/velocity.yml b/.github/workflows/velocity.yml index 18cffe3..5574043 100644 --- a/.github/workflows/velocity.yml +++ b/.github/workflows/velocity.yml @@ -17,12 +17,12 @@ jobs: strategy: matrix: runtime: - - image: openjdk:17-slim-bullseye + - image: azul/zulu-openjdk-debian:17-latest name: java17-slim-bullseye version: 17 platform: linux/amd64,linux/arm64/v8 os: debian - - image: openjdk:11-slim-bullseye + - image: azul/zulu-openjdk-debian:11-latest name: java11-slim-bullseye version: 11 platform: linux/amd64,linux/arm64/v8 diff --git a/README.md b/README.md index e5bbb18..a15f7dc 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,15 @@ This image makes use of Velocity's recommended flags by default. The data direct ## Variants -This repository provides OpenJDK and Eclipse Temurin based container images for **Velocity**. +This repository provides Azul Zulu and Eclipse Temurin based container images for **Velocity**. -> **NOTE:** AdoptOpenJDK (`adopt*`) variants are **deprecated** in favor of OpenJDK and Temurin. -> Support for non-LTS versions may be dropped at any time. +> **NOTE:** OpenJDK images are fully **deprecated** in favor of Azul Zulu and Temurin. -### OpenJDK (`java*-slim-bullseye`) +### Azul Zulu Debian (`java*-slim-bullseye`) Supports `linux/amd64` and `linux/arm64`. -This image is based on OpenJDK's Debian slim Bullseye image. The image format is suffixed +This image is based on Azul Zulu's Debian slim Bullseye image. The image format is suffixed with `-java-slim-bullseye`. **Examples:**