Closed StoneMoe closed 1 year ago
s/confused/confusing/
I think the logic for image saving/storing got changed in https://github.com/goldmann/docker-squash/pull/47 and potentially there might be a bug there. Potentially there should be a elif
in https://github.com/goldmann/docker-squash/blob/main/docker_squash/squash.py#L100 ; however load_image
is parameterised for the tests but the CLI never uses it - it could be added to the CLI.
It sounds like "If you specify the output path, squashed image won't load back to docker daemon" But in fact, It still load the squashed image into docker daemon, store as file is just an addition behavior, but not a replacement.