1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at b82a8ec071

This commit is contained in:
CoreOS Bot
2025-06-10 20:53:24 +00:00
parent 9fc4beb43c
commit 5c40afa99a
3 changed files with 5 additions and 13 deletions

View File

@@ -32,4 +32,4 @@ jobs:
- name: Build
run: podman build --security-opt=label=disable --cap-add=all --device /dev/fuse . -t localhost/fedora-coreos
- name: Sanity-check
run: podman run --rm -ti localhost/fedora-coreos echo hello
run: podman run --rm localhost/fedora-coreos echo hello

View File

@@ -8,13 +8,9 @@
# This is the developer default version. In pipelines, this is driven by versionary.
ARG VERSION="42"
# XXX: This uses the Konflux-built version until it takes over from pungi and
# shows up at the official quay.io/fedora/fedora-bootc endpoint since the latter
# doesn't yet have bootc-base-imagectl.
# https://gitlab.com/fedora/bootc/base-images/-/issues/44
# XXX: Note also this should be a digested pull that gets bumped.
# XXX: This should be a digested pull that gets bumped.
# https://gitlab.com/fedora/bootc/tracker/-/issues/34
ARG BUILDER_IMG=quay.io/bootc-devel/fedora-bootc-42-standard:latest
ARG BUILDER_IMG=quay.io/fedora/fedora-bootc:42
ARG MANIFEST=manifest.yaml
### Containerfile.base

View File

@@ -2,12 +2,8 @@
# This is the developer default version. In pipelines, this is driven by versionary.
ARG VERSION="42"
# XXX: This uses the Konflux-built version until it takes over from pungi and
# shows up at the official quay.io/fedora/fedora-bootc endpoint since the latter
# doesn't yet have bootc-base-imagectl.
# https://gitlab.com/fedora/bootc/base-images/-/issues/44
# XXX: Note also this should be a digested pull that gets bumped.
# XXX: This should be a digested pull that gets bumped.
# https://gitlab.com/fedora/bootc/tracker/-/issues/34
ARG BUILDER_IMG=quay.io/bootc-devel/fedora-bootc-42-standard:latest
ARG BUILDER_IMG=quay.io/fedora/fedora-bootc:42
ARG MANIFEST=manifest.yaml