Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat: update to fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Sep 27, 2024
1 parent 473b5fe commit c1b9388
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id-token: write
env:
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ matrix.images }}-bootc
FEDORA_VERSION: 40
FEDORA_VERSION: 41
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "base-images"]
path = base-images
url = https://gitlab.com/fedora/bootc/base-images
branch = f40
branch = f41
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:40 as repos
FROM quay.io/fedora/fedora:41 as repos

FROM quay.io/centos-bootc/bootc-image-builder:latest as builder
ARG MANIFEST=fedora-bootc-full.yaml
Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-base.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-budgie.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-cinnamon.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-deepin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-kinoite.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-lxqt.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-mate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-silverblue.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-sway.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-atomic-xfce.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releasever: 40
releasever: 41
variables:
distro: "fedora"

Expand Down
2 changes: 1 addition & 1 deletion fedora-bootc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containers.bootc": "1",
"bootc.diskimage-builder": "quay.io/centos-bootc/bootc-image-builder",
"redhat.id": "fedora",
"redhat.version-id": "40"
"redhat.version-id": "41"
},
"StopSignal": "SIGRTMIN+3",
"Env": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/comps-sync/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FROM python:3.10

FROM fedora:40
FROM fedora:41

RUN dnf install -y python3 python3-pip
RUN dnf install -y rpm-ostree
Expand Down

0 comments on commit c1b9388

Please sign in to comment.