Skip to content

chore(core): bump golang base image in dlv Dockerfiles#2180

Merged
LopatinDmitr merged 1 commit into
mainfrom
chore/core/update-dlv-docker-files
Apr 2, 2026
Merged

chore(core): bump golang base image in dlv Dockerfiles#2180
LopatinDmitr merged 1 commit into
mainfrom
chore/core/update-dlv-docker-files

Conversation

@LopatinDmitr
Copy link
Copy Markdown
Contributor

Description

Update the Golang builder image version in the delve-related Dockerfiles.

Why do we need it, and what problem does it solve?

The debug image Dockerfiles still used an older Golang base image. Bumping them to 1.25.8 keeps these builder images aligned with the current toolchain and includes the latest upstream base image updates.

What is the expected result?

  1. Build dlv-apiserver, dlv-audit, and dlv-controller Dockerfiles.
  2. Verify they use golang:1.25.8-bookworm as the builder image.
  3. Ensure the debug image build stages complete successfully.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: core
type: chore
summary: Bump Golang base image to 1.25.8 in delve Dockerfiles.
impact_level: low

Update the delve build images to Golang 1.25.8 so debug containers stay aligned with the current toolchain and security patches.

Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
@LopatinDmitr LopatinDmitr force-pushed the chore/core/update-dlv-docker-files branch from b15245f to 719643f Compare April 1, 2026 19:47
@LopatinDmitr LopatinDmitr requested review from danilrwx and eofff April 2, 2026 06:19
@LopatinDmitr LopatinDmitr merged commit 9c68d68 into main Apr 2, 2026
27 of 28 checks passed
@LopatinDmitr LopatinDmitr deleted the chore/core/update-dlv-docker-files branch April 2, 2026 08:38
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.

2 participants