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

Fix regression in sync #1722

Merged
merged 1 commit into from Mar 5, 2019
Merged

Conversation

priyawadhwa
Copy link
Contributor

In #1709 I introduced a regression to sync by removing the "-C /" from
the tar extraction, which forced all files to be extracted at root. We
actually still want this, since now that we append the workdir for relative paths all paths in the
tarball are absolute paths and so should be extracted at root.

This should fix #1721.

In GoogleContainerTools#1709 I introduced a regression to sync by removing the "-C /" from
the tar extraction, which forced all files to be extracted at root. We
actually still want this, since now that we append the workdir for relative paths  all paths in the
tarball are absolute paths and so should be extracted at root.

This should fix GoogleContainerTools#1721.
@dgageot dgageot merged commit 206c678 into GoogleContainerTools:master Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v0.24.0 unable to sync files when a WORKDIR is specified
3 participants