Much easier to copy-paste them on a podman command-line, alias files
are not always up to date.
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
- if: $CI_COMMIT_TAG
variables:
- LINUX_RUSTIMG: "rust:buster"
+ LINUX_RUSTIMG: "docker.io/library/rust:buster"
PKG_ROOT: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic"
.build-template:
env-setup:
stage: setup
- image: alpine:latest
+ image: docker.io/library/alpine:latest
before_script:
- |
if [ "$CI_COMMIT_REF_NAME" = "main" ]; then
pkg-deb-amd64:
stage: package
- image: "debian:10"
+ image: docker.io/library/debian:10
extends:
- .not-scheduled
needs:
needs:
- env-setup
- pkg-deb-amd64
- image: "curlimages/curl:latest"
+ image: docker.io/curlimages/curl:latest
script:
- cd target/release
- for FILE in *; do
pkg-rpm-x86_64:
stage: package
- image: "fedora:37"
+ image: registry.fedoraproject.org/fedora:37
extends:
- .not-scheduled
needs: