Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fedora 38 #1015

Merged
merged 1 commit into from
May 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Labels commonly include operating system name, version, architecture, and Window
| Debian 11 | `Debian` | `11` | `amd64` | // EOL: 30 Jun 2026
| Debian testing | `Debian` | `testing` | `amd64` |
| Debian unstable | `Debian` | `unstable` | `amd64` |
| Fedora 37 | `Fedora` | `37` | `amd64` | // EOL: 14 Nov 2023
| Fedora 37 | `Fedora` | `37` | `amd64` | // EOL: 15 Dec 2023
| Fedora 38 | `Fedora` | `38` | `amd64` | // EOL: 18 May 2024
| FreeBSD 12 | `freebsd` | `12.3-RELEASE` | `amd64` | // EOL: 30 Jun 2024
| FreeBSD 13 | `freebsd` | `13.1-RELEASE` | `amd64` | // EOL: 31 Jan 2026
| Linux Mint 20.3 | `Linuxmint` | `20.3` | `amd64` | // EOL: Apr 2025
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM fedora:38
RUN dnf install -y redhat-lsb-core
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 38 (Thirty Eight)
Release: 38
Codename: ThirtyEight
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
NAME="Fedora Linux"
VERSION="38 (Container Image)"
ID=fedora
VERSION_ID=38
VERSION_CODENAME=""
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Container Image)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=38
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=38
SUPPORT_END=2024-05-14
VARIANT="Container Image"
VARIANT_ID=container
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fedora release 38 (Thirty Eight)