Skip to content

Commit

Permalink
chore: Update os images (#220)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
KevinLiAWS authored Dec 7, 2023
1 parent eb14219 commit 46b601d
Show file tree
Hide file tree
Showing 5 changed files with 6 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-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")
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47804f4309ffa2513aa9b8d24fe7809a58f27d9353a77291acf54ab57981afa96f39c9fd6360f0acc3fd50b3f6e32cd2945cac7a4f3e924cea54056b793c6630 *Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
875253d1b82e69b928f7ec52dda7da009c8b11033a0b86c2ba1cf141425afff93667117c4c0d64bd903ff35068d66913d0e4aa3b29213816ddbd15a616765253 *Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2

0 comments on commit 46b601d

Please sign in to comment.