Skip to content

fix: image CI/CD pipeline

Josef Smrčka requested to merge jsmrcka-fix-image-build-ci into master

Replace ubuntu:jammy-podman image to avoid docker-in-docker (podman-in-docker) execution. Replace with:

Replace deprecated CI_BUILD_* variables in artifacts names.

Move common variables definition into a separate job/stage. Pass the variables via dotenv artifact.

  • The jobs use different images with inconsistent environment, which makes running shell scripts challenging.
    • kaniko is minimalistic with just a busybox.
    • skopeo is based on Fedora.

Merge request reports

Loading