uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 153 forks source link

makisu push does not load tar image because of invalid tar header #352

Closed nicolai92 closed 3 years ago

nicolai92 commented 3 years ago

Describe the bug In tried to use makisu push to push an already existing tar image to Docker Hub. I get an error message stating that the tar image cannot be extracted, as the tar header is not valid.

To Reproduce Steps to reproduce the behavior:

Expected behavior I expected makisu to push the image, that was built with makisu earlier.

Environments Kubernetes

Additional context Could you please provide an example on how to push an existing tar image with makisu? When running push as part of the build process, it is working. But, I wanted to run the push command standalone - according to the README it should be possible.