From 209e77ad6b53e4c2f4a7a01621e05868d6cc5ef3 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:05:02 +0000 Subject: [PATCH] mark as insecure --- .github/workflows/iso.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index a123bd5..277c4fc 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -20,7 +20,7 @@ jobs: docker_registry: image: docker.io/library/registry:2 ports: - - 5000:5000 + - 8080:5000 volumes: - registry_cache:/var/lib/registry permissions: @@ -42,7 +42,12 @@ jobs: - name: Download container to cache run: | - podman pull http://localhost:5000/ublue-os/base-main:39 + cat << EOF >> /etc/containers/registries.conf + [[registry]] + location = "localhost:8080" + insecure = true + EOF + podman pull http://localhost:8080/ublue-os/base-main:39 - name: Show downloaded files run: |