Skip to content
Snippets Groups Projects
Commit d3c28fc8 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Upgrade to the kaniko v0.20.0 image

The v0.20.0 image ships the fix for the missing platform metadata that
cause images generated with it to not work with `podman`:
https://github.com/GoogleContainerTools/kaniko/issues/997



Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 80c0137c
No related branches found
No related tags found
2 merge requests!110Upgrade to the kaniko v0.20.0 image,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #134365 passed
......@@ -49,13 +49,14 @@ build-base-rootfs:
.build-docker-image:
image:
name: gcr.io/kaniko-project/executor:debug-v0.16.0
name: gcr.io/kaniko-project/executor:debug-v0.20.0
entrypoint: [""]
only:
- branches
needs:
- build-base-rootfs
script: &build-docker-image-script
- mkdir /kaniko/.docker/
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- >
/kaniko/executor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment