mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
commit
1617cbdba8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue