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
I'm setting up Gauge in k8s and I'm trying to optimize the containers as much as I can.
Of course it's best to compile the c#/.net tests beforehand, so I do this in a build stage in the Dockerfile and set a custom build path in the final image.
However, when running the tests, Gauge seems so still need the .net SDK.
Shouldn't the .net runtime be sufficient when it's not building anything?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm setting up Gauge in k8s and I'm trying to optimize the containers as much as I can.
Of course it's best to compile the c#/.net tests beforehand, so I do this in a build stage in the Dockerfile and set a custom build path in the final image.
However, when running the tests, Gauge seems so still need the .net SDK.
Shouldn't the .net runtime be sufficient when it's not building anything?
Beta Was this translation helpful? Give feedback.
All reactions