Skip to content

Commit

Permalink
[UPDATE] 更新 Android 版本号
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Yeh <[email protected]>
  • Loading branch information
alan-yeh committed Oct 21, 2024
1 parent 02cb2fa commit 5d6e630
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

## 版本号

| 镜像版本号 | sdkmanager 版本号 | cmdline-tools 文件 | Java 版本号 | 发布日期 |
|--------|----------------|--------------------------------------------|----------|------------|
| latest | 12.0 | commandlinetools-linux-11076708_latest.zip | 17 | 2023/12/07 |
| 12.0 | 12.0 | commandlinetools-linux-11076708_latest.zip | 17 | 2023/12/07 |
| 11.0 | 11.0 | commandlinetools-linux-10406996_latest.zip | 17 | 2023/07/27 |
| 10.0 | 10.0 | commandlinetools-linux-9862592_latest.zip | 11 | 2023/07/27 |
| 9.0 | 9.0 | commandlinetools-linux-9477386_latest.zip | 11 | 2023/01/17 |
| 8.0 | 8.0 | commandlinetools-linux-9123335_latest.zip | 8 | 2022/09/30 |
| 镜像版本号 | tools 版本号 | cmdline-tools 文件 | Java 版本号 |
|--------|-----------|--------------------------------------------|----------|
| latest | 13.0 | commandlinetools-linux-11479570_latest.zip | 17 |
| 13.0 | 13.0 | commandlinetools-linux-11479570_latest.zip | 17 |
| 12.0 | 12.0 | commandlinetools-linux-11076708_latest.zip | 17 |
| 11.0 | 11.0 | commandlinetools-linux-10406996_latest.zip | 17 |
| 10.0 | 10.0 | commandlinetools-linux-9862592_latest.zip | 11 |
| 9.0 | 9.0 | commandlinetools-linux-9477386_latest.zip | 11 |
| 8.0 | 8.0 | commandlinetools-linux-9123335_latest.zip | 8 |

## 镜像标准
&emsp;&emsp;本镜像遵守以下构建标准:
Expand Down
6 changes: 3 additions & 3 deletions android/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ target "android" {
dockerfile = "Dockerfile"
labels = {
"org.opencontainers.image.title" = "android"
"org.opencontainers.image.version" = "12.0"
"org.opencontainers.image.version" = "13.0"
}
args = {
GOSU_VERSION = "${GOSU_VERSION}"
CMDLINE_PACKAGE = "https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip"
CMDLINE_PACKAGE = "https://dl.google.com/android/repository/commandlinetools-linux-11479570_latest.zip"
}
tags = [
"docker.io/centralx/android:latest",
"docker.io/centralx/android:12.0"
"docker.io/centralx/android:13.0"
]
}
2 changes: 1 addition & 1 deletion openjdk/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ target "_labels" {
}

#***************************************************************************
# Global Function
# Global Argument
#***************************************************************************
variable "ENV_VERSION" {
default = "all"
Expand Down

0 comments on commit 5d6e630

Please sign in to comment.