Skip to content

Instantly share code, notes, and snippets.

@nickboldt
Created July 11, 2019 15:14
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 nickboldt/39bb6b5e3509d1a0011cfce294893c35 to your computer and use it in GitHub Desktop.
Save nickboldt/39bb6b5e3509d1a0011cfce294893c35 to your computer and use it in GitHub Desktop.
diff base images since last release
echo; for d in */; do cd $d; echo "${d#*containers_} ..."; git diff 'HEAD@{2019-06-05}' | grep FROM; echo; cd ..; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment