Skip to content

Commit

Permalink
Merge pull request #22 from tnozicka/add-skopeo-to-kubetools
Browse files Browse the repository at this point in the history
Add skopeo to kube-tools
  • Loading branch information
tnozicka authored Aug 9, 2023
2 parents 296374e + b2054ae commit 309000d
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 309000d

Please sign in to comment.