You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I am trying to use provider for cases where I am not using git for context but local folder, and seems like this doesn't work
tried that multiple times with different variations
Note about Local Directory: this option refers to a directory within the kaniko container. If you wish to use this option, you will need to mount in your build context into the container as a directory.
Under the hood, this provider creates a kubernetes job to do the build. For local dir case, we need to make volumes of the pod configurable then mount the build context into the pod. It's not feasible at the moment. If you are interested in hacking see implementation in https://github.com/seal-io/terraform-provider-kaniko/blob/main/kaniko/common.go#L179
Hello there,
I am trying to use provider for cases where I am not using git for context but local folder, and seems like this doesn't work
tried that multiple times with different variations
etc..
Can you please help me with that or add one more example of using the local file system for the kaniko_image resource?
The text was updated successfully, but these errors were encountered: