79507172

Date: 2025-03-13 17:21:51
Score: 2
Natty:
Report link

Crane is a very helpful too for this: https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md

Docs: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md

crane catalog localhost:5000 #lists repo
crane ls localhost:5000/repo/image #lists tags for an image
crane digest localhost:5000/repo/image:tag --full-ref #gets the reference for the tag
crane delete localhost:5000/repo/image@sha256:someref
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: LaurentGoderre