docker buildx build --output type=oci,dest=myapp.tar .
Category: Docker
docker buildx build --output type=oci,dest=myapp.tar .
Export the build as an OCI tar archive
Exports the built image as an OCI-format tar archive instead of loading it into Docker.