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

feat: support importing Dockerfile or Dockerfile.template into another template #14

Open
3 tasks
kaanyagci opened this issue Jun 25, 2024 · 0 comments · May be fixed by #16
Open
3 tasks

feat: support importing Dockerfile or Dockerfile.template into another template #14

kaanyagci opened this issue Jun 25, 2024 · 0 comments · May be fixed by #16
Assignees
Labels

Comments

@kaanyagci
Copy link
Contributor

We want to use the following notation {{ include <path> <context> }} to include Dockerfile and Dockerfile.template to the current Dockerfile.template by rendering it with the given context.

This is particularly useful for multi-stage images.

TODOs:

  • Complete the implementation of {{ include }}
  • Update README for use instructions
  • Support inner includes: for instance we can only use include once and we can not use it inside of a included Dockerfile.template
@kaanyagci kaanyagci added the feat label Jun 25, 2024
@kaanyagci kaanyagci self-assigned this Jun 25, 2024
@kaanyagci kaanyagci linked a pull request Jun 25, 2024 that will close this issue
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 a pull request may close this issue.

1 participant