From fb52ea3430191e4c4af6e0dd6ee8f3ae1956b640 Mon Sep 17 00:00:00 2001 From: Bob Fournier Date: Tue, 3 May 2022 15:50:56 -0400 Subject: [PATCH] Test using ios from 4.11 for base --- pkg/isosource/download.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/isosource/download.go b/pkg/isosource/download.go index c035dbd..cad7318 100644 --- a/pkg/isosource/download.go +++ b/pkg/isosource/download.go @@ -14,8 +14,8 @@ import ( const ( outputFile = "output/coreos.iso" - isoURL = "https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com/art/storage/releases/rhcos-4.10/410.84.202201251210-0/x86_64/rhcos-410.84.202201251210-0-live.x86_64.iso" - isoSha256 = "2905c1f0d85739e8600e8816c0d32711fb4002be4f845e0b20eeab35314e5b58" + isoURL = "https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com/art/storage/releases/rhcos-4.11/411.85.202203181601-0/x86_64/rhcos-411.85.202203181601-0-live.x86_64.iso" + isoSha256 = "c874e1c79defb02b33952d16111fca9674dd07b585b2c2dcfd17c147fb0aba9f" ) func downloadIso(dest string) error {