Skip to content

Commit

Permalink
Move to Fedora Linux 39
Browse files Browse the repository at this point in the history
Bump releasever in manifest.yam,bump the version in dockerfile and tests,  sync the lockfiles for all arches from next-devel for Fedora 39 release.
  • Loading branch information
yasminvalim committed Nov 7, 2023
1 parent 48ad3a3 commit 63840d7
Show file tree
Hide file tree
Showing 15 changed files with 1,784 additions and 1,754 deletions.
2 changes: 1 addition & 1 deletion ci/buildroot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#
# This image is used by CoreOS CI to build software like
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
FROM quay.io/fedora/fedora:38
FROM quay.io/fedora/fedora:39
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf
8 changes: 1 addition & 7 deletions image.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# This file can optionally contain configuration specific to the stream,
# similarly to manifest.yaml. Unlike image-base.yaml, which is shared by all
# streams.
include: image-base.yaml

# see https://github.com/coreos/coreos-assembler/pull/3607
# Defaults for AWS
aws-imdsv2-only: false
aws-volume-type: "gp2"
aws-x86-boot-mode: "legacy-bios"
include: image-base.yaml
Loading

0 comments on commit 63840d7

Please sign in to comment.