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
Add functionality to pull local images with skopeo
Skopeo has support for local images but Tern currently always pulls the
image provided by the user from a repository. This change adds parsing
to skopeo.py to enable pulling of local images using skopeo. In order
to pull local images, users must prefix their image with
`docker-daemon:`. Instructions in the `report` menu have also been
updated with instructions on how to pull local images.
Resolves#1191
Signed-off-by: Rui Valim <[email protected]>
Signed-off-by: Rose Judge <[email protected]>
0 commit comments