From b58dd269483bb85e5db10c109d1bd87dcbd30294 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 17 May 2026 18:31:26 +0200 Subject: [PATCH] Simplify Containerfile by removing OCI build step Removed chunked OCI archive build command from Containerfile. --- Containerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Containerfile b/Containerfile index f807ddb..b930f31 100644 --- a/Containerfile +++ b/Containerfile @@ -68,13 +68,5 @@ COPY scripts/notify-bootc-user.sh /usr/bin/ # Wir räumen zuerst auf, validieren das System via bootc container lint und # erzeugen im Anschluss direkt im Image das 128-Layer OCI-Archiv. RUN rm -rf /tmp/build /root/.cache/dnf/* && \ - bootc container lint && \ - mkdir -p /var/tmp/chunked-output && \ - rpm-ostree compose build-chunked-oci \ - --bootc \ - --format-version=2 \ - --max-layers 128 \ - --from=client \ - --output=oci-archive:/var/tmp/chunked-output/image.ociarchive - + bootc container lint