accelerated-container-image
accelerated-container-image copied to clipboard
Build overlaybd image format from Dockerfile instead of conversion
Is it possible to just build the image from Dockerfile instead of doing image conversion?
@shuaichang build from an oci image and auto convert to overlaybd?
Does overlaybd support build from Dockerfile without conversion, we also have use case to build image and we do care about the time from build to push to registry.
In some cases, we want to make the build time to be as fast as possible, build to OCI and then convert could take multiple extra minutes. And in this case, we actually only want to have overlaybd image but not the original image.
we have sent a PR several months ago but still waiting for merge. https://github.com/moby/buildkit/pull/3867