Tejal Desai

Results 210 comments of Tejal Desai

This is now fixed. thank you for your patience.

@just4est and @pvgbabu #685 should respect `--insecure` flag even if the `--insecure-registries` does not contain the destination image registry. #663 should skip tls verficaition for your insecure registry. Can you...

@caarlos0 Thanks for the feedback. Like you mentioned we only have a remote cache support. We are relying on contributors to help us out. Local cache would be a great...

I am happy for anyone in the community to help implement this feature. Unfortunately at this time, I dont have the time and bandwidth to implement this.

Thanks @acanewby. Would you be up for writing up a [design proposal](https://github.com/GoogleContainerTools/kaniko/blob/main/docs/design_proposals/design-proposal-template.md) just explaining 1) interfaces/code flow changes 2) how plan to implement the feature, via flags, tests etc Thanks

Thank you for your question. You can pass in docker args to kaniko `--build-arg opts="CGO_ENABLED=0 GOARCH=amd64"` in the kaniko pod spec https://github.com/GoogleContainerTools/kaniko#using-kaniko You will have create one kaniko pod per...

@jinchihe I am not sure, what you mean by `minifest`. I went through the doc and looks like the guidance is to create a 1 docker file per architecture. Kaniko...

currently we don't support building multi-arch docker images. We love any contributions or designs for this feature.

@abh we do have integration tests which test your use case https://github.com/GoogleContainerTools/kaniko/blob/17ceb312c6fd4ddf3c3b13d243fb17a986c36c93/integration/dockerfiles/Dockerfile_test_issue_647#L7 Can you please specify the full command.