From 8ff96e20169bfac60b7a85922f2564244e9eff1f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 25 Nov 2025 17:01:32 -0600 Subject: [PATCH] Configure policy.json --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69f809e..b3d8e31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,12 @@ default: -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" + - |- + cat << EOF > /etc/containers/policy.json + { + "default": [{"type": "insecureAcceptAnything"}] + } + EOF - ./podman/bin/podman load -i "${IMG}.tar.gz" - >- ./podman/bin/podman tag