-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixed trivy vulnerabilities. Update go modules, golang to 1.23 #28
Fixed trivy vulnerabilities. Update go modules, golang to 1.23 #28
Conversation
Update golang version to `1.23` and use the `toolchain` directive in go.mod
@deepak07dbz The tests from github actions were failing. Made some changes to also run |
@deepak07dbz Please add the path to image generated on quay.io and run Also. update the image version in airctl in https://github.com/platform9/airctl/blob/atherton/conf/pmk_cluster_img_list.json with a follow-up PR |
Please go ahead and |
Changed repo target from docker to quay and upgraded golang version to
1.23
as mentioned in trivy vulnerabilities.$ k get po -A | grep whereabouts
luigi-system whereabouts-lxm9z 1/1 Running 0 46m
$ k describe -n luigi-system po/whereabouts-lxm9z | grep -i image
Image: quay.io/platform9/whereabouts:v0.6-pmk-3427514
Image ID: quay.ioplatform9whereabouts@sha256:2b0de78f3b9f6b43ca0e62afbb3b4b0050358bf7631b06bd4c4acf52d805820a
Normal Pulling 45m kubelet Pulling image "quay.io/platform9/whereabouts:v0.6-pmk-3427514"
Normal Pulled 45m kubelet Successfully pulled image "quay.io/platform9/whereabouts:v0.6-pmk-3427514" in 5.931958779s (5.931966272s including waiting)