Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Create or Provide a UI front end #3

Open
10d9e opened this issue Jun 20, 2022 · 3 comments
Open

Create or Provide a UI front end #3

10d9e opened this issue Jun 20, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@10d9e
Copy link

10d9e commented Jun 20, 2022

Currently there is no user interface for IPCR. Since it follows the registry v2 spec, a bootstrap might be to use/brand an existing registry UI.

@10d9e
Copy link
Author

10d9e commented Jun 20, 2022

cc @corinne-antonia

@10d9e 10d9e added the enhancement New feature or request label Jun 20, 2022
@10d9e 10d9e assigned 10d9e and unassigned 10d9e Jun 21, 2022
@10d9e 10d9e moved this from Backlog to In Progress in IPCR Sep 13, 2022
@10d9e 10d9e moved this from In Progress to Backlog in IPCR Sep 26, 2022
@10d9e
Copy link
Author

10d9e commented Oct 16, 2022

Here's a demo of one of the more popular v2 registry UIs

docker-compose.yml

version: "2"
services:
  app:
    image: jc21/registry-ui:latest
    ports:
      - 4000:80
    environment:
      - REGISTRY_HOST=ipcr.io
      - REGISTRY_SSL=false
      - REGISTRY_DOMAIN=ipcr.io
      - REGISTRY_STORAGE_DELETE_ENABLED=
    restart: on-failure

docker-compose up

http://localhost:4000/

@10d9e
Copy link
Author

10d9e commented Oct 16, 2022

This one runs much faster:

docker run --name registry-browser -e DOCKER_REGISTRY_URL=https://ipcr.io -p 8080:8080 klausmeyer/docker-registry-browser

http://localhost:8080/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant