From 3a1fdf104b36c0f0c19f06b0f676dfe8ca5d228b Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 16 Jul 2024 09:35:27 -0700 Subject: [PATCH] bump buildx to 0.16.0 and regctl to 0.7.0 versions Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index 669a793..db7ac60 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -49,7 +49,7 @@ stages: # Make buildx available as a docker CLI plugin .buildx-setup: before_script: - - export BUILDX_VERSION=v0.12.0 + - export BUILDX_VERSION=v0.16.0 - apk add --no-cache curl - mkdir -p ~/.docker/cli-plugins - curl -sSLo ~/.docker/cli-plugins/docker-buildx "https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64" @@ -62,7 +62,7 @@ stages: # Download the regctl binary for use in the release steps .regctl-setup: before_script: - - export REGCTL_VERSION=v0.6.0 + - export REGCTL_VERSION=v0.7.0 - apk add --no-cache curl - mkdir -p bin - curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64