/Vamsi Atluri

`COPY --chmod` Reduced The Size Of My Container Image By 35% tl;dr: "I removed chmod from RUN and rebuilt the image. And bingo - the image size is down to 174MB. And the RUN layer’s size is down to 6.7MB. So, OverlayFS is copying the binary into RUN layer even though chmod is only updating the metadata of the file…?"

featured in #303