Skip to content

Commit 09a3db9

Browse files
Merge branch 'ArmDeveloperEcosystem:main' into main
2 parents 3b87e01 + dbdf615 commit 09a3db9

232 files changed

Lines changed: 1964 additions & 835 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run linkchecker
3636
run: |
3737
pip install linkchecker
38-
linkchecker --no-robots --no-warnings --config .linkcheckerrc --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" --check-extern https://www.arm.com/developer-hub/ecosystem-dashboard/servers-and-cloud-computing
38+
linkchecker --no-robots --no-warnings --config .linkcheckerrc --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" --check-extern https://developer.arm.com/ecosystem-dashboard/

.linkcheckerrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ignore=
66
^https://www\.ansys\.com/
77
^https://lsdyna\.ansys\.com/
88
^https://blogs\.oracle\.com/
9+
^https://dev\.mysql\.com/
10+
^https://www\.cadence\.com/
11+
912

1013
# One off locations
1114
https://releases.crossplane.io/stable/
@@ -22,3 +25,18 @@ ignore=
2225
https://docs.rafay.co/learn/quickstart/eks/graviton/workload/
2326
https://www.sap.com/india/products/technology-platform/hana.html
2427
https://gmplib.org/manual/Installing-GMP
28+
https://developers.redhat.com/products/ansible/download
29+
https://docs.centos.org/
30+
https://pyropus.ca./software/memtester/
31+
https://dev.mysql.com/downloads/
32+
https://developers.redhat.com/blog/2017/06/13/running-hpc-workloads-across-multiple-architectures-with-red-hat-enterprise-linux
33+
https://www.oracle.com/cloud/
34+
https://developers.redhat.com/products/rhel/download
35+
https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni
36+
https://wiki.samba.org/index.php/Installing_Samba
37+
https://help.split.io/hc/en-us/articles/360020359652-Python-SDK
38+
https://help.split.io/hc/en-us/articles/360020037072-Split-Evaluator#docker-recommended
39+
https://www.intersystems.com/data-platform/
40+
https://www.netlib.org/lapack/#_previous_release
41+
https://seqera.io/platform/
42+
https://spiffe.io/docs/latest/try/getting-started-linux-macos-x/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Software Ecosystem Dashboard for Arm
2-
The Software Ecosystem Dashboard for Arm is available at [https://www.arm.com/developer-hub/ecosystem-dashboard/](https://www.arm.com/developer-hub/ecosystem-dashboard/)
2+
The Software Ecosystem Dashboard for Arm is available at [https://developer.arm.com/ecosystem-dashboard/](https://developer.arm.com/ecosystem-dashboard/)
33

44
This repository is maintained by Arm and contains the source files for the Arm Software Ecosystem Dashboard, providing information on software packages that work on Arm.
55
This data is sourced from Arm and third parties. While Arm uses reasonable efforts to keep this dashboard accurate, Arm does not warrant (express or implied) or provide any guarantee of data correctness due to the ever-evolving software landscape.

assets/css/cross-page.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ table tbody td {
167167
/* Fix Nav Masthead Breadcrumb container */
168168
/*************************************/
169169
#nav-masthead-breadcrumbs {
170-
background-image: url("/img/masthead-background.png"); /* The image used */
170+
background-image: url("/ecosystem-dashboard/img/masthead-background.png"); /* The image used */
171171
background-color: var(--arm-color-footing); /* Used if the image is unavailable */
172172
background-size: cover;
173173
}
@@ -382,7 +382,7 @@ html[theme='light'] body {
382382
/* Mobile background */
383383
@media (max-width: 768px) {
384384
html[theme='dark'] body {
385-
background-image: url("/img/bg-img-736x800.png");
385+
background-image: url("/ecosystem-dashboard/img/bg-img-736x800.png");
386386
background-color: var(--arm-color-footing);
387387
background-position: 0% 100%;
388388
background-attachment: fixed;
@@ -392,7 +392,7 @@ html[theme='light'] body {
392392
/* Laptop background */
393393
@media (min-width: 768px) {
394394
html[theme='dark'] body {
395-
background-image: url("/img/bg-img-1920x1600.png");
395+
background-image: url("/ecosystem-dashboard/img/bg-img-1920x1600.png");
396396
background-color: var(--arm-color-footing);
397397
background-position: 0% 100%;
398398
background-attachment: fixed;
@@ -403,7 +403,7 @@ html[theme='light'] body {
403403
/* Large Monitor background */
404404
@media (min-width: 1400px) {
405405
html[theme='dark'] body {
406-
background-image: url("/img/bg-img-2500x1700.png");
406+
background-image: url("/ecosystem-dashboard/img/bg-img-2500x1700.png");
407407
background-color: var(--arm-color-footing);
408408
background-position: 0% 100%;
409409
background-attachment: fixed;

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ assetsDir = "assets"
2727

2828
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
2929
github_repo = "https://github.com/ArmDeveloperEcosystem/ecosystem-dashboard-for-arm"
30-
arm_url = "https://www.arm.com/developer-hub/ecosystem-dashboard/"
30+
arm_url = "https://developer.arm.com/ecosystem-dashboard/"
3131

3232
# For metadata posting on socials
3333
title = 'Software Ecosystem Dashboard for Arm'
3434
description = 'Discover what software packages work on Arm servers and how to get started. A great resource for migrating to Arm.'
35-
social_image = '/img/social-image.jpg'
35+
social_image = '/ecosystem-dashboard/img/social-image.jpg'
3636
twitter_handle = '@ArmSoftwareDev'

content/commercial_packages/CFDDFC.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/commercial_packages/VictoriaMetrics.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

content/commercial_packages/chainguard-images.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

content/commercial_packages/chainguard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Chainguard Images
33
vendor: Chainguard
44
category: Containers and Orchestration
5-
description: Chainguard Images reduces attack surfaces with hardened container images.
5+
description: Chainguard Images are secure, pre-built hardened container images designed to reduce the attack surface, enhance software security and streamline application deployment.
66
product_url: https://www.chainguard.dev/chainguard-images
77
works_on_arm: true
88
release_date_on_arm: 2023/01/10
@@ -14,7 +14,7 @@ optional_info:
1414
getting_started_resources:
1515
arm_content:
1616
vendor_announcement: https://www.chainguard.dev/unchained/building-wolfi-from-the-ground-up-and-announcing-arm64-support
17-
official_docs: https://edu.chainguard.dev/
17+
official_docs: https://edu.chainguard.dev/chainguard/chainguard-images/how-to-use/how-to-use-chainguard-images/
1818

1919
optional_hidden_info:
2020
other_info:

content/commercial_packages/chronosphere-telemetry-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ optional_info:
1414
alternative_options:
1515
getting_started_resources:
1616
arm_content:
17-
vendor_announcement: https://calyptia.com/blog/scaling-builds-with-actuated
17+
vendor_announcement:
1818
official_docs: https://docs.chronosphere.io/pipeline-install/linux/ubuntu-server-linux
1919

2020

0 commit comments

Comments
 (0)