| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Some builders will exclude layers that do not contribute to the final target layer, meaning the `ship` layer for these templates. This means that the `test` layer is often optimized away by modern builders. We add the `test` layer as a dependency of the `ship` layer to ensure it is always run. Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
| Back | FazBrowse Home | New Git URL |
Some builders will exclude layers that do not contribute to the final target layer, meaning the ship layer for these templates. This means that the test layer is often optimized away by modern builders.
We add the test layer as a dependency of the ship layer to ensure it is always run.
Motivation and Context
Resolves #71
How Has This Been Tested?
Yes, running docker build will now show the test layer in the output. This was also documented in the issue.
Types of changes
Checklist: