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

@ -35,6 +35,8 @@
- pwd
- ls
- env
- crane version
- /kaniko/executor version
- sh ./scripts/kaniko-image-build "$CI_JOB_NAME"
rules:
- changes:

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

View file

@ -49,3 +49,9 @@ if [ "$CI" = "true" ]; then
crane tag "$DOCKER_IMAGE" latest
fi
fi
pwd
ls
env
crane version
/kaniko/executor version