X Tutup
Skip to content

Use RegEx to match ADD command from Dockerfile.#14

Merged
docker-java merged 2 commits intodocker-java:masterfrom
jdpgrailsdev:master
Jul 2, 2014
Merged

Use RegEx to match ADD command from Dockerfile.#14
docker-java merged 2 commits intodocker-java:masterfrom
jdpgrailsdev:master

Conversation

@jdpgrailsdev
Copy link
Copy Markdown
Contributor

Dockerfile spec does not specify the whitespace format between the ADD command and the parameters. The existing implementation assumes a space followed by a tab. This change uses the whitespace character class to handle any whitespace (space, tab, etc) between the command and the parameters.

Dockerfile spec does not specify the whitespace format between the `ADD` command and the parameters.  This change uses the whitespace character class to handle any whitespace (space, tab, etc) between the command and the parameters.
docker-java pushed a commit that referenced this pull request Jul 2, 2014
Use RegEx to match ADD command from Dockerfile.
@docker-java docker-java merged commit ceddab8 into docker-java:master Jul 2, 2014
@docker-java
Copy link
Copy Markdown
Collaborator

Thanks for contribution!

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

Successfully merging this pull request may close these issues.

2 participants

X Tutup