Tejal Desai
Tejal Desai
Sorry, i am going to push the release to monday since could not get done in the am. Thanks Tejal
Hey folks, Release v0.17.0 is now up! Please use the latest image and let us know if you still see this issue! Thank you for your patience!
@tjtravelnet Did you use any of the new `use-new-run` flag? you can also use help us with some profiling data to understand where kaniko is spending time https://github.com/GoogleContainerTools/kaniko#kaniko-builds---profiling
Thanks you for the issue. We would appreciate any help from the community on this issue. Hopefully someone from the community using AWS has better insights. Please do ask on...
@jaekook We have added `--continue` support for pydevd. Does that help you or you are using NodeJS?
Reopening issue.
Keeping the priority same though it's making triage unhappy.
@robertgates55 i was not able to reproduce your issue. I did the following ``` docker run -d --name registry.localhost -v local_registry:/var/lib/registry --rm -p 5000:5000 registry:2 ``` This ran a registry...
Setting `local-cluster` false, i can reproduce this error ``` skaffold config set --global local-cluster false skaffold build --insecure-registry=registry.localhost:5000 --cache-artifacts=false -d registry.localhost:5000 couldn't build "leeroy-web": could not push image "registry.localhost:5000/leeroy-web:v1.11.0-41-ge43a91d8a": Get...
@dgageot I followed the code to figure out if there is a way to pass `insecureRegistries` to local docker daemon api client. The only way to found to load insecure...