Skip to content

Instantly share code, notes, and snippets.

@symbiont-eric-torreborre
Created August 28, 2019 13:36
Show Gist options
  • Save symbiont-eric-torreborre/4e81e946734e4e6564760613390fb5e0 to your computer and use it in GitHub Desktop.
Save symbiont-eric-torreborre/4e81e946734e4e6564760613390fb5e0 to your computer and use it in GitHub Desktop.
Pull images for given tag
# for example
TAG=dade6249f8206e13150f464ad2b0df4cc1a07bd5
for i in 'sailfish' 'smartlog' 'epilog' 'apollo' 'api-server' 'txe' 'txe-postgres' 'api-server'; do docker pull us.gcr.io/development-148212/$i:$TAG; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment