-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
Enviroment:
Startup with docker-compose, behind nginx and serving with a https domain.
- registry: registry:2 (latest, version im not sure )
- registry-ui: quiq/registry-ui v0.10.3
- config.yaml
- uri_base_path: /registry-ui
- registry.hostname: mydomain.com
- config.yaml
When i need to delete tags from ui, url will return 404, but the delete request will complete.
steps:
- access https://mydomain.com/registry-ui/demo/demo (image: mydomain.com/demo/demo:1.0.0)
- click delete-> yes
- then get:
a. 303: https://mydomain.com/registry-ui/delete-tag?repoPath=demo/demo&tag=1.0.0
b. 404: https://mydomain.com/registry-uidemo/myjmeter
(^ missing slash, or is it an config mistake?)
please let me know what am i missing, thanks!
Metadata
Metadata
Assignees
Labels
No labels