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
Hi, would it be possible to use INCLUDE+ with parameterized builds? PostGIS repo uses this approach, where several basic templates are used with bash param substitution to build many different images. In an ideal case, there would be a simple dockerfile that sets up a few ARG/ENV parameters before importing a common file. Also, are there any limitations to the INCLUDE+, e.g. with multi-stage builds, etc?
Thanks for an awesome extension, sad that upstream hasn't resolved these types of use cases despite user's requests.
The text was updated successfully, but these errors were encountered:
Hi, would it be possible to use
INCLUDE+
with parameterized builds? PostGIS repo uses this approach, where several basic templates are used with bash param substitution to build many different images. In an ideal case, there would be a simple dockerfile that sets up a few ARG/ENV parameters before importing a common file. Also, are there any limitations to the INCLUDE+, e.g. with multi-stage builds, etc?Thanks for an awesome extension, sad that upstream hasn't resolved these types of use cases despite user's requests.
The text was updated successfully, but these errors were encountered: