mkctr icon indicating copy to clipboard operation
mkctr copied to clipboard

mkctr: cross platform container builder for go

Results 3 mkctr issues
Sort by recently updated
recently updated
newest added

Since stable version 1.44.0 it seems the manifest is broken... some clients ignore that fact but buildah breaks with the following error: ``` error creating build container: error preparing image...

It seems a base image that has been built for a single architecture and has media type `application/vnd.docker.distribution.manifest.v2+json` does not work as a base image for mkctr. For example with...

This commit adds a new flag, --out-path which will allow the user to write the image to disk; if building a single image, e.g. with --target local, a tar is...