Skip to content

Commit

Permalink
[UPDATE] 更新 OpenJDK 版本号
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Yeh <[email protected]>
  • Loading branch information
alan-yeh committed Sep 11, 2024
1 parent d65a42e commit 265c4f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions openjdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
### 支持的版本号
&emsp;&emsp;本镜像支持以下 OpenJDK 版本号:

- OpenJDK 8: `8``8.0.402``8.0.392`
- OpenJDK 11: `11``11.0.22``11.0.21`
- OpenJDK 17: `17``17.0.10``17.0.9`
- OpenJDK 21: `21``21.0.2``21.0.1`
- OpenJDK 8: `8``8.0.402``8.0.392``8.0.422`
- OpenJDK 11: `11``11.0.22``11.0.21``11.0.24`
- OpenJDK 17: `17``17.0.10``17.0.9``17.0.12`
- OpenJDK 21: `21``21.0.2``21.0.1``21.0.4`

&emsp;&emsp;本镜像支持以下系统:

Expand Down
16 changes: 8 additions & 8 deletions openjdk/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ target "openjdk" {
// 8
if(contains(["all", "8"], "${ENV_VERSION}"), {
major = "8"
code = "8.0.402"
zulu = "8.76.0.17"
code = "8.0.422"
zulu = "8.80.0.17"
}),
// 11
if(contains(["all", "11"], "${ENV_VERSION}"), {
major = "11"
code = "11.0.22"
zulu = "11.70.15"
code = "11.0.24"
zulu = "11.74.15"
}),
// 17
if(contains(["all", "17"], "${ENV_VERSION}"), {
major = "17"
code = "17.0.10"
zulu = "17.48.15"
code = "17.0.12"
zulu = "17.52.17"
}),
// 21
if(contains(["all", "21"], "{$ENV_VERSION}"), {
major = "21"
code = "21.0.2"
zulu = "21.32.17"
code = "21.0.4"
zulu = "21.36.17"
})
])
// java 类型
Expand Down

0 comments on commit 265c4f5

Please sign in to comment.