Kenot Solutions
Results
2
comments of
Kenot Solutions
@nkubala I used jq here. container_diff diff first-image:v-1 first-image:v-2- --type file --json |jq -c '.[].Diff| .Mods[]? |select( .Name | contains("/var/lib/yum/")|not) |select( .Name | contains("/usr/local/lib/python3.6/site-packages/pip/")|not)'
I have the same problem and it impacts pods' initials time. same docker file size 127.25MB with docker build with makisu 217.84MB Even if I use --compression=size it does not...