Skip to content

Commit

Permalink
Merge pull request #55 from NVIDIA/bump-docker-tools
Browse files Browse the repository at this point in the history
bump buildx to 0.16.0 and regctl to 0.7.0 versions
  • Loading branch information
tariq1890 authored Jul 16, 2024
2 parents 80af187 + 3a1fdf1 commit 4250584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 4250584

Please sign in to comment.