mirror of
https://github.com/containers/skopeo.git
synced 2026-07-13 20:52:53 +00:00
When the destination for an ADD or COPY operation ends with a path separator, take that as an indicator that the destination should be a directory, that we should create it if it doesn't already exist, and that any files we're copying should be placed in the directory. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #56 Approved by: rhatdan