From 2b0f8fc7eb9371f732e5c4656dbce35a1add73d1 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:22:25 +0100 Subject: [PATCH] chore: Bump to Fedora 39 (#186) * Bump release-iso workflow to Fedora 39 * Pin isogenerator version It is recommended in order to avoid some unexpected changes to the maintainer. * Update other recipe & containerfile to reflect Fedora 39 change --- .github/workflows/release-iso.yml | 6 +++--- Containerfile | 2 +- config/recipe.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-iso.yml b/.github/workflows/release-iso.yml index 719e8b35aa..76682bec54 100644 --- a/.github/workflows/release-iso.yml +++ b/.github/workflows/release-iso.yml @@ -13,17 +13,17 @@ jobs: permissions: contents: write container: - image: fedora:38 + image: fedora:39 options: --privileged steps: - uses: actions/checkout@v4 - name: Generate ISO - uses: ublue-os/isogenerator@main + uses: ublue-os/isogenerator@v2.2.0 id: isogenerator with: image-name: ${{ github.event.repository.name }} installer-repo: releases - installer-major-version: 38 + installer-major-version: 39 boot-menu-path: boot_menu.yml - name: install github CLI run: | diff --git a/Containerfile b/Containerfile index 084869aa1e..735aa5d1e1 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,7 @@ # does nothing if the image is built in the cloud. # !! Warning: changing these might not do anything for you. Read comment above. -ARG IMAGE_MAJOR_VERSION=38 +ARG IMAGE_MAJOR_VERSION=39 ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main FROM ${BASE_IMAGE_URL}:${IMAGE_MAJOR_VERSION} diff --git a/config/recipe.yml b/config/recipe.yml index 3fd222042a..905c262077 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -5,7 +5,7 @@ description: A starting point for further customization of uBlue images. Make yo # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/ublue-os/silverblue-main -image-version: 38 # latest is also supported if you want new updates ASAP +image-version: 39 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module