docker-registry-ui.js:40 Uncaught TypeError: Cannot read properties of undefined (reading 'filter')
Hi, I use this docker registry UI (chart helm) with a private registry deployed separately.
Bug description
I have an issue with the Creation Date not displaying for OCI charts only (in case of docker images it works fine). My registry does send the creation date and I can see it when accessing the URL with curl for OCI charts.
A clear and concise description of what the bug is.
How to Reproduce
Push an OCI chart to a private registry.
For UI bug, steps to reproduce the behavior:
- Click on an image
- See creation is shown as 'ago' only with this bug in the console:
Expected behavior
I want to be able to see the creation date.
System information
- OS: MacOS Sonoma
- Browser:
- Name: Chrome
- Version: 123.0.6312.107
- Docker registry UI:
- Version: 1.1.3
- Server: k8s as a service with helm chart
- Docker version: -
- Docker registry ui tag: 1.1.3
- OS/Arch: linux/amd64
- Tools: kubernetes
Hello, sorry for the late response.
Could you tell me how did you create the OCI chart ?
FYI, I'm trying to support OCI stuff, but the project is meant to be used for docker images.
Np. I created it with helm create. Let me know if you need any other info!
Could you tell me the full process will all the options used ? From the creation until the push to the private registry ? I have never used it :sweat_smile:
Hey sorry for the late answer.
You can install helm here, and create a chart with $ helm create mychart. You can then package it with $ helm package mychart.
To push it to the OCI registry (docker registry:2 which now supports this): https://medium.com/@fsegredo2000/leverage-oci-registry-with-helm-5eea92fab0a1
In my case I use this to push my charts.
Hello, I came up with a fix and feature, could you try the tag joxit/docker-registry-ui:main and tell me if everything is okay now ?
You may access to the "history" too