-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
go version in images doesn't match local builds #6397
Comments
Project uses 1.19 when building locally but still use 1.18 for images pushed to Quay Resolves operator-framework#6397
Project uses 1.19 when building locally but still use 1.18 for images pushed to Quay Resolves operator-framework#6397
Project uses 1.19 when building locally but still use 1.18 for images pushed to Quay Resolves operator-framework#6397 Signed-off-by: Zac Pitones <zac.pitones@ibm.com>
@OchiengEd I opened a PR here (if it helps): #6398 |
@pit1sIBM Thank you for the heads up on the PR. Definitely helps |
May I know what is blocking to deliver the PR connected to this issue ? There are lot of known vulnerabilities with Golang 1.18. |
@simararneja I have changed the milestone to v1.30.0. I will try to get some eyes on this as well. |
Thanks all for taking a look, had a quick question that may require a separate issue. Should the images built using the I know previously a workaround was required for FIPS (see #5723) and that was resolved, but perhaps using the toolset image going forward (or tagging a separate image) would be beneficial? |
Type of question
Open question
Question
What did you do?
Hello 👋 I was checking Go version used in the latest tags on quay.io when I noticed
master
is still using go 1.18.10What did you expect to see?
I expected to see the same as when built locally, which is version
1.19.8
What did you see instead? Under which circumstances?
Expected to see the same Go version used, however I see that the golang image in the Dockerfiles were not updated when the go.mod was updated
First time opening an issue and wasn't sure if this was intentional or not. I can update the images and docs if not.
Environment
Operator type:
Kubernetes cluster type:
$ operator-sdk version
$ go version
(if language is Go)$ kubectl version
Additional context
Go 1.18.10 has some CVEs tied to it that are resolved in the 1.19 stream so there may be an additional benefit to updating
The text was updated successfully, but these errors were encountered: