mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Try kaniko symlink
This commit is contained in:
parent
d83eda003b
commit
510573206c
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ ENV DOCKER_CREDENTIAL_GCR_CONFIG /kaniko-dist/.config/gcloud/docker_credential_g
|
|||
|
||||
## add symlinks for kaniko
|
||||
RUN ln -s /kaniko-dist/executor /kaniko-dist/kaniko-executor && \
|
||||
ln -s /kaniko-dist/warmer /kaniko-dist/kaniko-warmer
|
||||
ln -s /kaniko-dist/warmer /kaniko-dist/kaniko-warmer && \
|
||||
ln -s /kaniko-dist /kaniko
|
||||
|
||||
# Adding crane to the image
|
||||
COPY --from=crane /ko-app/crane /usr/local/bin/crane
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue