Skip to content

Instantly share code, notes, and snippets.

@palnabarun
Created November 10, 2021 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palnabarun/f27548952362a4d49d32bd5cb8beb32b to your computer and use it in GitHub Desktop.
Save palnabarun/f27548952362a4d49d32bd5cb8beb32b to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
for image in debian-iptables debian-iptables-amd64 debian-iptables-arm debian-iptables-arm64 debian-iptables-ppc64le debian-iptables-s390x;
do
for tag in buster-v1.7.0 bullseye-v1.1.0;
do
echo $image:$tag
skopeo inspect docker://gcr.io/k8s-staging-build-image/$image:$tag | jq '.Digest'
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment