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 5d6e630 commit 390501b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

| 镜像版本号 | tools 版本号 | cmdline-tools 文件 | Java 版本号 |
|--------|-----------|--------------------------------------------|----------|
| latest | 13.0 | commandlinetools-linux-11479570_latest.zip | 17 |
| latest | 16.0 | commandlinetools-linux-12266719_latest.zip | 17 |
| 16.0 | 16.0 | commandlinetools-linux-12266719_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 |
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" = "13.0"
"org.opencontainers.image.version" = "16.0"
}
args = {
GOSU_VERSION = "${GOSU_VERSION}"
CMDLINE_PACKAGE = "https://dl.google.com/android/repository/commandlinetools-linux-11479570_latest.zip"
CMDLINE_PACKAGE = "https://dl.google.com/android/repository/commandlinetools-linux-12266719_latest.zip"
}
tags = [
"docker.io/centralx/android:latest",
"docker.io/centralx/android:13.0"
"docker.io/centralx/android:16.0"
]
}

0 comments on commit 390501b

Please sign in to comment.