From e53edd02b171365730d3b97e6fc15e895096cc5a Mon Sep 17 00:00:00 2001 From: Gavin Inglis <43075615+ginglis13@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:23:11 -0700 Subject: [PATCH] chore: update os image (#145) Issue #, if available: *Description of changes:* update Fedora images to include patches *Testing done:* local build of `finch` with my fork as submodule, shelled into VM to confirm kernel updates and package updates. - [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: Gavin Inglis --- Makefile | 8 ++++---- ...-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2.sha512 | 2 -- ...-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2.sha512 | 2 ++ ...a-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2.sha512 | 2 -- ...a-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2.sha512 | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2.sha512 create mode 100644 hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2.sha512 delete mode 100644 hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2.sha512 create mode 100644 hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2.sha512 diff --git a/Makefile b/Makefile index 513d506..b578b1f 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,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-20230713205042.qcow2) -FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:c90fdf39171dbd9717725342d49f4aaec6283aba37630fb74438adf0b9e0202a") +FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2) +FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:e8d5872454cf25155ce5f19381f27ef096ce89efcbb5ecc639dcb6bf44e16bf8") # 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-20230713205101.qcow2) -FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:a9714041012377bda3f1ac9df394d96099aa4e202801622b16af7e94a4b99689") +FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2) +FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:219a30f1409f8757eaf654dabf378fe0412b9499f877e5c69ad2f24327b1a5f4") LIMA_DEPENDENCY_FILE_NAME ?= lima-and-qemu.tar.gz .DEFAULT_GOAL := all diff --git a/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2.sha512 deleted file mode 100644 index 546ea32..0000000 --- a/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2.sha512 +++ /dev/null @@ -1,2 +0,0 @@ -# Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2 -abccfc607f40d9c6fa4567133aeb8ad02fe47f251f45bfada1b436a4b98f5d99661d3261fe1c2b2ca8372bf886ebe7f70086eaf2b2a1d1dc0e2f1e362676c1d3 *Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2 diff --git a/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2.sha512 new file mode 100644 index 0000000..f990afc --- /dev/null +++ b/hashes/Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2.sha512 @@ -0,0 +1,2 @@ +# Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2 +a82fd0a1dcb9cf67623d046d863a86609e6d19818876e5d0911cb4e2925ecb1b01c0b5dd527ef5e878003fbc894cbd3ed5af327ca88f599800f63dfe4fa566c6 *Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2 diff --git a/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2.sha512 deleted file mode 100644 index 6126182..0000000 --- a/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2.sha512 +++ /dev/null @@ -1,2 +0,0 @@ -# Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2 -a5b0dace5a255a9f61e3be16a038c9d1de7cd8a5efc9ddedac744c6d799d8d23bc6da0eb634bc1de0612c475e47f0ed0abcb0806c5542932a5d8ef0ec4dd91e9 *Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2 diff --git a/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2.sha512 b/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2.sha512 new file mode 100644 index 0000000..8a649e0 --- /dev/null +++ b/hashes/Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2.sha512 @@ -0,0 +1,2 @@ +# Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2 +05a3df1b398142ae5d641ef765eb7fde6e89688913733f4be1421e262f767dc38e717a5be426743f143a0aec9be3e5e85aded0e50b2c3593e446e670afe62743 *Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2