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

Add generateDockerfiles command #581

Merged
merged 2 commits into from
Jul 14, 2020

Conversation

MichaelSimons
Copy link
Member

Related to dotnet/dotnet-docker#1933

This command will generated the Dockerfiles from a template specified in the manifest. The template technology used is http://r3c.github.io/cottle/. There is a set of predefined symbols that can be substituted as well as any manifest variables. The command also supports a validation mode which can be used by unit tests to ensure all Dockerfiles are in-sync with the templates.

@MichaelSimons MichaelSimons merged commit 68a7510 into dotnet:master Jul 14, 2020
@MichaelSimons MichaelSimons deleted the generateDockerfiles branch July 14, 2020 13:49
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