Created
January 21, 2022 15:31
-
-
Save KrustyHack/b454c79abea884f06c45fda80691dce6 to your computer and use it in GitHub Desktop.
Docker image check GCR cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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