Tejal Desai
Tejal Desai
ah got it. Thanks. Is the base image `gcr.io/deeplearning-platform-release/tf2-cpu.2-1` expected to contain so many white outs path? On latest master, i was able to build your docker file in 4...
@bobcatfish I don't think using `--whitelist=/var/run` is the right approach here. You would not want your secrets end up in the image. I tried building your image like this to...
Another hack would be to not fail if `apk upgrade` fails due to error " ERROR: alpine-baselayout-3.2.0-r7: failed to rename var/.apk...." Say, you create an upgrade script `apk-upgrade.sh` ``` #!/bin/bash...
After looking at the output of `--no-scripts` looks like the error is actually happening when upgrading `alpine-baselayout-3.2.0-r7` ``` (1/2) Upgrading alpine-baselayout (3.2.0-r6 -> 3.2.0-r7) ERROR: alpine-baselayout-3.2.0-r7: failed to rename var/.apk.f752bb51c942c7b3b4e0cf24875e21be9cdcd4595d8db384...
> Wouldn't it be easier for kaniko to extract images and run commands in a separate root context ? How difficult would it be to implement? @olivier-mauras That would involve...
If we choose this approach for every command, i,e map "/" to another directory in "tmp", then i see 2 issues. 1. When executing subsequent run commands, we need to...
The only caveat is, currently i am the only one working actively on this project in 20% capacity. I wont be able to get this in soon. I can definitely...
@mattsurge yes.
@denitol Can you provide more information on your docker file?
@CeadeS and @CeadeS Can you please confirm?