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

WORKDIR command #50

Merged
merged 8 commits into from
Mar 30, 2018
Merged

Conversation

priyawadhwa
Copy link
Collaborator

Fixes #13

Depends on #47 to merge first
Implements environment replacement for WORKDIR, which partially fixes #43

},
{
path: "c",
expectedPath: "/a/b/c",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a little confusing that each test here builds off of a previous test. I think it's fine but just perhaps add some comments that each test isn't independent

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@aaron-prindle
Copy link
Collaborator

LGTM

@priyawadhwa priyawadhwa merged commit a03f3c4 into GoogleContainerTools:master Mar 30, 2018
@priyawadhwa priyawadhwa deleted the workdir branch March 30, 2018 03:40
@priyawadhwa priyawadhwa added the area/dockerfile-command For all bugs related to dockerfile file commands label Feb 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dockerfile-command For all bugs related to dockerfile file commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support environment replacement Implement WORKDIR command
3 participants