Skip to content

Commit

Permalink
Add skopeo to kube-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Aug 9, 2023
1 parent 296374e commit b2054ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-tools/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/podman/stable:v4.5

RUN set -euExo pipefail && shopt -s inherit_errexit && \
dnf install -y rsync git make tar gzip golang && \
dnf install -y rsync git make tar gzip golang skopeo && \
dnf clean all && \
go install github.com/mikefarah/yq/v4@v4.34.1 && \
mv "$( go env GOPATH )/bin/yq" /usr/local/bin/ && \
Expand Down

0 comments on commit b2054ae

Please sign in to comment.