This commit is contained in:
Lukas Eipert 2022-02-21 18:02:01 +01:00
parent 9337cd93fa
commit c45c6ca23f
4 changed files with 45 additions and 20 deletions

View file

@ -1,9 +1,5 @@
#!/bin/sh
# Force a symlink to circumvent:
# https://github.com/GoogleContainerTools/kaniko/issues/960#issuecomment-573160390
ln -sf /kaniko-dist /kaniko
if [ -z "$BUILD_IMAGE_NO_MESSAGE" ]; then
echo "You are using a GitLab CI build-image with kaniko and crane"
echo "You can suppress this message by setting BUILD_IMAGE_NO_MESSAGE"