Tejal Desai

Results 210 comments of Tejal Desai

@swist the kaniko is designed, in case we see one layer changed, the subsequent layers (from RUN command) are not cached. Kaniko can't detect what are the files for a...

@YuhuWang2002 you can please more details logs. i am assuming the build is failing at `RUN mvn package` command? From the dockerfile looks like you are running the app in...

@gfvirga What version of kaniko are you using? @Laski Can you provide your build logs?

@Laski Can you use the `--snapshotMode=redo` flag?

> @Laski Can you use the `--snapshotMode=redo` flag? nvm. i see you have used the `--use-new-run` flag.

> Sure! The slowest part is > > ``` > INFO[0237] Retrieving image manifest nginx:1.16.0-alpine > INFO[0237] Checking for cached layer us.gcr.io/buendolar/cache/frontend-backoffice:744c2398b36de0ddaf5d82394344186becb4eb7e0ee7dfd0e830663240b93040... > INFO[0238] Using caching version of cmd: COPY...

@sbeaulie The code you are pointing too is from the vendor dir. I am not sure what `withCredentials` does here. Is there a way you can provide us the generated...

I think it make complete sense. I would be ok to transform the manifests in memory since skaffold already parses these.

@adawalli Thanks for the issue and the explaining the security concerns here. I like your top 2 of your preferred options i.e. enable or disable it via config for two...

yes! we are planning to work on this in our proposed build config revamp in Q4