refactored chunkah

This commit is contained in:
gunnar
2026-06-05 19:09:11 +02:00
parent 70210fed47
commit 3d9ef293a7
+2 -1
View File
@@ -94,7 +94,8 @@ jobs:
CHUNKAH_CF=$(mktemp) CHUNKAH_CF=$(mktemp)
curl -sL https://github.com/coreos/chunkah/releases/download/v0.5.0/Containerfile.splitter -o "$CHUNKAH_CF" curl -sL https://github.com/coreos/chunkah/releases/download/v0.5.0/Containerfile.splitter -o "$CHUNKAH_CF"
docker build --skip-unused-stages=false \ # Hier wurde '--skip-unused-stages=false' entfernt
docker build \
-f "$CHUNKAH_CF" \ -f "$CHUNKAH_CF" \
--from "$IMG" \ --from "$IMG" \
--build-arg CHUNKAH_CONFIG_STR="$CONFIG" \ --build-arg CHUNKAH_CONFIG_STR="$CONFIG" \