Skip to content

chore: Exclude riskv64 from distroless images#18110

Merged
codesome merged 1 commit intoprometheus:release-3.10from
roidelapluie:roidelapluie/riskv64
Feb 19, 2026
Merged

chore: Exclude riskv64 from distroless images#18110
codesome merged 1 commit intoprometheus:release-3.10from
roidelapluie:roidelapluie/riskv64

Conversation

@roidelapluie
Copy link
Member

@roidelapluie roidelapluie commented Feb 18, 2026

Upstream distroless does not support riskv64 yet

Which issue(s) does the PR fix:

Does this PR introduce a user-facing change?

NONE

Upstream distroless does not support riskv64 yet

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
@SuperQ
Copy link
Member

SuperQ commented Feb 19, 2026

I think this should go in Makefile.common, since we will probably be doing this in several downstream repos.


# Needs to be defined before including Makefile.common to auto-generate targets
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le riscv64 s390x
DOCKERFILE_ARCH_EXCLUSIONS ?= Dockerfile.distroless:riscv64
Copy link
Member

Choose a reason for hiding this comment

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

Can you put this in Makefile.common?

@codesome
Copy link
Member

Merging this for now to unblock the release. If anything needs to be moved to the common file we can do it in a follow up PR. Thanks!

@codesome codesome merged commit 864c522 into prometheus:release-3.10 Feb 19, 2026
36 checks passed
@SuperQ
Copy link
Member

SuperQ commented Mar 2, 2026

Looks like we may be able to do this now: GoogleContainerTools/distroless#2001

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.

3 participants