You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is about adding an additional option to RMB context menu when clicking a specific tag of image on remote repository.
For example, under "Copy Image Digest" might be option called "Manifest", there could also be command for that - "Docker Registries: Manifest".
(Current context menu)
The idea is, that for now it is impossible to inspect a image without pulling it first. This command would allow getting more information about remote images without doing that.
After running the command the manifest would open similarly as the result of running "Inspect" on local image:
(Visualisation how this could look like)
When it comes to implementing it, self-hosted repositories allow it simply by doing a specific GET request to API v2, i do not know how it works in Azure, GitLab and Docker HUb, but I believe they also allow is one way or another.
The text was updated successfully, but these errors were encountered:
IIRC we are actually doing the manifest fetch in the background for something--can't recall exactly what--but it shouldn't be too hard to add a command to do the same.
Issue Type: Feature Request
Issue is about adding an additional option to RMB context menu when clicking a specific tag of image on remote repository.
For example, under "Copy Image Digest" might be option called "Manifest", there could also be command for that - "Docker Registries: Manifest".
(Current context menu)
The idea is, that for now it is impossible to inspect a image without pulling it first. This command would allow getting more information about remote images without doing that.
After running the command the manifest would open similarly as the result of running "Inspect" on local image:
(Visualisation how this could look like)
When it comes to implementing it, self-hosted repositories allow it simply by doing a specific GET request to API v2, i do not know how it works in Azure, GitLab and Docker HUb, but I believe they also allow is one way or another.
The text was updated successfully, but these errors were encountered: