aliarman1/docker-registry-ui — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a clean web dashboard for managing a Docker Registry v2. I want to open it in a browser and see the repositories in my registry, click into an image, view its tags and useful details, and get simple copyable examples for pulling and pushing images using the registry domain I configure.

It should run easily in Docker and be configurable with environment variables for the registry host, whether it uses SSL, the display domain, and optional basic auth username and password. Deleting images should be off by default, but if I explicitly enable it with an environment variable, the UI should show delete actions for images or tags and make it clear that registry garbage collection is still needed afterward.

Please include a docker compose example for running the UI with an existing registry, and another simple full stack setup with a registry and the UI together. Keep the interface straightforward and nice looking, more like a practical admin panel than a developer demo.

Want more depth? Deep Reverse