#7389 docker registry does not respond correctly to v1 requests
Closed: Can't Fix 5 years ago by syeghiay. Opened 6 years ago by langdon.

If you run something like:
wget -q https://registry.fedoraproject.org/v1/repositories/fedora-minimal/tags -O - | sed -e 's/[][]//g' -e 's/"//g' -e 's/ //g' | tr '}' '\n' | awk -F: '{print $3}'

you get no results even though fedora-minimal has a number of tags. However, skopeo inspect docker://registry.fedoraproject.org/fedora-minimal seems to work.


Clement, do we need this?

Metadata Update from @syeghiay:
- Issue assigned to cverna

5 years ago

@syeghiay no v1 API should not be used, so feel free to close.

Metadata Update from @syeghiay:
- Issue close_status updated to: Can't Fix
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata