You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We want to use the following notation
{{ include <path> <context> }}
to include Dockerfile andDockerfile.template
to the current Dockerfile.template by rendering it with the given context.This is particularly useful for multi-stage images.
TODOs:
{{ include }}
Dockerfile.template
The text was updated successfully, but these errors were encountered: