You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# list all available tags for that iamge
curl -v -H "Authorization: Bearer $(oc whoami -t)" \
https://docker-registry-default.apps1.ew1.aws.domain.local/v2/test-matteo-master/bdd-watchlist/tags/list
# list the latest manifest info for that iamge
curl -v -H "Authorization: Bearer $(oc whoami -t)" \
https://docker-registry-default.apps1.ew1.aws.domain.local/v2/test-matteo-master/bdd-watchlist/manifests/latest
# list the specific tag manifest info for that iamge
curl -v -H "Authorization: Bearer $(oc whoami -t)" \
https://docker-registry-default.apps1.ew1.aws.domain.local/v2/test-matteo-master/bdd-watchlist/manifests/0.18.0