ossf / package-analysis

Open Source Package Analysis
Apache License 2.0
722 stars 48 forks source link

Move images using load/save instead of docker daemon. #998

Closed calebbrown closed 8 months ago

calebbrown commented 8 months ago

This change is necessary because the docker daemon API has a minimum of 1.24, but buildah and podman use a minimum version of 1.22.

Using the save + load bypasses API issues by using the standard approach to saving and loading images.

Signed-off-by: Caleb Brown calebbrown@google.com