-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Power architecture distroless images missing java in its PATH #1369
Comments
I see You may want to use the full path on your entrypoint $ docker pull gcr.io/distroless/java17-debian11:nonroot-ppc64le I looked at the largest tarball and saw the above pasted entry |
Thanks @lathama for the inputs, we will check this and update. |
@lathama After adding above full java path in entrypoint there is same observation, the error still persists. |
@lathama , Team, |
There are some instructions on the README. I lack access to PPC or otherwise I would do some validation. |
@lathama I will go through the link you have provided. Getting a ppc64le node/vm can be done via a opensource community based VM request form - https://osuosl.org/services/powerdev/request_hosting/ . Please put in Gerrit Huizenga as the IBM Advocate while filling up the form. Please let us know if this works to get access to a power instance. |
@lathama Could you please try to get the power instance for validation at your end and update us? |
@lathama Could you please look into getting power instance for validation. |
Ok thanks for the update @loosebazooka. We will try to work on it. |
Describe the bug
I was trying to create a dockerfile using [gcr.io/distroless/java17-debian11:nonroot-ppc64le]. The dockerfile builds successfully, however while I try to create a container for this image the container creation fails as java is not available for power architecture. Tried to create a container by just pulling distroless image, results in same error. Can u please verify this and provide a workaround for us to use this image.
To Reproduce
docker run --entrypoint java gcr.io/distroless/java17-debian11:debug-ppc64le --version
Expected behavior
Container should be created and java version should be printed.
Console Output
Error logs are here for all image variants tried on power:
``
On x86:
Additional context
found a similar issue here - Java 11 and 17 multiarch debug images missing java · Issue #906 · GoogleContainerTools/distroless (github.com
The text was updated successfully, but these errors were encountered: