79568996

Date: 2025-04-11 13:56:56
Score: 1.5
Natty:
Report link

You don't need to load tar or extract all files from tar Read the "name:tag" from the manifest file inside the image

cat test_v1.0.tar | awk -F'RepoTags' '/RepoTags/ { print substr($2, 5, index($2,"]")-6) }'

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: André Müller Pereira