mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update docker and buildx versions
This commit is contained in:
parent
d92090dc0f
commit
49c5cbcc3c
2 changed files with 7 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Docker image with buildx plugin
|
||||
.docker:
|
||||
variables:
|
||||
DOCKER: '20.10.14'
|
||||
BUILDX: '0.8'
|
||||
DOCKER: '20.10.21'
|
||||
BUILDX: '0.9'
|
||||
|
||||
docker:
|
||||
extends:
|
||||
|
|
|
|||
|
|
@ -159,6 +159,11 @@ function print_buildx_args() {
|
|||
BUILDX_DOWNLOAD_SHA256[amd64]=c64de4f3c30f7a73ff9db637660c7aa0f00234368105b0a09fa8e24eebe910c3
|
||||
BUILDX_DOWNLOAD_SHA256[arm64]=304d3d9822c75f98ad9cf57f0c234bcf326bbb96d791d551728cadd72a7a377f
|
||||
;;
|
||||
0.9)
|
||||
BUILDX_VERSION=0.9.1
|
||||
BUILDX_DOWNLOAD_SHA256[amd64]=a7fb95177792ca8ffc7243fad7bf2f33738b8b999a184b6201f002a63c43d136
|
||||
BUILDX_DOWNLOAD_SHA256[arm64]=bbf6a76bf9aef9c5759ff225b97ce23a24fc11e4fa3cdcae36e5dcf1de2cffc5
|
||||
;;
|
||||
*) fail "Unknown buildx version $1" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue