Add natives for ARM64 to Wildfly distro
by Julien Faye
Hello Wildfly devs,
At my job we want to move to Linux ARM64 machines for our deployments.
The issue we see is that the current (22.0.1) distribution does not include
native binaries for linux-aarch64 architecture :-/
$ find ./ -name "*.so"
./modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-i686/libartemis-native-32.so
./modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/libartemis-native-64.so
./modules/system/layers/base/org/…
[View More]wildfly/openssl/main/lib/linux-x86_64/libwfssl.so
./modules/system/layers/base/org/wildfly/openssl/main/lib/linux-s390x/libwfssl.so
I've found https://issues.redhat.com/browse/WFLY-13302 (and
https://issues.redhat.com/browse/WFSSL-32 and
https://issues.apache.org/jira/browse/ARTEMIS-2705) but those are opened
almost an year ago and it is not clear whether they will be resolved any
time soon.
As far as I understand your recommendation is to build the binaries
locally. This is OK but it adds some extra complexity to the deployment and
upgrade processes.
Since ARM64 becomes more and more popular for server side deployments I
would like to ask you whether those tickets could be resolved in near
future ?
Thank you!
Regards,
Julien
[View Less]
3 years, 3 months
A proposal to provide Helm Chart for WildFly
by Jean-Frederic Mesnil
Hi,
This mail is for a proposal to provide Helm Charts to build and deploy WildFly applications on OpenShift.
I’ve created https://issues.redhat.com/browse/WFLY-14479 to track this feature request.
—8<—
As an user, I want to build and deploy WildFly applications on OpenShift using Helm Charts.
The Charts will help users build and deploy WildFly images on OpenShift and leverage the whole features of the application server to make it a best-of-breed runtime on the cloud.
In particular, …
[View More]this chart will let users go from source code to deployed application with an unified and consolidated configuration. They will leverage the most recent innovations of WildFly (Galleon provisioning, Bootable Jar) to make sure that the application matches the user requirements and are fully integrated in the container platform.
This chart depend on WildFly features (S2I, Bootable Jar) and will be regularly updated whenever a new release of WildFly is available so that their users will always be able to use the latest WildFly release.
—8<—
The proposal PR is at https://github.com/wildfly/wildfly-proposals/pull/377 and a readable version of the proposal is at https://github.com/wildfly/wildfly-proposals/blob/bb62de20d707e013b9db0c0...
Best regards,
Jeff
--
Jeff Mesnil
Principal Software Engineer
Red Hat
http://jmesnil.net/
[View Less]
4 years