cache compose tests

This commit is contained in:
Elio Bischof
2025-06-19 10:09:37 +02:00
parent fe50a2cbf6
commit 7ff15fe2a4

View File

@@ -18,7 +18,7 @@ DIGEST_FILE="$CACHE_DIR/$MAKE_TARGET.digests"
mkdir -p "$CACHE_DIR" mkdir -p "$CACHE_DIR"
get_image_ids() { get_image_ids() {
local depot_pull_out=$(depot pull 2>&1 || true) local depot_pull_out=$(depot pull 2>&1)
local ids="" local ids=""
for img in $(echo "$IMAGES"); do for img in $(echo "$IMAGES"); do
local id=$(docker image inspect "$img" --format='{{.Id}}' 2>/dev/null || true) local id=$(docker image inspect "$img" --format='{{.Id}}' 2>/dev/null || true)