Merge branch 'bump-buildx-docker' into 'master'

Update docker and buildx versions

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/608

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2022-11-10 10:34:58 +00:00
commit 7f14c66845
2 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -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