Skip to content

Commit

Permalink
Add Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hestad committed Oct 9, 2023
1 parent 6eb9480 commit 7a899bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
build-temurin:
strategy:
matrix:
version: [ '8', '11', '17', '20' ]
version: [ '8', '11', '17', '21' ]
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
build-temurin-appd:
strategy:
matrix:
version: [ '8', '11', '17', '20' ]
version: [ '8', '11', '17', '21' ]
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Migration guide:
<summary>Available images from Github Container Registry</summary>

* **Java**
* Adoptium Temurin 8, 11, 17 & 20 https://adoptium.net/ ([`java`](java)) (`18 & 19 not updated`)
* Adoptium Temurin 8, 11, 17 & 21 https://adoptium.net/ ([`java`](java)) (`18, 19 & 20 not updated`)
* Ex. `FROM ghcr.io/navikt/baseimages/temurin:17`
* Temurin with appdynamics-support, add -appdynamics suffix.
* Ex. `FROM ghcr.io/navikt/baseimages/temurin:17-appdynamics`
Expand Down

0 comments on commit 7a899bc

Please sign in to comment.