Remove regctl dependency #3

Open
opened 2025-05-21 15:04:45 +00:00 by ramiuslr · 1 comment
Owner

Prefer using a simple web request with JSON parsing, see as an example:

curl -L -s 'https://registry.hub.docker.com/v2/repositories/library/centos/tags?page_size=1024'|j
Prefer using a simple web request with JSON parsing, see as an example: ```bash curl -L -s 'https://registry.hub.docker.com/v2/repositories/library/centos/tags?page_size=1024'|j ```
Author
Owner

This may be interesting to implement in Python: https://stackoverflow.com/a/51921869

Other useful information here: 4dd6940e98/IMAGES.md (image-distribution)

This may be interesting to implement in Python: https://stackoverflow.com/a/51921869 Other useful information here: https://github.com/iximiuz/awesome-container-tinkering/blob/4dd6940e98c1a3571f6612e6075efd2cb1b223bb/IMAGES.md#image-distribution
Sign in to join this conversation.