Skip to content

Commit ff78ed2

Browse files
authored
feat: Mark Fedora 39 images as stable and roll out gts (#391)
1 parent cdc36c6 commit ff78ed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
is_stable_version: true
3737
is_gts_version: false
3838
- major_version: 38
39-
is_latest_version: true
39+
is_latest_version: false
4040
is_stable_version: true
4141
is_gts_version: true
4242
- major_version: 39
4343
is_latest_version: true
44-
is_stable_version: false
44+
is_stable_version: true
4545
is_gts_version: false
4646
exclude:
4747
# There is no Fedora 37 version of sericea

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG IMAGE_NAME="${IMAGE_NAME:-silverblue}"
22
ARG SOURCE_IMAGE="${SOURCE_IMAGE:-silverblue}"
33
ARG SOURCE_ORG="${SOURCE_ORG:-fedora-ostree-desktops}"
44
ARG BASE_IMAGE="quay.io/${SOURCE_ORG}/${SOURCE_IMAGE}"
5-
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}"
5+
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}"
66

77
FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS nokmods
88

0 commit comments

Comments
 (0)