golang
golang copied to clipboard
Docker Official Image packaging for golang
I'm just wondering, maybe I'm missing something, but is using buildpack-deps actually a good idea? I've done a short test to compare the image sizes of the official golang versus...
The golang bookworm base image has some CVEs that may require resolving, I find these CVEs are common occurrence with many core Kubernentes containers such as Velero, External-DNS and Cert-Manager....
:tip tag
Some people might want to test their code with the latest versions ahead of any official release. It would be nice if that'd be doable by changing just the version...
Per https://github.com/golang/go/issues/64880#event-11346792239
Hello! I want to ask about the possibility of getting an additional tag added to dockerhub which offers a golang image built to run by default as a non-root user....
README should mention if Go telemetry is enabled by default or not, and tell commands for how to enable telemetry if one wants it.
It seems that when some kind of change is made all the old image tags are re-built and pushed. We check the image sha for our based images because we...
Add support for Rocky Linux 9.3 - Updated Dockerfile-linux.template to include Rocky Linux 9.3 as a build option. - Modified apply-templates.sh to handle Rocky Linux 9.3. - Updated versions.sh to...
The host PC is a linux/amd64 environment, docker run -it --platform linux/arm64 golang and run it with If you run go version immediately after entering the container, you will get...
This is pinned to the latest commit merged upstream before midnight (UTC) on Monday of the current week (https://github.com/docker-library/golang/issues/464#issuecomment-1587758290, https://github.com/docker-library/faq#can-i-use-a-bot-to-make-my-image-update-prs). Closes #464 ~~(Includes/based on #530)~~