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) }'