You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ondocker-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
The text was updated successfully, but these errors were encountered: