You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the destination of a line in the `%files` section is ommitted, the
file should be copied to the same full path within the destination
rootfs as it is in the source.
Previously we naively set dst = src in this case, but src might be a
globbing pattern. In this case the file copy destination was the glob
pattern, not the matched path(s) after globbing.
Handle a blank "" dest in the CopyFromHost / CopyFromStage functions,
where globbing occurs. Copy to the correct full path after globbing.
Update tests to capture this behavior.
Fixesapptainer#196
Expecting 2.1.2 here, as that was the version I have installed.
The text was updated successfully, but these errors were encountered: