Skip to content

404 not found while delete image tag #89

@ycweng

Description

@ycweng

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

When i need to delete tags from ui, url will return 404, but the delete request will complete.
steps:

  1. access https://mydomain.com/registry-ui/demo/demo (image: mydomain.com/demo/demo:1.0.0)
  2. click delete-> yes
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions