Skip to content

Commit

Permalink
chore: update images/rootfs to Fedora 40 (#310)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
Updates image URLs and rootfs to Fedora 40

*Testing done:*
- local testing

- [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 May 3, 2024
1 parent 0d32c75 commit f241679
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ 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-20240322192200.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:5e3a1f2a583908f2f236d4c7246d96485877df30042039302f47f2c58249f44f")
FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-40-1.14.x86_64-20240503185933.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:bf54037097a69c13e5b0eb3fae1b23517d76028f790786b7b76d43bea1395298")
# 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-20240322230317.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:5e30a8ad79079c316280cff3482d5a62823be3f7c8e06e197f6df863faccee80")
FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-40-1.14.aarch64-20240503185927.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:787c2b3e24774e45fea9fc9bef628d4a309b0893a4d452d064b52785efda002d")

FINCH_ROOTFS_x86_URL := $(or $(FINCH_ROOTFS_x86_URL),https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1711139710.tar.gz)
FINCH_ROOTFS_x86_DIGEST := $(or $(FINCH_ROOTFS_x86_DIGEST),"sha256:18649edabf48f20716e6b121861fc884dbf5f048fc2f5482c75f37c9e3b0db95")
FINCH_ROOTFS_x86_URL := $(or $(FINCH_ROOTFS_x86_URL),https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1714767486.tar.gz)
FINCH_ROOTFS_x86_DIGEST := $(or $(FINCH_ROOTFS_x86_DIGEST),"sha256:6b70063b0522c341f957e9b2ef9eea4dbf6ab2c93879661e70bdd61cd952c41a")

LIMA_DEPENDENCY_FILE_NAME ?= lima-and-qemu.tar.gz
.DEFAULT_GOAL := all
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-40-1.14.aarch64-20240503185927.qcow2
0b66a781253557d162bb1256cca6621fd1123d91d3424f577ce729b2b55b9de312589c0af1b4d4b4e83ca5a399207c8bc611e41357bf3c311c05dc8252084594 *Fedora-Cloud-Base-40-1.14.aarch64-20240503185927.qcow2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-40-1.14.x86_64-20240503185933.qcow2
8865cd9ba9bd68f9a7c972481a16371bc702fffa76e16276f1c2ee73fb15e672b420b9c57b047e5087f2d85275c1ea4fffde657ee71031545133cddb4290fe1f *Fedora-Cloud-Base-40-1.14.x86_64-20240503185933.qcow2

0 comments on commit f241679

Please sign in to comment.