Skip to content

Swap from OpenJDK to Azul Zulu #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/velocity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<version>-slim-bullseye`.

**Examples:**
Expand Down