Skip to content

Commit

Permalink
Merge pull request #32 from NVIDIA/bump-docker-tools
Browse files Browse the repository at this point in the history
bump buildx and regctl to latest versions: 0.16.0, 0.7.0
  • Loading branch information
tariq1890 authored Jul 16, 2024
2 parents 9967683 + 2daea16 commit 59bbf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stages:
# Make buildx available as a docker CLI plugin
.buildx-setup:
before_script:
- export BUILDX_VERSION=v0.15.1
- 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 Down Expand Up @@ -76,7 +76,7 @@ stages:
# Download the regctl binary for use in the release steps
.regctl-setup:
before_script:
- export REGCTL_VERSION=v0.3.10
- 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
1 change: 0 additions & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,3 @@ sign:ngc:
- when: always
variables:
IMAGE_TAG: "${SIGN_JOB_NAME}${CI_COMMIT_TAG}-${DIST}"

0 comments on commit 59bbf6f

Please sign in to comment.