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

Docker build info extractor does not work on arm64 Linux #615

Open
gjasny opened this issue Feb 9, 2022 · 0 comments · May be fixed by #812
Open

Docker build info extractor does not work on arm64 Linux #615

gjasny opened this issue Feb 9, 2022 · 0 comments · May be fixed by #812
Labels
bug Create a report to help us improve

Comments

@gjasny
Copy link

gjasny commented Feb 9, 2022

Hello,

recently I wanted to use the JFrog Jenkins Artifactory plugin on an arm64 machine to push docker images. That badly failed because this build-info package relies on docker-java which does not embed/depend on the arm64 Linux shared library for Netty.
I opened an upstream issue at docker-java/docker-java#1743 but the author declined and stated that consumers easily could add that dependency on their own or just stop relying on the deprecated Netty transport.

Would you be able to switch the transport from Netty to Apache HTTP Client or add an extra dependency on Netty libraries for linux-aarch_64 epoll (like the PR above tried to)?

Thanks,
Gregor

@gjasny gjasny added the bug Create a report to help us improve label Feb 9, 2022
@jkenn99 jkenn99 linked a pull request Dec 16, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Create a report to help us improve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant