From 46b601d19300c6026b528d83e2f67faa8d33894d Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Thu, 7 Dec 2023 13:24:40 -0800 Subject: [PATCH] chore: Update os images (#220) Issue #, if available: *Description of changes:* Updates OS images with package patches *Testing done:* - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Signed-off-by: Kevin Li --- Makefile | 8 ++++---- ...-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2.sha512 | 2 -- ...-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2.sha512 | 1 + ...a-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2.sha512 | 2 -- ...a-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2.sha512 | 1 + 5 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2.sha512 create mode 100644 hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2.sha512 delete mode 100644 hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2.sha512 create mode 100644 hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2.sha512 diff --git a/Makefile b/Makefile index 25254ba..9ed88d5 100644 --- a/Makefile +++ b/Makefile @@ -17,11 +17,11 @@ BUILD_TS := $(shell date +%s) # Set these variables if they aren't set, or if they are set to "" # Allows callers to override these default values # From https://dl.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/ -FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2) -FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:d0fdd60e4cddd802c4e3846edf9e386f87fa8e8c1bd3d9b80335fb489eeb6bcd") +FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2) +FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:635469797bbddb4b3328513cae1f1cfa5505e0606c01604315968b545aaa9550") # From https://dl.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/aarch64/images/ -FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2) -FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:a1d9a67009aa73b8f88fa1599c1fc331c2adbf98fb9db41661b97c476b62035e") +FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2) +FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:c5610d0f1874c92bba62a97fa647973cd0bdf749f6f4dee30b29bf2bd1a2e899") FINCH_ROOTFS_x86_URL := $(or $(FINCH_ROOTFS_x86_URL),https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1696963702.tar.gz) FINCH_ROOTFS_x86_DIGEST := $(or $(FINCH_ROOTFS_x86_DIGEST),"sha256:ed36fb7f4819644efaf409a3417456fe8378c4f4bcff0bd1e0e520954b10ccf5") diff --git a/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2.sha512 deleted file mode 100644 index 0070351..0000000 --- a/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2.sha512 +++ /dev/null @@ -1,2 +0,0 @@ -# Fedora-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2 -1fde10a967b958f83c45a85db3fb69547835e31ddea966ae29604803209ce7213adfd84b03ee89d4a51ba0cf7dc339c4350d17aef1b7c32df6288b5dcc78a33e *Fedora-Cloud-Base-38-1.6.aarch64-20231026161559.qcow2 diff --git a/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2.sha512 new file mode 100644 index 0000000..cdbff59 --- /dev/null +++ b/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2.sha512 @@ -0,0 +1 @@ +47804f4309ffa2513aa9b8d24fe7809a58f27d9353a77291acf54ab57981afa96f39c9fd6360f0acc3fd50b3f6e32cd2945cac7a4f3e924cea54056b793c6630 *Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2 diff --git a/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2.sha512 deleted file mode 100644 index bf0321a..0000000 --- a/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2.sha512 +++ /dev/null @@ -1,2 +0,0 @@ -# Fedora-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2 -ac2de716f904466933d3c0be3dd81b95e3beff3f9176b06fb88f9c626d7d82f3dcfc17337e1796497ec3baae31edc7362b147bfd57b31381169ffcaa217c2640 *Fedora-Cloud-Base-38-1.6.x86_64-20231026161553.qcow2 diff --git a/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2.sha512 new file mode 100644 index 0000000..d9f41b4 --- /dev/null +++ b/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2.sha512 @@ -0,0 +1 @@ +875253d1b82e69b928f7ec52dda7da009c8b11033a0b86c2ba1cf141425afff93667117c4c0d64bd903ff35068d66913d0e4aa3b29213816ddbd15a616765253 *Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2