Skip to content

Instantly share code, notes, and snippets.

@orimanabu
Created December 4, 2017 02:51
Show Gist options
  • Save orimanabu/41a25abf0782091d68413ca873bffdc4 to your computer and use it in GitHub Desktop.
Save orimanabu/41a25abf0782091d68413ca873bffdc4 to your computer and use it in GitHub Desktop.
OpenShift personal cheat sheat

obtain docker tags

curl -s -S 'https://registry.access.redhat.com/v1/repositories/openshift3/postgresql-apb/tags' | jq '.'
curl -s -S 'https://registry.access.redhat.com/v1/repositories/rhel7/tags'| jq '.'
curl -s -S 'https://registry.hub.docker.com/v2/repositories/library/centos/tags/' | jq '.results[].name' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment