Update Chunkah run command with correct --rootfs flag

This commit is contained in:
humocs-man
2026-05-17 12:47:46 +02:00
committed by GitHub
parent d5ae4f45d7
commit 3c4ecc8ae9
+3 -2
View File
@@ -112,7 +112,7 @@ jobs:
# Original-Konfiguration sichern
podman inspect $BASE_IMAGE --format '{{json .Config}}' > ./chunkah-config.json
# Chunkah-Lauf (Nutzt nativ ZSTD für die Chunks)
# Chunkah-Lauf (Jetzt mit korrektem --rootfs Flag)
podman run --rm \
-v ./chunkah-in:/inputs:z \
-v ./chunkah-out:/outputs:z \
@@ -124,7 +124,7 @@ jobs:
--max-layers 128 \
--compressed \
--output /outputs/image.ociarchive \
/inputs
--rootfs /inputs
# Altes Image löschen, um Platz zu machen und Eindeutigkeit beim Laden zu sichern
podman rmi $BASE_IMAGE
@@ -137,6 +137,7 @@ jobs:
fi
podman tag $IMAGE_ID $BASE_IMAGE
- name: Tag for registry
run: |
for tag in ${{ steps.metadata.outputs.tags }}; do