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:
2
.github/workflows/container-native.yml
vendored
2
.github/workflows/container-native.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user