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

Quote heredoc to turn off interpolation #65

Conversation

berney
Copy link
Contributor

@berney berney commented Feb 4, 2017

The example wouldn't escape ${IMAGE_PARENT} so it would become ``. By quoting the heredoc 'END' it turns off interpolation, preserving `${IMAGE_PARENT}`. I tested and the mynamespace/figlet image successfully builds after this change.

@edannenberg
Copy link
Owner

edannenberg commented Feb 4, 2017

Thanks, gotta admit I blindly updated the README.md without testing. 😊

@edannenberg edannenberg merged commit 712f19a into edannenberg:master Feb 4, 2017
@berney
Copy link
Contributor Author

berney commented Feb 5, 2017

No problem, you're welcome. I'm glad I can help a little. This project is really awesome, thank you.

@berney berney deleted the fix-README.md-Adding-Docker-Images-example branch February 7, 2017 00:20
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.

None yet

2 participants