mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
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:
commit
7f14c66845
2 changed files with 7 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# Docker image with buildx plugin
|
# Docker image with buildx plugin
|
||||||
.docker:
|
.docker:
|
||||||
variables:
|
variables:
|
||||||
DOCKER: '20.10.14'
|
DOCKER: '20.10.21'
|
||||||
BUILDX: '0.8'
|
BUILDX: '0.9'
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
|
|
@ -159,6 +159,11 @@ function print_buildx_args() {
|
||||||
BUILDX_DOWNLOAD_SHA256[amd64]=c64de4f3c30f7a73ff9db637660c7aa0f00234368105b0a09fa8e24eebe910c3
|
BUILDX_DOWNLOAD_SHA256[amd64]=c64de4f3c30f7a73ff9db637660c7aa0f00234368105b0a09fa8e24eebe910c3
|
||||||
BUILDX_DOWNLOAD_SHA256[arm64]=304d3d9822c75f98ad9cf57f0c234bcf326bbb96d791d551728cadd72a7a377f
|
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" ;;
|
*) fail "Unknown buildx version $1" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue