This commit is contained in:
Lukas Eipert 2022-02-21 16:14:44 +01:00
parent 961d0bd897
commit d07deb8e09
3 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,7 @@
FROM gcr.io/kaniko-project/executor:v1.7.0-debug AS kaniko-src
# Issue with kaniko which cannot copy files called kaniko:
# https://github.com/GoogleContainerTools/kaniko/issues/960#issuecomment-573160390
RUN cp -r /kaniko /kaniko-dist
FROM alpine/git