Commit 58dcc5b2 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '216441-upgrade-kaniko-to-v0-20-0' into 'master'

Upgrade kaniko to v0.20.0

Closes #216441

See merge request gitlab-org/gitlab!30968
parents ac669daf abe13355
......@@ -57,12 +57,12 @@
variables:
POSTGRES_HOST_AUTH_METHOD: trust
# Pin kaniko to v0.16.0 due to https://github.com/GoogleContainerTools/kaniko/issues/1162
.use-kaniko:
image:
name: gcr.io/kaniko-project/executor:debug-v0.16.0
name: gcr.io/kaniko-project/executor:debug-v0.20.0
entrypoint: [""]
before_script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
.as-if-foss:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment