We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I use this docker registry UI and I have an issue...
I can't see the icons when entering the image details page. A placeholder is displayed instead:
My docker-compose file
services: registry: image: registry:2.8.3 restart: always ports: - 5000:5000 environment: REGISTRY_AUTH: htpasswd REGISTRY_AUTH_HTPASSWD_REALM: Registry REGISTRY_AUTH_HTPASSWD_PATH: /auth/registry.password volumes: - ./config/auth:/auth - ./config/data:/var/lib/registry - ./config/credentials.yml:/etc/docker/registry/config.yml container_name: registry registry-ui: image: joxit/docker-registry-ui:2.5.7 restart: always ports: - 80:80 depends_on: - registry environment: - SINGLE_REGISTRY=true - REGISTRY_TITLE=Docker Registry - REGISTRY_URL=http://localhost:5000 - DELETE_IMAGES=true - SHOW_CONTENT_DIGEST=true - SHOW_CATALOG_NB_TAGS=true - CATALOG_MIN_BRANCHES=1 - CATALOG_MAX_BRANCHES=1 - TAGLIST_PAGE_SIZE=100 - REGISTRY_SECURED=true - CATALOG_ELEMENTS_LIMIT=1000 container_name: registry-ui
My credentials.yml
version: 0.1 log: fields: service: registry storage: delete: enabled: true cache: blobdescriptor: inmemory filesystem: rootdirectory: /var/lib/registry http: addr: :5000 headers: X-Content-Type-Options: [nosniff] Access-Control-Allow-Origin: ['http://localhost'] Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS', 'DELETE'] Access-Control-Allow-Headers: ['Authorization', 'Accept'] Access-Control-Max-Age: [1728000] Access-Control-Allow-Credentials: [true] Access-Control-Expose-Headers: ['Docker-Content-Digest'] auth: htpasswd: realm: basic-realm path: /etc/docker/registry/htpasswd
See the correct icons there
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I use this docker registry UI and I have an issue...
Bug description
I can't see the icons when entering the image details page. A placeholder is displayed instead:
How to Reproduce
My docker-compose file
My credentials.yml
Expected behavior
See the correct icons there
Screenshots
System information
The text was updated successfully, but these errors were encountered: