talkraghu
talkraghu
Hi @WanzenBug , thank you for your quick and thoughtful response. You're right — manually pinning Go versions in the Dockerfile is not a long-term solution and does not scale...
Instead of hardcoding the GO version to 1.24.4 can we set it "latest" version? i.e change from "FROM --platform=$BUILDPLATFORM golang:1 as builder" to ` "FROM --platform=$BUILDPLATFORM golang:latest" as builder"` The...
Thanks @WanzenBug , shall I withdraw this merge request? And as you said, can you pls trigger the rebuild without caches so that it gets us new docker image
Thank you @xandrus for the suggestions. I had to execute mfsseteattr and later run the pod with initContainer to alter the pv directoryd. 1. Set a mfs client mount at...
Do we have any timeline by which the changes would delivered?
@tomaswolf , is there a tentative timeline to deliver this fix at newer library version ?