Skip to content

fx: update Docker Go base images#239

Merged
jim-junior merged 1 commit into
open-ug:mainfrom
nanookclaw:fix/docker-go-1-25-base
May 31, 2026
Merged

fx: update Docker Go base images#239
jim-junior merged 1 commit into
open-ug:mainfrom
nanookclaw:fix/docker-go-1-25-base

Conversation

@nanookclaw

Copy link
Copy Markdown
Contributor

Summary

Updates both Docker build stages from golang:1.24.0 to golang:1.25.0, matching the go 1.25.0 directive in go.mod. This keeps the Ubuntu and Alpine image builds on a base image that satisfies the module's declared Go version.

Closes #237

Verification

  • git diff --check -- packaging/docker/Dockerfile.ubuntu packaging/docker/Dockerfile.alpine
  • inline check that both Dockerfile golang: tags match the go.mod Go version

I also attempted APP_ENV=test go test ./...; dependencies resolved, but the suite hit an existing embedded-etcd integration failure (failed to create WAL). A local Docker build reached the Go build stage with the updated base image but was cut short by the local command timeout while downloading/building dependencies.

@jim-junior jim-junior left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,
Ran it in a Codespace and it builds successfully

@jim-junior
jim-junior merged commit d26dc40 into open-ug:main May 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Container image build failing due to unsupported/outdated base image

2 participants