Replies: 6 comments
-
Such functionalities are frequently implemented for user convenience by DockerHub and other container registries. If you use a self-hosted container registry or a registry that does not support this capability, you may need to manually create the pull command using the tag or digest. If you want to add equivalent capabilities to your own container registry's web interface, you must edit the registry's UI code. This would most likely entail frontend development work and would vary based on your container registry's technology stack and implementation specifics. If you use an open-source registry solution, you may consider contributing to its development or submitting a feature request for such an upgrade. |
Beta Was this translation helpful? Give feedback.
-
Got it, thank you for your answer. |
Beta Was this translation helpful? Give feedback.
-
In the example you highlight, there is only one tag, but generally you can have multiple tags for a single artifact. |
Beta Was this translation helpful? Give feedback.
-
@FreemanKevin Harbor already has supported such functionality: note: the screenshots are from version 2.9.0 but you can still find similar ones in your version |
Beta Was this translation helpful? Give feedback.
-
Thank you, I really found this, but you need to click to the bottom to get the tag. note: the screenshot is from version 2.8.4 |
Beta Was this translation helpful? Give feedback.
-
In |
Beta Was this translation helpful? Give feedback.
-
Is it possible to directly add a function that allows users to copy the pulled command with a click like in dockerhub, instead of manually modifying it into a tag based on the
SHA256 digest
?Beta Was this translation helpful? Give feedback.
All reactions