From 9e7a3eb02c5be68ffcb57b1287a0a01f26ff9b55 Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 9 Oct 2024 06:11:42 +0000 Subject: [PATCH] Add Okta, npm, flannel and scikit-learn files Signed-off-by: odidev --- content/commercial_packages/okta.md | 22 ++++++++++++++++ content/opensource_packages/flannel.md | 29 +++++++++++++++++++++ content/opensource_packages/npm.md | 29 +++++++++++++++++++++ content/opensource_packages/scikit-learn.md | 29 +++++++++++++++++++++ 4 files changed, 109 insertions(+) create mode 100644 content/commercial_packages/okta.md create mode 100644 content/opensource_packages/flannel.md create mode 100644 content/opensource_packages/npm.md create mode 100644 content/opensource_packages/scikit-learn.md diff --git a/content/commercial_packages/okta.md b/content/commercial_packages/okta.md new file mode 100644 index 00000000..8b3bc949 --- /dev/null +++ b/content/commercial_packages/okta.md @@ -0,0 +1,22 @@ +--- +name: Advanced Server Access server agent +vendor: Okta +category: Security applications +description: Advanced Server Access server agent works by enabling zero trust security principles for server access, offering streamlined, secure, and automated access to servers without relying on static credentials such as SSH keys or passwords. +product_url: https://help.okta.com/asa/en-us/content/topics/adv_server_access/docs/asa-overview.htm +works_on_arm: true +release_date_on_arm: 2021/04/29 + +optional_info: + homepage_url: https://www.okta.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + vendor_announcement: https://help.okta.com/asa/en-us/content/topics/releasenotes/advanced-server-access-release-notes-archive-2023-and-older.htm#panel2 + official_docs: https://help.okta.com/asa/en-us/content/topics/adv_server_access/docs/start-here.htm + +optional_hidden_info: + other_info: + +--- diff --git a/content/opensource_packages/flannel.md b/content/opensource_packages/flannel.md new file mode 100644 index 00000000..3141c8b0 --- /dev/null +++ b/content/opensource_packages/flannel.md @@ -0,0 +1,29 @@ +--- +name: Flannel +category: Containers and Orchestration +description: Flannel is a networking tool used to construct a layer 3 network for Kubernetes clusters. Its primary function is to assign IP addresses to pods and facilitate traffic routing among them. +download_url: https://github.com/flannel-io/flannel/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.7.1 + release_date: 2017/04/19 + + +optional_info: + homepage_url: https://github.com/flannel-io/flannel + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/flannel-io/flannel/blob/master/Documentation/building.md + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/flannel-io/flannel/releases/tag/v0.7.1 + release_notes__recommended_minimum: + other_info: + +--- diff --git a/content/opensource_packages/npm.md b/content/opensource_packages/npm.md new file mode 100644 index 00000000..7c4b2e46 --- /dev/null +++ b/content/opensource_packages/npm.md @@ -0,0 +1,29 @@ +--- +name: NPM (Node Package Manager) +category: Compilers/Tools +description: NPM (Node Package Manager) is a package manager for JavaScript, used to install, manage, and share code packages for Node.js projects. +download_url: https://github.com/npm/cli/releases +works_on_arm: true +supported_minimum_version: + version_number: 6.10.0 + release_date: 2019/07/03 + + +optional_info: + homepage_url: https://www.npmjs.com/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.npmjs.com/getting-started + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: https://docs.npmjs.com/cli/v6/using-npm/changelog#v6100-2019-07-03 + release_notes__recommended_minimum: + other_info: + +--- diff --git a/content/opensource_packages/scikit-learn.md b/content/opensource_packages/scikit-learn.md new file mode 100644 index 00000000..d15c0b56 --- /dev/null +++ b/content/opensource_packages/scikit-learn.md @@ -0,0 +1,29 @@ +--- +name: Scikit-learn +category: AI/ML +description: Scikit-learn is a Python-based machine learning library that offers a comprehensive set of tools for building and training predictive models. +download_url: https://pypi.org/project/scikit-learn/#files +works_on_arm: true +supported_minimum_version: + version_number: 0.24.0 + release_date: 2020/12/22 + + +optional_info: + homepage_url: https://scikit-learn.org/1.5/index.html + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://scikit-learn.org/stable/install.html + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Pre-built binaries (wheels) are available on PyPI for Linux/ARM64. Installation and Testing are done using "pip install scikit-learn". + +---