-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: CI/CD
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.31
-
Story Points:1
Docker images were rework during NEV-19 in order to use multi-stage build. But the --chown flag of the COPY instruction is not working with Kaniko, we've needed to add an extra
RUN chown -R 1000:0 ...
after the COPY instruction.
This adds a layer of the size of the rendition which is about 580 Mo.
Either wait for Google to fix the issue or find a proper fix.
https://github.com/GoogleContainerTools/kaniko/issues/9