-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.5.5 unable to reference remote resource via commit hash #2494
Comments
btw @JTarasovic I don't think it was downloading the specific sha in v3.5.4 also. It silently errors out and downloads the You can find more details here - #2072 (comment) |
ahh. shoot. I saw what looks to be the same thing in #2444 as well. |
Yeah, the problem currently is either that we assumed a ref is only a branch/tag or that -b takes a ref. https://github.com/kubernetes-sigs/kustomize/blob/master/api/internal/git/cloner.go#L39 Unfortunately, neither is true. |
Yep, wasn't able to make it work with |
In |
I think at some point kustomize may have moved from using go-getter ? The documentation here: https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md states that it uses go-getter, which correctly clones and checks out. |
tested against master. looks good. thanks all! |
thanks for confirming! |
This minimal
kustomization.yaml
will build with v3.5.4 but errors in v3.5.5The text was updated successfully, but these errors were encountered: