Skip to content

Commit

Permalink
Merge pull request #22977 from spiffxp/bump-buildx
Browse files Browse the repository at this point in the history
images/gcb-docker-gcloud: use docker buildx v0.6.0
  • Loading branch information
k8s-ci-robot authored Jul 22, 2021
2 parents d550a00 + 7ebf5b6 commit 085d930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/gcb-docker-gcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN echo http://dl-cdn.alpinelinux.org/alpine/latest-stable/community >> /etc/ap
# Install docker Buildx for fast docker builds
ENV HOME=/root
RUN mkdir -p $HOME/.docker/cli-plugins \
&& curl -fsSL "https://github.com/docker/buildx/releases/download/v0.4.1/buildx-v0.4.1.linux-amd64" --output $HOME/.docker/cli-plugins/docker-buildx \
&& curl -fsSL "https://github.com/docker/buildx/releases/download/v0.6.0/buildx-v0.6.0.linux-amd64" --output $HOME/.docker/cli-plugins/docker-buildx \
&& chmod a+x $HOME/.docker/cli-plugins/docker-buildx

# Copy qemu static binaries.
Expand Down

0 comments on commit 085d930

Please sign in to comment.