Closed pawitp closed 4 years ago
Hi @pawitp,
Thank you for your contribution! We really value the time you've taken to put this together.
Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:
1.7.6
is on its way
Currently, if a user adds additional artifact to the Docker build without modifying dockerGroupLayers, the artifact will have "None" grouping and be put as the first layer in the output.
These additional artifacts are often configuration or supporting assets. Making this the zeroth layer by default causes dependency layer to not be re-used if any of these artifacts are changed.
Since not all users will care to modify dockerGroupLayers, the default should be to make it such that adding additional artifact does not break re-use of the dependency layer.