Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable] tree: promote changes from testing at 5707530967fda94c5a3397590a7ce8aac4c978c2 #3005

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ci/buildroot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#
# This image is used by CoreOS CI to build software like
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
FROM quay.io/fedora/fedora:39
FROM quay.io/fedora/fedora:40
# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=2278652
ENV container=oci
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf
2 changes: 1 addition & 1 deletion kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tracker: https://github.com/coreos/coreos-assembler/pull/1478
- pattern: coreos.ignition.ssh.key
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1553
# snooze: 2024-04-29 (disabled on promotion)
# snooze: 2024-05-13 (disabled on promotion)
# warn: true (disabled on promotion)
platforms:
- azure
Expand Down
Loading
Loading