Skip to content

Instantly share code, notes, and snippets.

@KrustyHack
Created January 21, 2022 15:31
Show Gist options
  • Save KrustyHack/b454c79abea884f06c45fda80691dce6 to your computer and use it in GitHub Desktop.
Save KrustyHack/b454c79abea884f06c45fda80691dce6 to your computer and use it in GitHub Desktop.
Docker image check GCR cache
# Verify whether ubuntu is in our cache
gcloud container images list --repository=mirror.gcr.io/library | grep ubuntu
# List all tagged versions of ubuntu currently in the cache
gcloud container images list-tags mirror.gcr.io/library/ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment