Skip to content

Commit

Permalink
Update docker.io/library/docker Docker tag to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Aug 14, 2024
1 parent 2528359 commit 4225400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM quay.io/skopeo/stable:v1.13.2
RUN yum -y update && yum -y install jq git helm && yum -y clean all && rm -rf /var/cache/dnf/* /var/log/dnf* /var/log/yum*

# Add docker cli
COPY --from=docker.io/library/docker:19.03.12 /usr/local/bin/docker /usr/local/bin/
COPY --from=docker.io/library/docker:27.1.2 /usr/local/bin/docker /usr/local/bin/

# Add buildx plugin from github
RUN mkdir -p /usr/libexec/docker/cli-plugins/ && curl -sLo /usr/libexec/docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.4.2/buildx-v0.4.2.linux-amd64 && chmod a+x /usr/libexec/docker/cli-plugins/*
Expand Down

0 comments on commit 4225400

Please sign in to comment.