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

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/airplane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/airplanepurpur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ 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
os: debian
- image: openjdk:8-slim-bullseye
- image: azul/zulu-openjdk-debian:8-latest
name: java8-slim-bullseye
version: 8
platform: linux/amd64,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pufferfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/purpur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ 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
os: debian
- image: openjdk:8-slim-bullseye
- image: azul/zulu-openjdk-debian:8-latest
name: java8-slim-bullseye
version: 8
platform: linux/amd64,linux/arm64/v8
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ Implementation can be found in [start.sh](bin/start.sh).

## Image Variants

This repository provides OpenJDK and Eclipse Temurin based container images for **Pufferfish**,
This repository provides Azul Zulu and Eclipse Temurin based container images for **Pufferfish**,
**Purpur**, and **Paper**.

> **NOTE:** AdoptOpenJDK (`adopt*`) variants are **deprecated** in favor of OpenJDK and Temurin.
> **NOTE:** OpenJDK images are **deprecated** in favor of Azul Zulu and Temurin.
> Support for non-LTS versions may be dropped at any time.

> **NOTE:** Airplane is discontinued. Please use Pufferfish or Purpur instead.

### 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