1
0
mirror of https://github.com/containers/buildah.git synced 2025-11-19 07:02:08 +03:00
Files
buildah/commit.go
Nalin Dahyabhai b533b5bb0e commit: recognize committing to second storage locations
Recognize cases when we're committing to local storage, but in a
location other than where the working container is, by checking if the
base image (by ID, in case it's tagged and the tag points to a different
image with different layers) is present in the destination's store.

In those cases, we can't just assume that we can skip exporting the base
image's layers.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2018-06-25 16:46:41 -04:00

7.3 KiB