Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

calebbrown
Copy link
Contributor

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

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>
@calebbrown calebbrown merged commit b443fa7 into main Jan 22, 2024
11 checks passed
@calebbrown calebbrown deleted the fix_make_sync branch January 22, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants