From 5b89d00f49f6820c5c3352a1c7b55c497020d3c7 Mon Sep 17 00:00:00 2001 From: Mario Cattamo Date: Thu, 25 Apr 2024 16:17:25 +0200 Subject: [PATCH] test: update quay repo url --- ostree-ng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostree-ng.sh b/ostree-ng.sh index 4e17d03..72c9a75 100755 --- a/ostree-ng.sh +++ b/ostree-ng.sh @@ -11,7 +11,7 @@ source /etc/os-release ARCH=$(uname -m) TEST_UUID=$(uuidgen) IMAGE_KEY="ostree-ng-${TEST_UUID}" -QUAY_REPO_URL="docker://quay.io/rhel-edge/edge-containers" +QUAY_REPO_URL="quay.io/rh_ee_mcattamo/test-repository" QUAY_REPO_TAG=$(tr -dc a-z0-9 < /dev/urandom | head -c 4 ; echo '') BIOS_GUEST_ADDRESS=192.168.100.50 UEFI_GUEST_ADDRESS=192.168.100.51