wiseelf

Results 8 comments of wiseelf

Please add tolerations support to the helm chart.

Good idea, definitely nice to have

@steverep no, the author is using multistage build. Please see line 76 and later he copies only required files from base image. So the base image size doesn't really matter.

@steverep they are not added. Please read about multi-stage build. https://docs.docker.com/build/building/multi-stage/

@steverep all lines before 76 do not affect final image size at all. In other words: line 76 take image nginx:${NGINX_VER}-alpine, copy only files specified in lines 81-90 and install...