Skip to content

Commit

Permalink
chore: update OS images (#275)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- Update OS packages

*Testing done:*
- Tested locally

- [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: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored Mar 22, 2024
1 parent 55cb094 commit 72e5c88
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 @@ -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-39-1.5.x86_64-20240212173527.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:04d9a5a44f7bee52437d98d996913b6df5d9e05c293fcb0c2c0609483271d00b")
FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-39-1.5.x86_64-20240322192200.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:5e3a1f2a583908f2f236d4c7246d96485877df30042039302f47f2c58249f44f")
# 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-39-1.5.aarch64-20240212173442.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:2b146b4d3a4468e45da460c2dba1f5c59509b9da02de8c9cbad6238a52912738")
FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-39-1.5.aarch64-20240322192225.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:cadec2a3cf42dd43facb3a7c61bba1a0d770f9db396c74daac66110a22e85f85")

FINCH_ROOTFS_x86_URL := $(or $(FINCH_ROOTFS_x86_URL),https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1707772837.tar.gz)
FINCH_ROOTFS_x86_DIGEST := $(or $(FINCH_ROOTFS_x86_DIGEST),"sha256:656bf5eda3eafc270ecb59db7a94e2449c543c0fc23139d6ba19f26af0647066")
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-39-1.5.aarch64-20240322192225.qcow2
da785ab163c8fc781a02e45a8fed1c7efd228dcd0e75d01d8e2e01cc130e9bc53a2c33683196f3afd3422317ddf613edcc7b0809a4545ff1f33628ffbb83b0d7 *Fedora-Cloud-Base-39-1.5.aarch64-20240322192225.qcow2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-39-1.5.x86_64-20240322192200.qcow2
452b5d6cd3b11640584fd02f63825fb1c8a154633ea162a74e5c491a1e0cbdf15aade63f381608677acaf273a6f162f3a1efb6e6ff148f3caad2128a6a18585f *Fedora-Cloud-Base-39-1.5.x86_64-20240322192200.qcow2

0 comments on commit 72e5c88

Please sign in to comment.