Tejal Desai

Results 210 comments of Tejal Desai

Thanks you for the issue. We would appreciate any help from the community on this issue.

I have also encountered this strange behavior in my testing on v2. I will add it to the alpha 2 milestone.

@drpmma Can you confirm your base image has /tmp dir?

So the error is coming from here https://github.com/GoogleContainerTools/kaniko/blob/master//pkg/util/fs_util.go#L73. Can you check if the layers belonging to image are correct? Is image, built by kaniko?

@drpmma Can you try with `-v debug` flag with the latest image

@bouckj does the command below work? ``` helm --kube-context minikube install skaffold-helm-release service --repo https://raw.githubusercontent.com/group/repo/branch/ --set-string imageKey.repository=skaffold-helm,imageKey.tag=xxxxxxxxxxx -f local-values.yaml ``` Maybe skaffold has top pass in the username and password...

The team is also working on local cache #923 @cvgw mentioned, we look into how we could use existing tools like `gcloud` to prune your registry.

@gajus you could see some of our examples here https://github.com/GoogleContainerTools/kaniko/blob/master/examples/pod.yaml#L15 You can mount directories your want using the VolumeMounts in PodSpec

@hougangliu currently the team does not have the capacity to add this feature request. we are always looking for contributions!