Merge branch 'add-skopeo-to-kaniko-image' into 'master'

Add skopeo to the kaniko image

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/611

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Balasankar 'Balu' C 2022-11-22 20:04:40 +00:00
commit 1617cbdba8

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