We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579b10c commit 6d93a25Copy full SHA for 6d93a25
build-tools/docker-scan
@@ -19,8 +19,6 @@ EOF
19
base_image="ghcr.io/digital-asset/decentralized-canton-sync-dev/docker/${base_image}"
20
fi
21
22
- echo "Base image: $base_image"
23
-
24
if docker buildx imagetools inspect "${base_image}" --raw | jq -r '.manifests[]' &> /dev/null; then
25
# Base image is a multi-arch image
26
last_layer=$(docker buildx imagetools inspect "${base_image}" --format '{{json .}}' | jq -r '.image."linux/amd64".rootfs.diff_ids[-1]')
0 commit comments