Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: check if docker is using new oci save format
Starting from Docker 25.0 , the save command will dump the image layers in OCI compatible format: moby/moby#44598 This breaks our tarball build that was using the 'layer.tar' file to construct the final tarball. Let's make the target a bit smart so it can handle all variants by parsing the docker manifest.json file to find the layer and use it. The 'make tarball' now requires jq for simplicity. Signed-off-by: Djalal Harouni <[email protected]>
- Loading branch information