Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ppc64le #3443

Closed
NishikantThorat opened this issue Apr 11, 2022 · 2 comments · Fixed by #3653
Closed

Add support for ppc64le #3443

NishikantThorat opened this issue Apr 11, 2022 · 2 comments · Fixed by #3653

Comments

@NishikantThorat
Copy link

Feature

To make the docker images available for ppc64le(Power arch)

Rationale

For Knative components, we need Zipkin on power(ppc64le), like support added for s390x(#3310)

Example Scenario

Clients want to use knative, on top of it, they can use zipkin.

@codefromthecrypt
Copy link
Member

On the way, but ppc64le's last LTS was openjdk 11 https://pkgs.alpinelinux.org/packages?name=openjdk11&branch=edge

There is work in progress to resurrect it, and meanwhile we'll wait on that https://gitlab.alpinelinux.org/alpine/aports/-/issues/15128

If any end users are interested in this, please thumbsup this issue as sometimes it is difficult to know if something is actively desired by a site vs completing a version matrix.

@codefromthecrypt
Copy link
Member

cc also @BbolroC in case years later you are interested in this (or prefer to hide ;))

codefromthecrypt added a commit to openzipkin/docker-java that referenced this issue Dec 5, 2023
ppc64le isn't an alpine package, yet, as noted in
openzipkin/zipkin#3443

This skips trying that and also merges in the same build-bin/docker/*
and build-bin/README.md from docker-alpine

Finally, this adds more comments in the Dockerfile about the
java_version vs java_home variables.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
codefromthecrypt added a commit to openzipkin/docker-java that referenced this issue Dec 5, 2023
ppc64le isn't an alpine package, yet, as noted in
openzipkin/zipkin#3443

This skips trying that and also merges in the same build-bin/docker/*
and build-bin/README.md from docker-alpine

Finally, this adds more comments in the Dockerfile about the
java_version vs java_home variables.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
codefromthecrypt added a commit that referenced this issue Dec 15, 2023
Similar to s390x, we are adding ppc64le architecture for our zipkin and
zipkin-slim images. This is for the KNative project, and both
architectures are best efforts because we don't have a way to test them
at the moment.

Fixes #3443

Signed-off-by: Adrian Cole <adrian@tetrate.io>
codefromthecrypt added a commit that referenced this issue Dec 15, 2023
…3653)

Similar to s390x, we are adding ppc64le architecture for our zipkin and
zipkin-slim images. This is for the KNative project, and both
architectures are best efforts because we don't have a way to test them
at the moment.

Fixes #3443

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants