-
Notifications
You must be signed in to change notification settings - Fork 516
Add 1.25rc1 #562
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
Add 1.25rc1 #562
Conversation
Chasing the rabbit hole of the error: testing golang:1.25rc1-nanoserver-ltsc2022
'override-cmd' [1/2]...passed
go: open C:\Windows\TEMP: Access is denied.
'golang-hello-world' [2/2]...failed It seems that the new version of go tries to access the
TEMP=C:\Windows\TEMP
TMP=C:\Windows\TEMP
USERNAME=ContainerUser 😭 Every Earlier Adding So, we have a few options that I see:
related: |
For now, I've added a commit to disable nanoserver images for |
This seems like the best solution. |
(moved to #563) |
Changes: - docker-library/golang@524bb3d: Merge pull request docker-library/golang#562 from infosiftr/1.25-rc - docker-library/golang@22fdaed: Disable nanoserver builds for 1.25rc1 - docker-library/golang@37f4c07: Add 1.25rc1
Closes #561