-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error while building the image for example resource driver #93
Comments
I ran a bisect and it seems that #88 breaks the generate-deepcopy step of the Makefile. |
Actually looks like the issue is in https://github.com/NVIDIA/k8s-test-infra/blob/main/images/devel/Dockerfile#L19. The 1.22.1 image has the old controller-gen version. aponeill@foobox:/tmp/k8s-dra-driver$ docker run -it ghcr.io/nvidia/k8s-test-infra:devel-go1.22.1 controller-gen --version
Version: v0.9.2 |
added a PR NVIDIA/k8s-test-infra#35 |
Thanks 👍. Until then I will try with an older version. |
@ArangoGutierrez could you confirm whether #86 fixes this? |
Yes, #86 aims to fix this, @4molybdenum2 could you test it out before we merge it? |
@ArangoGutierrez still getting receiving the same error. Can it be due to some preached image that I already pulled during my last build?...because I just fetched your PR and reran the script Attaching the entire build log for your reference
|
If you run |
I have updated #86 , it now works right out |
Hi, I am getting a go mod error while trying to run the script for building the example resource driver image.
The text was updated successfully, but these errors were encountered: