Skip to content

Cut v3.10.0-rc.1#18115

Merged
codesome merged 1 commit intorelease-3.10from
codesome/distroless-riscv64
Feb 19, 2026
Merged

Cut v3.10.0-rc.1#18115
codesome merged 1 commit intorelease-3.10from
codesome/distroless-riscv64

Conversation

@codesome
Copy link
Member

This is blocking the 3.10 release since gcr.io/distroless/static-debian13:nonroot-riscv64 does not exist. This PR attempts to remove the riscv64 from the build process.

Which issue(s) does the PR fix:

Does this PR introduce a user-facing change?

NONE

@codesome codesome requested review from a team, SuperQ and simonpasquier as code owners February 18, 2026 22:14
@codesome codesome changed the title Remove riscv64 from distroless Remove riscv64 from distroless image Feb 18, 2026
Makefile Outdated
# Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le riscv64 s390x
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le riscv64 s390x
DOCKER_ARCHS_distroless := $(filter-out riscv64,$(DOCKER_ARCHS))
Copy link
Member

Choose a reason for hiding this comment

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

We need to fix this in Makefile.common.

CC @roidelapluie

Copy link
Member

Choose a reason for hiding this comment

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

Should we do it now or keep the hack for now?

Copy link
Member

@bwplotka bwplotka left a comment

Choose a reason for hiding this comment

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

Shall we fix Makefile.common instead?

But overall I ok with this quick fix to unblock, just let's add an issue to reconsider RISCV back

@roidelapluie
Copy link
Member

#18110

Copy link
Member

@roidelapluie roidelapluie left a comment

Choose a reason for hiding this comment

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

I am fine with either this or #18110

@codesome codesome force-pushed the codesome/distroless-riscv64 branch from 0463e61 to ab88906 Compare February 19, 2026 23:17
@codesome codesome changed the title Remove riscv64 from distroless image Cut v3.10.0-rc.1 Feb 19, 2026
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
@codesome codesome force-pushed the codesome/distroless-riscv64 branch from ab88906 to decde0b Compare February 19, 2026 23:22
@codesome
Copy link
Member Author

I merged #18110 and turned this PR into cutting the rc.1 instead

@codesome
Copy link
Member Author

Thanks!

@codesome codesome enabled auto-merge February 19, 2026 23:23
@codesome codesome merged commit 7d0024e into release-3.10 Feb 19, 2026
33 of 34 checks passed
@codesome codesome deleted the codesome/distroless-riscv64 branch February 19, 2026 23:46
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.

4 participants