Hello!
We have a private registry with a collection that has a few containers, a helm chart publication and a few more resources. Everything gets published from a GitHub action using the NGC cli 3.59.0.
We are experiencing some weird behaviour with one of the containers:
- It can be pulled using
docker images pull ngc/location:tag
- It cannot be listed with ‘ngc registry image list org/team/name’
- It cannot be updated using
ngc registry image update
- It cannot be removed using
registry image remove
- It is shown on the NGC UI but it has no tags, despite it can be pulled.
- Removing it from the UI does not help.
Have you ever faced the same issue? How did you solve it?
Any idea how can I make this container back to stable?
Regards,
Fer