Skip to content

[shell-operator] chore: use deckhouse base images for build and runtime#905

Open
fuldaxxx wants to merge 2 commits into
mainfrom
chore/change-base-image
Open

[shell-operator] chore: use deckhouse base images for build and runtime#905
fuldaxxx wants to merge 2 commits into
mainfrom
chore/change-base-image

Conversation

@fuldaxxx

@fuldaxxx fuldaxxx commented Jun 10, 2026

Copy link
Copy Markdown
Member

Overview

Migrate Dockerfile base images to container-factory

Replace public Docker Hub images (golang:-alpine, alpine:) and flant/jq with pinned Deckhouse container-factory base images (v1.0.40):

  • builder/golang-alpine (Go 1.26.4, alpine 3.22) for the build stage
  • builder/alpine (alpine 3.22) for the runtime stage
  • jq for the libjq stag

Signed-off-by: Ruslan Gorbunov <ruslan.gorbunov@flant.com>
@fuldaxxx fuldaxxx self-assigned this Jun 10, 2026
@fuldaxxx fuldaxxx added the docker Pull requests that update Docker code label Jun 10, 2026
@fuldaxxx fuldaxxx requested a review from ldmonster June 10, 2026 03:25
Signed-off-by: Ruslan Gorbunov <ruslan.gorbunov@flant.com>
@fuldaxxx fuldaxxx marked this pull request as ready for review June 10, 2026 03:51
Comment thread Dockerfile

# Go builder stage
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.26.3-alpine3.23 AS builder
# Go builder stage (builder/golang-alpine, Go 1.25 on alpine 3.22).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

1.25?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants