Skip to content

Commit

Permalink
chore: update OS image to Fedora 39 (#253)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- Update to Fedora 39

*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 Feb 12, 2024
1 parent 4a8980b commit 8c4c0a9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.4
FROM public.ecr.aws/docker/library/fedora:38
FROM public.ecr.aws/docker/library/fedora:39

# install necessary cloud-server packages
RUN dnf group install -y cloud-server-environment --exclude=plymouth* \
Expand Down
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-20240108234744.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:5dbabaff28417c9af2ff24e23ec6e18f2a03119513d22b97587f418f51d09887")
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")
# 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-20240109005854.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:843cf0b50acc6b398d6fa6d7ee0cdce497d7a16ace000f9a4d1a74b365a06965")
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_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.

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-20240212173442.qcow2
1b67e6237bf2a463fa64052143c44181086565ec3bdc407fc963b0ffed1042eb46b60aff4c787105094cbad06a21899c9a250fb1ed52390420a4df01bf24cc3f *Fedora-Cloud-Base-39-1.5.aarch64-20240212173442.qcow2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-39-1.5.x86_64-20240212173527.qcow2
04ddb44525a95133ab0f3b0277d6d1d70e6be7e565ff9766a63ea477e6fed7d6e636248cbecb04cf52e08269cbd32a065ed67255e569cc8d77732b3d09e8bd7b *Fedora-Cloud-Base-39-1.5.x86_64-20240212173527.qcow2

0 comments on commit 8c4c0a9

Please sign in to comment.