Add skopeo to the kaniko image

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2022-11-22 17:03:00 +00:00
parent 7f14c66845
commit f920c29160
No known key found for this signature in database
GPG key ID: 4C514D15D07186F1

View file

@ -6,7 +6,7 @@ FROM alpine/git
COPY --from=kaniko /kaniko/ /kaniko/
COPY --from=kaniko /etc/nsswitch.conf /etc/nsswitch.conf
RUN apk --no-cache add curl jq
RUN apk --no-cache add curl jq skopeo
ENV HOME /root
ENV USER root