Jeremy Beale
Jeremy Beale
Store docker image layers in ephemeral PVC to avoid pod eviction due to exceeding storage limits. This change allowed our organization to build larger docker images (>50GB).
When attempting to run the Action on Windows, I get this error: `Error: Container action is only supported on Linux` Ideally the action could at least attempt `docker run ...`...
The current Dockerfile includes a COPY step on [line 5](https://github.com/AnalyticalGraphicsInc/STKCodeExamples/blob/5d510474b2decef317a9487a074c704cb99cb7cf/StkEngineContainerization/windows/stk-engine-baseline/Dockerfile#L5). By copying installer binaries using this method, the binary adds several unnecessary GB to the final image. Consider other approaches...
This [ReadME](https://github.com/AnalyticalGraphicsInc/STKCodeExamples/tree/master/StkEngineContainerization/windows/stk-engine-baseline#build-the-image) references a nonexisting distributions folder. See the bullet point 2. Place the STK_Engine_v{version}.zip file in the [distributions](https://github.com/AnalyticalGraphicsInc/STKCodeExamples/blob/master/StkEngineContainerization/windows/stk-engine-baseline/distributions) folder at the same level as this file. Following the link...