mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-13 20:12:56 +01:00
latest and greatest symlink
This commit is contained in:
parent
510573206c
commit
9811251865
2 changed files with 10 additions and 5 deletions
|
|
@ -1,10 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Force a symlink to circumvent:
|
||||
# https://github.com/GoogleContainerTools/kaniko/issues/960#issuecomment-573160390
|
||||
ln -sf /kaniko /kaniko-dist
|
||||
|
||||
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"
|
||||
|
||||
kaniko-executor version
|
||||
/kaniko/executor version
|
||||
echo "Crane version: $(crane version)"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue