-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #523 from odidev/npm
Add Okta, npm, flannel and scikit-learn files
- Loading branch information
Showing
4 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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". | ||
|
||
--- |