Skip to content

Commit

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

*Description of changes:*


*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: Mrudul Harwani <[email protected]>
  • Loading branch information
mharwani authored Jan 9, 2024
1 parent 6dbac8f commit 7e6b3a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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-38-1.6.x86_64-20231207190935.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:635469797bbddb4b3328513cae1f1cfa5505e0606c01604315968b545aaa9550")
FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.x86_64-20240108234744.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:5dbabaff28417c9af2ff24e23ec6e18f2a03119513d22b97587f418f51d09887")
# 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-20231207184228.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:c5610d0f1874c92bba62a97fa647973cd0bdf749f6f4dee30b29bf2bd1a2e899")
FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.aarch64-20240109005854.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:843cf0b50acc6b398d6fa6d7ee0cdce497d7a16ace000f9a4d1a74b365a06965")

FINCH_ROOTFS_x86_URL := $(or $(FINCH_ROOTFS_x86_URL),https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1704738038.tar.gz)
FINCH_ROOTFS_x86_DIGEST := $(or $(FINCH_ROOTFS_x86_DIGEST),"sha256:f8346046ca5152f452558e50ecc041451bf93ed5a733ef14362846dd3fcd1a35")
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-20240109005854.qcow2
e16bc65c69886ced470639c7e3e41eb0275849c7a4ab9cc1038b7133449b4a284af9f784cc7549621814fd576dcaf9492fe57ff9ce8bb4627f4e5e7e772aa9bd *Fedora-Cloud-Base-38-1.6.aarch64-20240109005854.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-20240108234744.qcow2
9d247a7f8b9001e9a053fe4e348b7f29eede61afd926bc5f72823b4430bc8ada6a135c0075de61e8be5aff10852aab0dce5e51d7c8465a183f71c1066c280113 *Fedora-Cloud-Base-38-1.6.x86_64-20240108234744.qcow2

0 comments on commit 7e6b3a8

Please sign in to comment.