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

Change LayerEntry to be more like TarArchiveEntry. #956

Closed
coollog opened this issue Sep 7, 2018 · 0 comments
Closed

Change LayerEntry to be more like TarArchiveEntry. #956

coollog opened this issue Sep 7, 2018 · 0 comments
Assignees
Milestone

Comments

@coollog
Copy link
Contributor

coollog commented Sep 7, 2018

A LayerEntry should be a tuple of (Path, extractionPath) rather than (List<Path>, extractionPath). extractionPath will be the exact location of the file in the container file system rather than the directory to extract the source file to. This way, a LayerConfiguration becomes a list of LayerEntrys, each with its own source file and target path in the container file system.

The benefits of these are:

Fixes #957

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

No branches or pull requests

1 participant