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 # Original-Konfiguration sichern
podman inspect $BASE_IMAGE --format '{{json .Config}}' > ./chunkah-config.json 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 \ podman run --rm \
-v ./chunkah-in:/inputs:z \ -v ./chunkah-in:/inputs:z \
-v ./chunkah-out:/outputs:z \ -v ./chunkah-out:/outputs:z \
@@ -124,7 +124,7 @@ jobs:
--max-layers 128 \ --max-layers 128 \
--compressed \ --compressed \
--output /outputs/image.ociarchive \ --output /outputs/image.ociarchive \
/inputs --rootfs /inputs
# Altes Image löschen, um Platz zu machen und Eindeutigkeit beim Laden zu sichern # Altes Image löschen, um Platz zu machen und Eindeutigkeit beim Laden zu sichern
podman rmi $BASE_IMAGE podman rmi $BASE_IMAGE
@@ -137,6 +137,7 @@ jobs:
fi fi
podman tag $IMAGE_ID $BASE_IMAGE podman tag $IMAGE_ID $BASE_IMAGE
- name: Tag for registry - name: Tag for registry
run: | run: |
for tag in ${{ steps.metadata.outputs.tags }}; do for tag in ${{ steps.metadata.outputs.tags }}; do