From d7d57aaaec47f3c54d6cdc794e0d2810cc30c1bd Mon Sep 17 00:00:00 2001 From: Zach Lasiuk Date: Tue, 30 Apr 2024 13:06:04 -0500 Subject: [PATCH 01/22] removed broken link --- content/opensource_packages/mongodb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/opensource_packages/mongodb.md b/content/opensource_packages/mongodb.md index 0e8351d7..128882c8 100644 --- a/content/opensource_packages/mongodb.md +++ b/content/opensource_packages/mongodb.md @@ -23,7 +23,7 @@ optional_info: optional_hidden_info: - release_notes__supported_minimum: https://www.mongodb.com/docs/upcoming/release-notes/3.4/ + release_notes__supported_minimum: release_notes__recommended_minimum: other_info: From f8389858827e59f3515ac2c2cb4ed4f187f94242 Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 24 Apr 2024 10:42:22 +0000 Subject: [PATCH 02/22] Add dentos, kafka, openresty and tengine files Signed-off-by: odidev --- content/opensource_packages/dentos.md | 30 ++++++++++++++++++++++++ content/opensource_packages/kafka.md | 30 ++++++++++++++++++++++++ content/opensource_packages/openresty.md | 30 ++++++++++++++++++++++++ content/opensource_packages/tengine.md | 30 ++++++++++++++++++++++++ 4 files changed, 120 insertions(+) create mode 100644 content/opensource_packages/dentos.md create mode 100644 content/opensource_packages/kafka.md create mode 100644 content/opensource_packages/openresty.md create mode 100644 content/opensource_packages/tengine.md diff --git a/content/opensource_packages/dentos.md b/content/opensource_packages/dentos.md new file mode 100644 index 00000000..1b060649 --- /dev/null +++ b/content/opensource_packages/dentos.md @@ -0,0 +1,30 @@ +--- +name: DentOS +category: Networking +description: DentOS is a SwitchDev based NOS built on top of Open Network Linux. +download_url: https://github.com/dentproject/dentOS/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.9 + release_date: 12/12/2020 + + +optional_info: + homepage_url: https://dent.dev/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/dentproject/dentOS/wiki/Building + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/dentproject/dentOS/releases/tag/v0.9 + release_notes__recommended_minimum: + other_info: + +--- diff --git a/content/opensource_packages/kafka.md b/content/opensource_packages/kafka.md new file mode 100644 index 00000000..92629693 --- /dev/null +++ b/content/opensource_packages/kafka.md @@ -0,0 +1,30 @@ +--- +name: Kafka +category: Databases - noSQL +description: Kafka is an event streaming platform. It is a distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol. +download_url: https://kafka.apache.org/downloads +works_on_arm: true +supported_minimum_version: + version_number: 3.4.1 + release_date: 6/06/2023 + + +optional_info: + homepage_url: https://kafka.apache.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://learn.arm.com/learning-paths/servers-and-cloud-computing/kafka/ + partner_content: + official_docs: https://github.com/apache/kafka?tab=readme-ov-file#apache-kafka + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done using released source code tar. + +--- diff --git a/content/opensource_packages/openresty.md b/content/opensource_packages/openresty.md new file mode 100644 index 00000000..2678f69d --- /dev/null +++ b/content/opensource_packages/openresty.md @@ -0,0 +1,30 @@ +--- +name: OpenResty +category: Web Server +description: OpenResty is a full-fledged web application server by bundling the standard nginx core, lots of 3rd-party nginx modules, as well as most of their external dependencies. +download_url: https://openresty.org/en/linux-packages.html +works_on_arm: true +supported_minimum_version: + version_number: 1.15.8.1 + release_date: 16/05/2019 + + +optional_info: + homepage_url: https://openresty.org/en/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://openresty.org/en/getting-started.html + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://openresty.org/en/changelog-1015008.html + release_notes__recommended_minimum: + other_info: + +--- diff --git a/content/opensource_packages/tengine.md b/content/opensource_packages/tengine.md new file mode 100644 index 00000000..d5097c94 --- /dev/null +++ b/content/opensource_packages/tengine.md @@ -0,0 +1,30 @@ +--- +name: Tengine +category: Web Server +description: Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. Tengine is based on the Nginx HTTP server and has many advanced features. +download_url: https://tengine.taobao.org/download.html +works_on_arm: true +supported_minimum_version: + version_number: 2.4.0 + release_date: 8/02/2023 + + +optional_info: + homepage_url: https://tengine.taobao.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://tengine.taobao.org/documentation.html + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/alibaba/tengine/releases/tag/2.4.0 + release_notes__recommended_minimum: + other_info: Installation and testing are done using released source code tar for specified version. + +--- From 96abbf3159e7bfb0575f5fc82ce3a0929a77798a Mon Sep 17 00:00:00 2001 From: odidev Date: Mon, 22 Apr 2024 06:06:23 +0000 Subject: [PATCH 03/22] Add GCP_GKE, OVS and Shopify files Signed-off-by: odidev --- content/opensource_packages/GCP_GKE.md | 29 ++++++++++++++++++++++++++ content/opensource_packages/OVS.md | 29 ++++++++++++++++++++++++++ content/opensource_packages/shopify.md | 29 ++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 content/opensource_packages/GCP_GKE.md create mode 100644 content/opensource_packages/OVS.md create mode 100644 content/opensource_packages/shopify.md diff --git a/content/opensource_packages/GCP_GKE.md b/content/opensource_packages/GCP_GKE.md new file mode 100644 index 00000000..de7df876 --- /dev/null +++ b/content/opensource_packages/GCP_GKE.md @@ -0,0 +1,29 @@ +--- +name: GCP GKE +category: Containers and Orchestration +description: Google Kubernetes Engine (GKE) is a managed Kubernetes service that allows users to run containerized applications at scale using Google's infrastructure. +download_url: https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects?_ga=2.118271305.1562148867.1713173610-257887511.1712659499&prefix=&forceOnObjectsSortingFiltering=true +works_on_arm: true +supported_minimum_version: + version_number: 1.24 + release_date: 01/06/2022 + + +optional_info: + homepage_url: https://cloud.google.com/kubernetes-engine/?hl=en + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://learn.arm.com/learning-paths/servers-and-cloud-computing/gke/ + partner_content: https://engineering.sada.com/working-with-arm64-machines-on-google-kubernetes-engine-8667984c566e + official_docs: https://cloud.google.com/kubernetes-engine/docs/concepts/arm-on-gke + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: https://cloud.google.com/kubernetes-engine/docs/concepts/arm-on-gke#arm-requirements-limitations + release_notes__recommended_minimum: + other_info: GCP GKE is a Kubernetes service which can be accessed via the gcloud CLI. "gcloud" can be downloaded from [here](https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects?_ga=2.118271305.1562148867.1713173610-257887511.1712659499&prefix=&forceOnObjectsSortingFiltering=true). + +--- diff --git a/content/opensource_packages/OVS.md b/content/opensource_packages/OVS.md new file mode 100644 index 00000000..5cdb18f9 --- /dev/null +++ b/content/opensource_packages/OVS.md @@ -0,0 +1,29 @@ +--- +name: OVS +category: Networking +description: Open vSwitch (OVS) is an open-source, software-based virtual switch used for network automation and management in virtualized and cloud environments. +download_url: https://www.openvswitch.org/download/ +works_on_arm: true +supported_minimum_version: + version_number: 2.12.4 + release_date: 21/10/2021 + + +optional_info: + homepage_url: https://www.openvswitch.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/open-vswitch-with-dpdk-on-arm-build-and-install-from-source + partner_content: + official_docs: https://docs.openvswitch.org/en/latest/intro/install/general/ + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: No release notes available for Linux/ARM64. Version 2.12.4 is the minimum version that is successfully installed via the tar on Neoverse N1. + +--- diff --git a/content/opensource_packages/shopify.md b/content/opensource_packages/shopify.md new file mode 100644 index 00000000..d933ba5c --- /dev/null +++ b/content/opensource_packages/shopify.md @@ -0,0 +1,29 @@ +--- +name: Shopify +category: E-commerce platforms +description: Shopify is a complete commerce platform that lets anyone start, manage, and grow a business. One can use Shopify to build an online store, manage sales, market to customers, and accept payments in digital and physical locations. +download_url: https://github.com/Shopify/cli/releases +works_on_arm: true +supported_minimum_version: + version_number: 3.7.1 + release_date: 15/08/2022 + + +optional_info: + homepage_url: https://www.shopify.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://shopify.dev/docs/api/shopify-cli + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Shopify-cli can be installed via npm. Successfully installed the minimum version 3.7.1 available at the GitHub releases via npm on the Neoverse N1. Shopify 2.x and below has been deprecated and Shopify has blocked app and extension commmands for all CLI 2.x users. Kindly refer [this](https://shopify.dev/changelog/cli-2-x-is-deprecated). + +--- From be6ec1711f2820792b128ca045db93e0eca72dc9 Mon Sep 17 00:00:00 2001 From: odidev Date: Tue, 23 Apr 2024 07:12:33 +0000 Subject: [PATCH 04/22] Add beanstalkd, VVenC, xxhash and Varnish files. Signed-off-by: odidev --- content/opensource_packages/VVenC.md | 29 ++++++++++++++++++++++ content/opensource_packages/beanstalkd.md | 30 +++++++++++++++++++++++ content/opensource_packages/varnish.md | 29 ++++++++++++++++++++++ content/opensource_packages/xxhash.md | 30 +++++++++++++++++++++++ 4 files changed, 118 insertions(+) create mode 100644 content/opensource_packages/VVenC.md create mode 100644 content/opensource_packages/beanstalkd.md create mode 100644 content/opensource_packages/varnish.md create mode 100644 content/opensource_packages/xxhash.md diff --git a/content/opensource_packages/VVenC.md b/content/opensource_packages/VVenC.md new file mode 100644 index 00000000..5f594748 --- /dev/null +++ b/content/opensource_packages/VVenC.md @@ -0,0 +1,29 @@ +--- +name: VVenC +category: Video +description: VVenC software is based on VTM 6, with optimizations including software redesign to mitigate performance bottlenecks and extensive SIMD optimizations. +download_url: https://github.com/fraunhoferhhi/vvenc/releases +works_on_arm: true +supported_minimum_version: + version_number: v1.7.0-rc1 + release_date: 5/12/2022 + + +optional_info: + homepage_url: https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc/fraunhofer-versatile-video-encoder-vvenc.html + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/fraunhoferhhi/vvenc/wiki/Build + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the tar. + +--- diff --git a/content/opensource_packages/beanstalkd.md b/content/opensource_packages/beanstalkd.md new file mode 100644 index 00000000..a7087ba1 --- /dev/null +++ b/content/opensource_packages/beanstalkd.md @@ -0,0 +1,30 @@ +--- +name: Beanstalkd +category: Messaging/Comms +description: Beanstalk is a simple, fast work queue. +download_url: https://beanstalkd.github.io/download.html +works_on_arm: true +supported_minimum_version: + version_number: v1.8 + release_date: 3/11/2012 + + +optional_info: + homepage_url: https://beanstalkd.github.io/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/beanstalkd/beanstalkd#quick-start + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the tar. +--- + diff --git a/content/opensource_packages/varnish.md b/content/opensource_packages/varnish.md new file mode 100644 index 00000000..6e7a0458 --- /dev/null +++ b/content/opensource_packages/varnish.md @@ -0,0 +1,29 @@ +--- +name: Varnish +category: Web Server +description: Varnish Enterprise edge caching and content delivery software enables fast, reliable digital experiences for users and systems. +download_url: https://github.com/varnish/varnish-modules/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.17.1 + release_date: 16/03/2021 + + +optional_info: + homepage_url: https://www.varnish-software.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.varnish-software.com/varnish-enterprise/ + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: since version 6.5, varnish Cache has supported ARM64 architecture, with release available in Debian(https://packagecloud.io/varnishcache/varnish65) + +--- diff --git a/content/opensource_packages/xxhash.md b/content/opensource_packages/xxhash.md new file mode 100644 index 00000000..d2a74d3b --- /dev/null +++ b/content/opensource_packages/xxhash.md @@ -0,0 +1,30 @@ +--- +name: xxHash +category: Storage +description: xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It is proposed in four flavors (XXH32, XXH64, XXH3_64bits and XXH3_128bits).  +download_url: https://pypi.org/project/xxhash/#files +works_on_arm: true +supported_minimum_version: + version_number: 1.4.4 + release_date: 20/06/2020 + + +optional_info: + homepage_url: https://xxhash.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/ifduyue/python-xxhash#installation + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://pypi.org/project/xxhash/1.4.4/#files + release_notes__recommended_minimum: + other_info: There are no release notes for ARM64. However, aarch64 binaries are published from 1.4.4 release. +--- + From cc2ad396d3f87d39aba5a4f6b69b9858d4668d1f Mon Sep 17 00:00:00 2001 From: Zach Lasiuk <18421034+zachlasiuk@users.noreply.github.com> Date: Thu, 2 May 2024 10:08:09 -0500 Subject: [PATCH 05/22] Update GCP_GKE.md Changed name for GCP GKE to Google Kubernetes Engine (GKE) --- content/opensource_packages/GCP_GKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/opensource_packages/GCP_GKE.md b/content/opensource_packages/GCP_GKE.md index de7df876..a6fd4578 100644 --- a/content/opensource_packages/GCP_GKE.md +++ b/content/opensource_packages/GCP_GKE.md @@ -1,5 +1,5 @@ --- -name: GCP GKE +name: Google Kubernetes Engine (GKE) category: Containers and Orchestration description: Google Kubernetes Engine (GKE) is a managed Kubernetes service that allows users to run containerized applications at scale using Google's infrastructure. download_url: https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects?_ga=2.118271305.1562148867.1713173610-257887511.1712659499&prefix=&forceOnObjectsSortingFiltering=true From 2a747751fc18a77f5d56a1b24f5ee816fa5899be Mon Sep 17 00:00:00 2001 From: Zach Lasiuk <18421034+zachlasiuk@users.noreply.github.com> Date: Thu, 2 May 2024 10:08:31 -0500 Subject: [PATCH 06/22] Update OVS.md --- content/opensource_packages/OVS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/opensource_packages/OVS.md b/content/opensource_packages/OVS.md index 5cdb18f9..ad293f62 100644 --- a/content/opensource_packages/OVS.md +++ b/content/opensource_packages/OVS.md @@ -1,5 +1,5 @@ --- -name: OVS +name: Open vSwitch (OVS) category: Networking description: Open vSwitch (OVS) is an open-source, software-based virtual switch used for network automation and management in virtualized and cloud environments. download_url: https://www.openvswitch.org/download/ From 7e34d6d31a787361c56e25fc874880ab0ebdc269 Mon Sep 17 00:00:00 2001 From: Frank Delporte Date: Fri, 3 May 2024 08:18:14 +0200 Subject: [PATCH 07/22] Update Zulu and add Zing (Azul Builds of OpenJDK) --- .../zing-enterprise-openjdk.md | 22 +++++++++++++++++++ .../zulu-enterprise-openjdk.md | 8 +++---- 2 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 content/commercial_packages/zing-enterprise-openjdk.md diff --git a/content/commercial_packages/zing-enterprise-openjdk.md b/content/commercial_packages/zing-enterprise-openjdk.md new file mode 100644 index 00000000..1eba51af --- /dev/null +++ b/content/commercial_packages/zing-enterprise-openjdk.md @@ -0,0 +1,22 @@ +--- +name: Azul Zing Builds of OpenJDK +vendor: Azul +category: Runtimes +description: Azul Zing Builds of OpenJDK (Zing) are the key component provided by Azul Platform Prime. Zing is an enhanced build of OpenJDK for superior performance, consistency and efficiency thanks to the C4 Garbage Collector and Falcon JIT Compiler. +product_url: https://www.azul.com/products/prime/ +works_on_arm: true +release_date_on_arm: 30/06/2022 + +optional_info: + homepage_url: https://www.azul.com/downloads/#prime + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://www.azul.com/newsroom/azul-platform-prime-now-supports-64-bit-arm-including-aws-graviton-processors/ + vendor_announcement: https://docs.azul.com/prime/Sys-Reqs + official_docs: https://docs.azul.com/prime/prime-quick-start-apt + +optional_hidden_info: + other_info: The support for ARM64 was added from version 22.06.0.0 which was released on June 30, 2022. + +--- diff --git a/content/commercial_packages/zulu-enterprise-openjdk.md b/content/commercial_packages/zulu-enterprise-openjdk.md index d5b630dc..8747e093 100644 --- a/content/commercial_packages/zulu-enterprise-openjdk.md +++ b/content/commercial_packages/zulu-enterprise-openjdk.md @@ -1,15 +1,14 @@ --- -name: Zulu Enterprise OpenJDK +name: Azul Zulu Builds of OpenJDK vendor: Azul category: Runtimes -description: Azul Platform Core, formally known as Zulu Enterprise is designed with the certified builds, tight security, and cost efficiencies needed to run today’s business–critical, Java-based services. +description: Azul Platform Core is designed for enterprise, distribution (ISV), and embedded (OEM) use cases. It provides certified OpenJDK builds with tight security and the cost efficiencies you need to run today’s business–critical, Java-based services. Azul Zulu Builds of OpenJDK (Zulu) are the key component provided by Azul Platform Core. These builds are free to use and a drop-in replacement for any other OpenJDK distribution. product_url: https://www.azul.com/products/core/ works_on_arm: true release_date_on_arm: 08/04/2014 - optional_info: - homepage_url: https://www.azul.com/products/ + homepage_url: https://www.azul.com/downloads/#zulu support_caveats: alternative_options: getting_started_resources: @@ -17,7 +16,6 @@ optional_info: vendor_announcement: https://docs.azul.com/core/supported-platforms official_docs: https://docs.azul.com/core/install/debian - optional_hidden_info: other_info: The support for ARM64 was added from version 8 which was released on April 8, 2014. From ac649646726f9e45f18c76ae3e9aeffa8a2dbd3e Mon Sep 17 00:00:00 2001 From: Frank Delporte Date: Fri, 3 May 2024 08:23:02 +0200 Subject: [PATCH 08/22] Update Zulu and add Zing (Azul Builds of OpenJDK) --- content/commercial_packages/zulu-enterprise-openjdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commercial_packages/zulu-enterprise-openjdk.md b/content/commercial_packages/zulu-enterprise-openjdk.md index 8747e093..c5a294b2 100644 --- a/content/commercial_packages/zulu-enterprise-openjdk.md +++ b/content/commercial_packages/zulu-enterprise-openjdk.md @@ -2,7 +2,7 @@ name: Azul Zulu Builds of OpenJDK vendor: Azul category: Runtimes -description: Azul Platform Core is designed for enterprise, distribution (ISV), and embedded (OEM) use cases. It provides certified OpenJDK builds with tight security and the cost efficiencies you need to run today’s business–critical, Java-based services. Azul Zulu Builds of OpenJDK (Zulu) are the key component provided by Azul Platform Core. These builds are free to use and a drop-in replacement for any other OpenJDK distribution. +description: Azul Zulu Builds of OpenJDK (Zulu) are the key component provided by Azul Platform Core. Zing builds are free to use and a drop-in replacement for any other OpenJDK distribution. Azul Platform Core is designed for enterprise, distribution (ISV), and embedded (OEM) use cases. It provides certified OpenJDK builds with tight security and the cost efficiencies you need to run today’s business–critical, Java-based services. product_url: https://www.azul.com/products/core/ works_on_arm: true release_date_on_arm: 08/04/2014 From 702e4b8cfaea3fc852165bcf50420cc6cd4b3d80 Mon Sep 17 00:00:00 2001 From: Frank Delporte Date: Mon, 6 May 2024 11:32:39 +0200 Subject: [PATCH 09/22] Better Zulu and Zing descriptions --- content/commercial_packages/zing-enterprise-openjdk.md | 2 +- content/commercial_packages/zulu-enterprise-openjdk.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/commercial_packages/zing-enterprise-openjdk.md b/content/commercial_packages/zing-enterprise-openjdk.md index 1eba51af..889b81a7 100644 --- a/content/commercial_packages/zing-enterprise-openjdk.md +++ b/content/commercial_packages/zing-enterprise-openjdk.md @@ -2,7 +2,7 @@ name: Azul Zing Builds of OpenJDK vendor: Azul category: Runtimes -description: Azul Zing Builds of OpenJDK (Zing) are the key component provided by Azul Platform Prime. Zing is an enhanced build of OpenJDK for superior performance, consistency and efficiency thanks to the C4 Garbage Collector and Falcon JIT Compiler. +description: Azul Zing Builds of OpenJDK (Zing) are commercial optimized builds of OpenJDK, currently marketed as Azul Platform Prime. Zing is free for evaluation but requires a commercial contract with Azul Systems for production use. Zing takes OpenJDK as its base and replaces several key components with optimized versions. The major additions are the C4 Pauseless Garbage Collector (the only generational, production tested pauseless garbage collection available for all major Java versions, including Java 8 and 11), the Falcon JIT Compiler (optimizes code for faster throughput, lower response latencies, and greater carrying capacity), the ReadyNow Warmup Optimizer (learns from previous runs of your application to bring applications to full speed as quickly as possible), and Azul Optimizer Hub (a separate component that offloads JIT compilation from your client machines and lets JVMs learn from each other to reach maximum speed as quickly as possible). Zing is a good choice for latency-sensitive applications that need to guarantee low median latency and minimum latency outliers, applications that aggressively scale up and down and need to be ready to handle traffic as soon as possible, and large fleets of JVMs running an application where the cost of infrastructure is an issue. product_url: https://www.azul.com/products/prime/ works_on_arm: true release_date_on_arm: 30/06/2022 diff --git a/content/commercial_packages/zulu-enterprise-openjdk.md b/content/commercial_packages/zulu-enterprise-openjdk.md index c5a294b2..78ec85c3 100644 --- a/content/commercial_packages/zulu-enterprise-openjdk.md +++ b/content/commercial_packages/zulu-enterprise-openjdk.md @@ -2,7 +2,7 @@ name: Azul Zulu Builds of OpenJDK vendor: Azul category: Runtimes -description: Azul Zulu Builds of OpenJDK (Zulu) are the key component provided by Azul Platform Core. Zing builds are free to use and a drop-in replacement for any other OpenJDK distribution. Azul Platform Core is designed for enterprise, distribution (ISV), and embedded (OEM) use cases. It provides certified OpenJDK builds with tight security and the cost efficiencies you need to run today’s business–critical, Java-based services. +description: Azul Zulu Builds of OpenJDK are no-cost, production-ready open-source, TCK-tested, and certified OpenJDK distributions. They are available for a wide range of hardware platforms and operating systems and are compatible with special requirements, such as stripped-down JREs and builds, including OpenJFX and Coordinated Restore at Checkpoint (CRaC). They are supported as part of Azul Platform Core, which provides stabilized security updates for rapid, assured deployment into production and solution-oriented engineering assistance. product_url: https://www.azul.com/products/core/ works_on_arm: true release_date_on_arm: 08/04/2014 From a72940e5d995fa177e1123f9525243a9c7d0afb1 Mon Sep 17 00:00:00 2001 From: Frank Delporte Date: Mon, 6 May 2024 17:43:52 +0200 Subject: [PATCH 10/22] Better Zulu and Zing descriptions --- content/commercial_packages/zulu-enterprise-openjdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commercial_packages/zulu-enterprise-openjdk.md b/content/commercial_packages/zulu-enterprise-openjdk.md index 78ec85c3..afaf7045 100644 --- a/content/commercial_packages/zulu-enterprise-openjdk.md +++ b/content/commercial_packages/zulu-enterprise-openjdk.md @@ -2,7 +2,7 @@ name: Azul Zulu Builds of OpenJDK vendor: Azul category: Runtimes -description: Azul Zulu Builds of OpenJDK are no-cost, production-ready open-source, TCK-tested, and certified OpenJDK distributions. They are available for a wide range of hardware platforms and operating systems and are compatible with special requirements, such as stripped-down JREs and builds, including OpenJFX and Coordinated Restore at Checkpoint (CRaC). They are supported as part of Azul Platform Core, which provides stabilized security updates for rapid, assured deployment into production and solution-oriented engineering assistance. +description: Azul Zulu Builds of OpenJDK are no-cost, production-ready open-source, TCK-tested, and certified OpenJDK distributions. They are available for a wide range of hardware platforms and operating systems and are compatible with special requirements, such as stripped-down JREs and builds, including OpenJFX and Coordinated Restore at Checkpoint (CRaC). They are supported as part of Azul Platform Core, which also provides Critical Patch Updates (CPUs) for rapid, assured deployment with minimized risk of functional or performance regressions in production and solution-oriented engineering assistance. product_url: https://www.azul.com/products/core/ works_on_arm: true release_date_on_arm: 08/04/2014 From 3ecc62602be222a27b95924dd454a2b51b32426b Mon Sep 17 00:00:00 2001 From: odidev Date: Mon, 29 Apr 2024 04:47:27 +0000 Subject: [PATCH 11/22] Add minio and yarn files Signed-off-by: odidev --- content/opensource_packages/minio-os.md | 31 +++++++++++++++++++++++++ content/opensource_packages/yarn.md | 31 +++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 content/opensource_packages/minio-os.md create mode 100644 content/opensource_packages/yarn.md diff --git a/content/opensource_packages/minio-os.md b/content/opensource_packages/minio-os.md new file mode 100644 index 00000000..44b1ede4 --- /dev/null +++ b/content/opensource_packages/minio-os.md @@ -0,0 +1,31 @@ +--- +name: MinIO +category: Storage +description: MinIO is a high-performance distributed Object Storage server, which is designed for large-scale private cloud infrastructure. +download_url: https://github.com/minio/minio/releases +works_on_arm: true +supported_minimum_version: + version_number: RELEASE.2017-01-25T03-14-52Z + release_date: 25/01/2017 + + +optional_info: + homepage_url: https://min.io/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://min.io/download#/agpl-linux + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/minio/minio/releases/tag/RELEASE.2017-01-25T03-14-52Z + release_notes__recommended_minimum: + other_info: + +--- + diff --git a/content/opensource_packages/yarn.md b/content/opensource_packages/yarn.md new file mode 100644 index 00000000..0d7fefee --- /dev/null +++ b/content/opensource_packages/yarn.md @@ -0,0 +1,31 @@ +--- +name: Yarn +category: Databases - Big-data +description: Yarn is a package manager that doubles down as project manager. Whether user work on simple projects or industry monorepos, whether users are an open source developer or an enterprise user. +download_url: https://github.com/yarnpkg/berry/releases +works_on_arm: true +supported_minimum_version: + version_number: 3.1.0 + release_date: 25/10/2021 + + +optional_info: + homepage_url: https://yarnpkg.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://yarnpkg.com/getting-started/install + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://yarnpkg.com/blog/release/3.1 + release_notes__recommended_minimum: + other_info: From version 3.1, Linux/ARM64 support is included in the .yarnc.yml (The user will be able to configure Yarn's internal settings in this file), kindly refer [here](https://yarnpkg.com/configuration/yarnrc#supportedArchitectures) + +--- + From 4bf37885de0e60180e5b6d604705ec295771e782 Mon Sep 17 00:00:00 2001 From: odidev Date: Tue, 30 Apr 2024 09:09:08 +0000 Subject: [PATCH 12/22] Add opencart and openvvc files Signed-off-by: odidev --- content/opensource_packages/opencart.md | 30 +++++++++++++++++++++++++ content/opensource_packages/openvvc.md | 30 +++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 content/opensource_packages/opencart.md create mode 100644 content/opensource_packages/openvvc.md diff --git a/content/opensource_packages/opencart.md b/content/opensource_packages/opencart.md new file mode 100644 index 00000000..ae22a0e5 --- /dev/null +++ b/content/opensource_packages/opencart.md @@ -0,0 +1,30 @@ +--- +name: OpenCart +category: E-commerce platforms +description: OpenCart is an online store management system developed. It is PHP-based, using a MySQLi or PostgreSQL database and HTML components. +download_url: https://www.opencart.com/index.php?route=cms/download +works_on_arm: true +supported_minimum_version: + version_number: 2.3.0.0 + release_date: 30/07/2016 + + +optional_info: + homepage_url: https://www.opencart.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/opencart/opencart/blob/master/INSTALL.md + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the zip. + +--- diff --git a/content/opensource_packages/openvvc.md b/content/opensource_packages/openvvc.md new file mode 100644 index 00000000..7d1ed901 --- /dev/null +++ b/content/opensource_packages/openvvc.md @@ -0,0 +1,30 @@ +--- +name: OpenVVC +category: Video +description: OpenCart is an online store management system developed. It is PHP-based, using a MySQLi or PostgreSQL database and HTML components. +download_url: https://github.com/OpenVVC/OpenVVC/tags +works_on_arm: true +supported_minimum_version: + version_number: 1.0.0 + release_date: 20/12/2021 + + +optional_info: + homepage_url: https://openvvc.github.io/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/OpenVVC/OpenVVC?tab=readme-ov-file#compiling-openvvc + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the tar. + +--- From 43250c2441f9d90c2f4949ce6a4e00e694ba4761 Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 24 Apr 2024 14:00:37 +0000 Subject: [PATCH 13/22] Add Ruby/Rails and Mediawiki files Signed-off-by: odidev --- content/opensource_packages/mediawiki.md | 29 ++++++++++++++++++++++ content/opensource_packages/rubyonrails.md | 29 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/mediawiki.md create mode 100644 content/opensource_packages/rubyonrails.md diff --git a/content/opensource_packages/mediawiki.md b/content/opensource_packages/mediawiki.md new file mode 100644 index 00000000..daa4555d --- /dev/null +++ b/content/opensource_packages/mediawiki.md @@ -0,0 +1,29 @@ +--- +name: MediaWiki +category: Content mgmt platforms +description: MediaWiki is a free and open-source wiki software package written in PHP. +download_url: https://www.mediawiki.org/wiki/Download +works_on_arm: true +supported_minimum_version: + version_number: 1.39.7 + release_date: 30/11/2022 + + +optional_info: + homepage_url: https://www.mediawiki.org/wiki/MediaWiki + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://www.mediawiki.org/wiki/Local_development_quickstart + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Used the steps mentioned [here](https://www.mediawiki.org/wiki/Local_development_quickstart) for installation. + +--- diff --git a/content/opensource_packages/rubyonrails.md b/content/opensource_packages/rubyonrails.md new file mode 100644 index 00000000..1fcd68ff --- /dev/null +++ b/content/opensource_packages/rubyonrails.md @@ -0,0 +1,29 @@ +--- +name: Ruby/Rails +category: Languages and Framework +description: Ruby on Rails (RoR) is a popular web framework written in the Ruby programming language. +download_url: https://github.com/rails/rails/tags +works_on_arm: true +supported_minimum_version: + version_number: 3.1.1 + release_date: 07/08/2011 + + +optional_info: + homepage_url: https://rubyonrails.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/rails/rails/blob/main/README.md + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no release notes or binaries present for arm64. Version 3.1.1 of rails was installed and tested using gems. + +--- From a571058f243df1eed33bcd974423a68ca58a00f3 Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 1 May 2024 07:14:20 +0000 Subject: [PATCH 14/22] Add Dav1d and Sqllite files Signed-off-by: odidev --- content/opensource_packages/dav1d.md | 29 +++++++++++++++++++++++++++ content/opensource_packages/sqlite.md | 29 +++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/dav1d.md create mode 100644 content/opensource_packages/sqlite.md diff --git a/content/opensource_packages/dav1d.md b/content/opensource_packages/dav1d.md new file mode 100644 index 00000000..3cc65f63 --- /dev/null +++ b/content/opensource_packages/dav1d.md @@ -0,0 +1,29 @@ +--- +name: Dav1d +category: Video +description: Dav1d is an AV1 cross-platform decoder, open-source, and focused on speed and correctness. +download_url: https://github.com/videolan/dav1d/tags +works_on_arm: true +supported_minimum_version: + version_number: 0.1.0 + release_date: 11/12/2018 + + +optional_info: + homepage_url: https://code.videolan.org/videolan/dav1d/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/videolan/dav1d/blob/master/README.md + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no release notes or binaries present for Linux/ARM64. Version 0.1.0 is installed and tested on the Neoverse N1, using steps mentioned in [README.md file](https://github.com/videolan/dav1d/blob/master/README.md). + +--- diff --git a/content/opensource_packages/sqlite.md b/content/opensource_packages/sqlite.md new file mode 100644 index 00000000..69674e0e --- /dev/null +++ b/content/opensource_packages/sqlite.md @@ -0,0 +1,29 @@ +--- +name: SQLite +category: Database +description: SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. +download_url: https://github.com/sqlite/sqlite/tags +works_on_arm: true +supported_minimum_version: + version_number: 3.8.1 + release_date: 17/10/2013 + + +optional_info: + homepage_url: https://www.sqlite.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/sqlite/sqlite?tab=readme-ov-file#compiling-for-unix-like-systems + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Release notes are not available, we have used steps mentioned on [link](https://github.com/sqlite/sqlite?tab=readme-ov-file#compiling-for-unix-like-systems) for building the package. Versions released before 3.8.1 fails to build on Neoverse N1, due to Segmentation Fault. + +--- From 74089b835d3b5cd8927ab6d27a9d2f7f0e49bd48 Mon Sep 17 00:00:00 2001 From: odidev Date: Tue, 14 May 2024 05:43:24 +0000 Subject: [PATCH 15/22] Add Drupal and mattermost files Signed-off-by: odidev --- content/opensource_packages/drupal.md | 30 +++++++++++++++++++++++ content/opensource_packages/mattermost.md | 30 +++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 content/opensource_packages/drupal.md create mode 100644 content/opensource_packages/mattermost.md diff --git a/content/opensource_packages/drupal.md b/content/opensource_packages/drupal.md new file mode 100644 index 00000000..6def987e --- /dev/null +++ b/content/opensource_packages/drupal.md @@ -0,0 +1,30 @@ +--- +name: Drupal +category: Content mgmt platforms +description: Drupal is an open source content management platform supporting a variety of websites ranging from personal weblogs to large community-driven websites. +download_url: https://www.drupal.org/project/drupal/releases +works_on_arm: true +supported_minimum_version: + version_number: 8.6.0-beta1 + release_date: 03/08/2018 + + +optional_info: + homepage_url: https://www.drupal.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/how-to-run-lamp-and-drupal-on-a-pandaboard-in-seven-simple-steps + partner_content: + official_docs: https://www.drupal.org/docs/official_docs/evaluator-guide + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the tar(https://www.drupal.org/project/drupal/releases/8.6.0-beta1). + +--- diff --git a/content/opensource_packages/mattermost.md b/content/opensource_packages/mattermost.md new file mode 100644 index 00000000..c1230b94 --- /dev/null +++ b/content/opensource_packages/mattermost.md @@ -0,0 +1,30 @@ +--- +name: Mattermost +category: Messaging/Comms +description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. +download_url: https://github.com/mattermost/mattermost/releases +works_on_arm: true +supported_minimum_version: + version_number: v8.1.0 + release_date: 24/08/2023 + + +optional_info: + homepage_url: https://mattermost.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.mattermost.com/overview/index.html + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the tar(https://github.com/mattermost/mattermost/releases/tag/v8.1.0). + +--- From 8b2c2563f677b0e52c09ddb66e2b00f758236f5c Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 8 May 2024 05:30:45 +0000 Subject: [PATCH 16/22] Add New Relic and Libgav1 files Signed-off-by: odidev --- content/opensource_packages/libgav1.md | 31 ++++++++++++++++++++++++ content/opensource_packages/new-relic.md | 31 ++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 content/opensource_packages/libgav1.md create mode 100644 content/opensource_packages/new-relic.md diff --git a/content/opensource_packages/libgav1.md b/content/opensource_packages/libgav1.md new file mode 100644 index 00000000..d3b3344f --- /dev/null +++ b/content/opensource_packages/libgav1.md @@ -0,0 +1,31 @@ +--- +name: Libgav1 +category: Video +description: Libgav1 is a Main profile (0), High profile (1) & Professional profile (2) compliant AV1 decoder. +download_url: https://chromium.googlesource.com/codecs/libgav1/ +works_on_arm: true +supported_minimum_version: + version_number: 0.16.0 + release_date: 16/07/2020 + + +optional_info: + homepage_url: https://chromium.googlesource.com/codecs/libgav1/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://chromium.googlesource.com/codecs/libgav1/+/refs/tags/v0.19.0/README.md + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done using source code. + +--- + diff --git a/content/opensource_packages/new-relic.md b/content/opensource_packages/new-relic.md new file mode 100644 index 00000000..f9cb1c8e --- /dev/null +++ b/content/opensource_packages/new-relic.md @@ -0,0 +1,31 @@ +--- +name: New Relic +category: Monitoring/Observability +description: A New Relic agent is an installable piece of software that integrates with multiple types of technologies (for example, web frameworks, operating systems, and types of databases) and reports data to New Relic, usually on a specific cadence. +download_url: https://github.com/newrelic/infrastructure-agent/releases +works_on_arm: true +supported_minimum_version: + version_number: 1.16.2 + release_date: 01/04/2021 + + +optional_info: + homepage_url: https://newrelic.com/welcome-back + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux/ + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/newrelic/infrastructure-agent/releases/tag/1.16.2 + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. The first Linux/ARM64 tar is available in version 1.16.2. + +--- + From daa49495d02da3191b5578590770e2aff7c0fcb8 Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 15 May 2024 06:51:32 +0000 Subject: [PATCH 17/22] Add scylla_enterprise, suse_sles and windows files. Signed-off-by: odidev --- .../commercial_packages/scylla_enterprise.md | 24 +++++++++++++++++++ content/commercial_packages/suse_sles.md | 24 +++++++++++++++++++ content/commercial_packages/windows.md | 24 +++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 content/commercial_packages/scylla_enterprise.md create mode 100644 content/commercial_packages/suse_sles.md create mode 100644 content/commercial_packages/windows.md diff --git a/content/commercial_packages/scylla_enterprise.md b/content/commercial_packages/scylla_enterprise.md new file mode 100644 index 00000000..0c5088e8 --- /dev/null +++ b/content/commercial_packages/scylla_enterprise.md @@ -0,0 +1,24 @@ +--- +name: ScyllaDB Enterprise +vendor: Scylla +category: Databases - noSQL +description: ScyllaDB Enterprise is a distributed NoSQL wide-column database for data-intensive apps that require high performance and low latency. +product_url: https://www.scylladb.com/product/scylla-enterprise/ +works_on_arm: true +release_date_on_arm: 04/08/2022 + + +optional_info: + homepage_url: https://www.scylladb.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://community.arm.com/arm-community-blogs/b/internet-of-things-blog/posts/scylladb-and-arm + vendor_announcement: https://www.scylladb.com/product/release-notes/scylladb-enterprise-release-2022-1-0/ + official_docs: https://enterprise.docs.scylladb.com/branch-2024.1/getting-started/index.html + + +optional_hidden_info: + other_info: + +--- diff --git a/content/commercial_packages/suse_sles.md b/content/commercial_packages/suse_sles.md new file mode 100644 index 00000000..67911639 --- /dev/null +++ b/content/commercial_packages/suse_sles.md @@ -0,0 +1,24 @@ +--- +name: SUSE Linux Enterprise Server (SLES) +vendor: SUSE +category: Operating System +description: SUSE Linux Enterprise Server (SLES) is a secure, adaptable and easy-to-manage Linux server platform that allows developers and administrators to deploy business-critical workloads on-premises, in the cloud and at the edge. +product_url: https://www.suse.com/products/server/ +works_on_arm: true +release_date_on_arm: 20/05/2020 + + +optional_info: + homepage_url: https://www.suse.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/sustainable-infrastructure-with-suse-and-arm + vendor_announcement: https://www.suse.com/releasenotes/x86_64/SUSE-SLES/12-SP2/index.html#Intro.New + official_docs: https://documentation.suse.com/sles/15-SP4/html/SLES-all/cha-aarch64.html# + + +optional_hidden_info: + other_info: + +--- diff --git a/content/commercial_packages/windows.md b/content/commercial_packages/windows.md new file mode 100644 index 00000000..d2723fca --- /dev/null +++ b/content/commercial_packages/windows.md @@ -0,0 +1,24 @@ +--- +name: Windows +vendor: Microsoft +category: Operating System +description: Microsoft Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. +product_url: https://www.microsoft.com/en-in/windows +works_on_arm: true +release_date_on_arm: 15/11/2018 + + +optional_info: + homepage_url: https://www.microsoft.com/en-in/windows + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://community.arm.com/arm-community-blogs/b/announcements/posts/build-windows-on-arm-developers + vendor_announcement: https://blogs.windows.com/windowsdeveloper/2018/11/15/official-support-for-windows-10-on-arm-development/ + official_docs: https://learn.microsoft.com/en-us/windows/arm/overview + + +optional_hidden_info: + other_info: + +--- From bdecbf1c08e457ccd2b18a6ae5427394be5a7907 Mon Sep 17 00:00:00 2001 From: Zach Lasiuk Date: Tue, 21 May 2024 15:41:15 -0500 Subject: [PATCH 18/22] modified azul zing and zulu files to complement one another, reduce description length --- .../commercial_packages/zing-enterprise-openjdk.md | 12 ++++++------ .../commercial_packages/zulu-enterprise-openjdk.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/commercial_packages/zing-enterprise-openjdk.md b/content/commercial_packages/zing-enterprise-openjdk.md index 889b81a7..99280088 100644 --- a/content/commercial_packages/zing-enterprise-openjdk.md +++ b/content/commercial_packages/zing-enterprise-openjdk.md @@ -1,22 +1,22 @@ --- -name: Azul Zing Builds of OpenJDK +name: Azul Platform Prime (with Azul Zing OpenJDK) vendor: Azul category: Runtimes -description: Azul Zing Builds of OpenJDK (Zing) are commercial optimized builds of OpenJDK, currently marketed as Azul Platform Prime. Zing is free for evaluation but requires a commercial contract with Azul Systems for production use. Zing takes OpenJDK as its base and replaces several key components with optimized versions. The major additions are the C4 Pauseless Garbage Collector (the only generational, production tested pauseless garbage collection available for all major Java versions, including Java 8 and 11), the Falcon JIT Compiler (optimizes code for faster throughput, lower response latencies, and greater carrying capacity), the ReadyNow Warmup Optimizer (learns from previous runs of your application to bring applications to full speed as quickly as possible), and Azul Optimizer Hub (a separate component that offloads JIT compilation from your client machines and lets JVMs learn from each other to reach maximum speed as quickly as possible). Zing is a good choice for latency-sensitive applications that need to guarantee low median latency and minimum latency outliers, applications that aggressively scale up and down and need to be ready to handle traffic as soon as possible, and large fleets of JVMs running an application where the cost of infrastructure is an issue. +description: Azul Platform Prime contains Azul Zing, a commercial optimized build of OpenJDK. Suitable for applications needing low latency and low cost at scale. Key additions include the C4 Pauseless Garbage Collector and the Falcon JIT Compiler. product_url: https://www.azul.com/products/prime/ works_on_arm: true -release_date_on_arm: 30/06/2022 +release_date_on_arm: 07/02/2023 optional_info: homepage_url: https://www.azul.com/downloads/#prime support_caveats: alternative_options: getting_started_resources: - arm_content: https://www.azul.com/newsroom/azul-platform-prime-now-supports-64-bit-arm-including-aws-graviton-processors/ - vendor_announcement: https://docs.azul.com/prime/Sys-Reqs + arm_content: + vendor_announcement: https://www.azul.com/newsroom/azul-platform-prime-now-supports-64-bit-arm-including-aws-graviton-processors/ official_docs: https://docs.azul.com/prime/prime-quick-start-apt optional_hidden_info: - other_info: The support for ARM64 was added from version 22.06.0.0 which was released on June 30, 2022. + other_info: The support for ARM64 for Zing OpenJDK build was added from version 22.06.0.0 which was released on June 30, 2022. However the broader Prime product was announced later, see the vendor announcement note. --- diff --git a/content/commercial_packages/zulu-enterprise-openjdk.md b/content/commercial_packages/zulu-enterprise-openjdk.md index afaf7045..b82b013a 100644 --- a/content/commercial_packages/zulu-enterprise-openjdk.md +++ b/content/commercial_packages/zulu-enterprise-openjdk.md @@ -1,8 +1,8 @@ --- -name: Azul Zulu Builds of OpenJDK +name: Azul Platform Core (Zulu Enterprise OpenJDK) vendor: Azul category: Runtimes -description: Azul Zulu Builds of OpenJDK are no-cost, production-ready open-source, TCK-tested, and certified OpenJDK distributions. They are available for a wide range of hardware platforms and operating systems and are compatible with special requirements, such as stripped-down JREs and builds, including OpenJFX and Coordinated Restore at Checkpoint (CRaC). They are supported as part of Azul Platform Core, which also provides Critical Patch Updates (CPUs) for rapid, assured deployment with minimized risk of functional or performance regressions in production and solution-oriented engineering assistance. +description: Azul Platform Core, formally known as Zulu Enterprise is designed with the certified builds, tight security, and cost efficiencies needed to run today’s business–critical, Java-based services. product_url: https://www.azul.com/products/core/ works_on_arm: true release_date_on_arm: 08/04/2014 From 6740b49771e85eda6d68959b3de4036c2450ccf9 Mon Sep 17 00:00:00 2001 From: Zach Lasiuk <18421034+zachlasiuk@users.noreply.github.com> Date: Tue, 21 May 2024 15:47:11 -0500 Subject: [PATCH 19/22] Update rubyonrails.md --- content/opensource_packages/rubyonrails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/opensource_packages/rubyonrails.md b/content/opensource_packages/rubyonrails.md index 1fcd68ff..b1b96012 100644 --- a/content/opensource_packages/rubyonrails.md +++ b/content/opensource_packages/rubyonrails.md @@ -1,6 +1,6 @@ --- name: Ruby/Rails -category: Languages and Framework +category: Languages and Frameworks description: Ruby on Rails (RoR) is a popular web framework written in the Ruby programming language. download_url: https://github.com/rails/rails/tags works_on_arm: true From 53d4f15609e695e98e07dd76e423377b1bb129db Mon Sep 17 00:00:00 2001 From: Zach Lasiuk <18421034+zachlasiuk@users.noreply.github.com> Date: Tue, 21 May 2024 15:55:05 -0500 Subject: [PATCH 20/22] Update zing-enterprise-openjdk.md --- content/commercial_packages/zing-enterprise-openjdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/commercial_packages/zing-enterprise-openjdk.md b/content/commercial_packages/zing-enterprise-openjdk.md index 99280088..4694bb3f 100644 --- a/content/commercial_packages/zing-enterprise-openjdk.md +++ b/content/commercial_packages/zing-enterprise-openjdk.md @@ -1,8 +1,8 @@ --- -name: Azul Platform Prime (with Azul Zing OpenJDK) +name: Zing OpenJDK (in Azul Platform Prime) vendor: Azul category: Runtimes -description: Azul Platform Prime contains Azul Zing, a commercial optimized build of OpenJDK. Suitable for applications needing low latency and low cost at scale. Key additions include the C4 Pauseless Garbage Collector and the Falcon JIT Compiler. +description: Azul Zing is a high-performance build of OpenJDK, part of the Azul Platform Prime enterprise product. Zing replaces several OpenJDK components with optimized versions, including the C4 Pauseless Garbage Collector and the Falcon JIT Compiler. Suitable for low-latency applications at scale. product_url: https://www.azul.com/products/prime/ works_on_arm: true release_date_on_arm: 07/02/2023 From 5ebb4168e83d2d951cd3ded092c634c95f80fe9a Mon Sep 17 00:00:00 2001 From: Zach Lasiuk <18421034+zachlasiuk@users.noreply.github.com> Date: Tue, 21 May 2024 15:58:12 -0500 Subject: [PATCH 21/22] Update zulu-enterprise-openjdk.md --- content/commercial_packages/zulu-enterprise-openjdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/commercial_packages/zulu-enterprise-openjdk.md b/content/commercial_packages/zulu-enterprise-openjdk.md index b82b013a..8fc6b9bc 100644 --- a/content/commercial_packages/zulu-enterprise-openjdk.md +++ b/content/commercial_packages/zulu-enterprise-openjdk.md @@ -1,8 +1,8 @@ --- -name: Azul Platform Core (Zulu Enterprise OpenJDK) +name: Zulu Enterprise JDK vendor: Azul category: Runtimes -description: Azul Platform Core, formally known as Zulu Enterprise is designed with the certified builds, tight security, and cost efficiencies needed to run today’s business–critical, Java-based services. +description: Azul Zulu Enterprise, also a component of Azul Platform Core, is designed with the certified builds, tight security, and cost efficiencies needed to run today’s business–critical, Java-based services. product_url: https://www.azul.com/products/core/ works_on_arm: true release_date_on_arm: 08/04/2014 From 0a7b7cba8eb7a2bd9e23ad20dde5a83270f6be3c Mon Sep 17 00:00:00 2001 From: Zach Lasiuk <18421034+zachlasiuk@users.noreply.github.com> Date: Tue, 21 May 2024 16:00:40 -0500 Subject: [PATCH 22/22] Update zing-enterprise-openjdk.md --- content/commercial_packages/zing-enterprise-openjdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/commercial_packages/zing-enterprise-openjdk.md b/content/commercial_packages/zing-enterprise-openjdk.md index 4694bb3f..34370fb4 100644 --- a/content/commercial_packages/zing-enterprise-openjdk.md +++ b/content/commercial_packages/zing-enterprise-openjdk.md @@ -1,8 +1,8 @@ --- -name: Zing OpenJDK (in Azul Platform Prime) +name: Azul Platform Prime (with Zing) vendor: Azul category: Runtimes -description: Azul Zing is a high-performance build of OpenJDK, part of the Azul Platform Prime enterprise product. Zing replaces several OpenJDK components with optimized versions, including the C4 Pauseless Garbage Collector and the Falcon JIT Compiler. Suitable for low-latency applications at scale. +description: Azul Platform Prime contains Azul Zing, a commercial optimized build of OpenJDK. Suitable for applications needing low latency and low cost at scale. Key additions include the C4 Pauseless Garbage Collector and the Falcon JIT Compiler. product_url: https://www.azul.com/products/prime/ works_on_arm: true release_date_on_arm: 07/02/2023