-
Notifications
You must be signed in to change notification settings - Fork 638
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 #721 from UiPath/new-os-distributions
Add support for SLES, Oracle and Amazon Linux
- Loading branch information
Showing
5 changed files
with
60 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
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
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,9 @@ | ||
NAME="Amazon Linux" | ||
VERSION="2" | ||
ID="amzn" | ||
ID_LIKE="centos rhel fedora" | ||
VERSION_ID="2" | ||
PRETTY_NAME="Amazon Linux 2" | ||
ANSI_COLOR="0;33" | ||
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" | ||
HOME_URL="https://amazonlinux.com/" |
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,18 @@ | ||
NAME="Oracle Linux Server" | ||
VERSION="9.0" | ||
ID="ol" | ||
ID_LIKE="fedora" | ||
VARIANT="Server" | ||
VARIANT_ID="server" | ||
VERSION_ID="9.0" | ||
PLATFORM_ID="platform:el9" | ||
PRETTY_NAME="Oracle Linux Server 9.0" | ||
ANSI_COLOR="0;31" | ||
CPE_NAME="cpe:/o:oracle:linux:9:0:server" | ||
HOME_URL="https://linux.oracle.com/" | ||
BUG_REPORT_URL="https://github.com/oracle/oracle-linux" | ||
|
||
ORACLE_BUGZILLA_PRODUCT="Oracle Linux 9" | ||
ORACLE_BUGZILLA_PRODUCT_VERSION=9.0 | ||
ORACLE_SUPPORT_PRODUCT="Oracle Linux" | ||
ORACLE_SUPPORT_PRODUCT_VERSION=9.0 |
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,9 @@ | ||
NAME="SLES" | ||
VERSION="15-SP4" | ||
VERSION_ID="15.4" | ||
PRETTY_NAME="SUSE Linux Enterprise Server 15 SP4" | ||
ID="sles" | ||
ID_LIKE="suse" | ||
ANSI_COLOR="0;32" | ||
CPE_NAME="cpe:/o:suse:sles:15:sp4" | ||
DOCUMENTATION_URL="https://documentation.suse.com/" |