Skip to content

Commit

Permalink
chore: update os image (#145)
Browse files Browse the repository at this point in the history
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 <giinglis@amazon.com>
  • Loading branch information
ginglis13 authored Aug 30, 2023
1 parent 2ab5503 commit e53edd0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2
a82fd0a1dcb9cf67623d046d863a86609e6d19818876e5d0911cb4e2925ecb1b01c0b5dd527ef5e878003fbc894cbd3ed5af327ca88f599800f63dfe4fa566c6 *Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e53edd0

Please sign in to comment.