Not looking for questions about how I got into this position just looking for help with the issue.
I received a Docker manifest via a tar.gz
file. Once unzipped I see what I now know is a Docker Manifest.
What is the simplest was for me to turn this manifest into an image that will show up when I run docker images
? Then I can tag and push to my private container repository.