From 7f2f2abd2cf4b4079e957da10712999171897f0a Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sun, 27 Nov 2022 12:51:49 +0530 Subject: [PATCH] Dont enforce short name resolution We can pull from anywhere it doesnt matter Signed-off-by: baalajimaestro --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72ba2d5bf..430e4abde 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ docker-build: stage: build before_script: - dnf -y install git make + - sed -i 's/short-name-mode="enforcing"/short-name-mode="permissive"/g' /etc/containers/registries.conf - ln -s /usr/bin/podman /usr/bin/docker - echo "$DOCKER_PASSWORD" | podman login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin variables: