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

Unique out of order directory entries should be respected #1650

Closed
loosebazooka opened this issue Apr 19, 2019 · 2 comments
Closed

Unique out of order directory entries should be respected #1650

loosebazooka opened this issue Apr 19, 2019 · 2 comments

Comments

@loosebazooka
Copy link
Member

ReproducibleLayerBuilder(
       LayerEntry("a/b.txt"),
       LayerEntry("a", someCustomPermissions)
)

should produce a layer with custom permissions on a, current behavior doesn't do this, since a is prepopulated into the entries by a/b.txt

@chanseokoh
Copy link
Member

chanseokoh commented Apr 19, 2019

Both this and #1270 have the same root cause. It's due to the current solution (#891) of adding all the parent directories to fix #727 and #523.

A workaround is to add a first followed by a/b.txt.

@loosebazooka
Copy link
Member Author

I think this can just be considered a duplicate of #1270

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

2 participants