From 4552d2e93984d4631b72cd28b782980e16e970a5 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:00:38 +0000 Subject: [PATCH] use ostree-remote-registry --- .github/workflows/iso.yml | 3 ++- lorax_templates/registry_cache.tmpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 455f31a..94f72e8 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -40,6 +40,7 @@ jobs: run: | podman pull ghcr.io/ublue-os/base-main:39 podman save --format oci-archive -o base-main.tar ghcr.io/ublue-os/base-main:39 + ls -sh base-main.tar - name: Create boot.iso env: @@ -69,7 +70,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: ISOs - path: results/images/*.iso + path: results/images/deploy.iso if-no-files-found: error retention-days: 0 compression-level: 0 diff --git a/lorax_templates/registry_cache.tmpl b/lorax_templates/registry_cache.tmpl index be5bae5..db02d10 100644 --- a/lorax_templates/registry_cache.tmpl +++ b/lorax_templates/registry_cache.tmpl @@ -1,2 +1,2 @@ -append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --remote=ghcr.io/ublue-os/base-main:39 --url=file:///run/install/repo/base-main.tar --transport=oci-archive --no-signature-verification" +append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --remote=ostree-remote-registry:ghcr.io/ublue-os/base-main:39 --url=file:///run/install/repo/base-main.tar --transport=oci-archive --no-signature-verification" \ No newline at end of file