Jason Yang
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docker/DockerSettings.yaml
|
|
@ -6,7 +6,7 @@ vault_image_digest: "sha256:062fcf0d5dc37247dae61b0ee1ba5d20f9296e290d7ad1f6114e |
|
|
# https://github.com/tonistiigi/xx | https://hub.docker.com/r/tonistiigi/xx/tags |
|
|
# https://github.com/tonistiigi/xx | https://hub.docker.com/r/tonistiigi/xx/tags |
|
|
xx_image_digest: "sha256:c64defb9ed5a91eacb37f96ccc3d4cd72521c4bd18d5442905b95e2226b0e707" |
|
|
xx_image_digest: "sha256:c64defb9ed5a91eacb37f96ccc3d4cd72521c4bd18d5442905b95e2226b0e707" |
|
|
rust_version: 1.93.1 # Rust version to be used |
|
|
rust_version: 1.93.1 # Rust version to be used |
|
|
debian_version: trixie # Debian release name to be used |
|
|
debian_version: bookworm # Debian release name to be used |
|
|
alpine_version: "3.23" # Alpine version to be used |
|
|
alpine_version: "3.23" # Alpine version to be used |
|
|
# For which platforms/architectures will we try to build images |
|
|
# For which platforms/architectures will we try to build images |
|
|
platforms: ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/arm/v6"] |
|
|
platforms: ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/arm/v6"] |
|
|
|