external-dns/scripts/get-sha256.sh
Michel Loiseleur d5b403a9fd chore(release): updates kustomize & docs with v0.16.1
Signed-off-by: Michel Loiseleur <michel.loiseleur@traefik.io>
2025-03-15 15:50:00 +01:00

9 lines
169 B
Bash
Executable File

#!/bin/bash
IMAGE=$1
echo -n "image: "
crane digest "${IMAGE}"
echo "architecture"
crane manifest "${IMAGE}" | jq -r '.manifests.[] | .platform.architecture, .digest'