Fedora ELN deliverables

Fedora ELN is a development environment. It is not intended for production use.

Compose

The latest production compose of Fedora ELN packages is available at https://download.fedoraproject.org/pub/eln/1/

Server installation media can be found here: x86_64 aarch64 ppc64le s390x

QEMU qcow2 images can be found here: x86_64 aarch64 ppc64le s390x

See also Compose.

Container image

As a part of the compose, we build container images which are then published to Quay.io image registry under the name quay.io/fedora/eln.

To create and use Fedora ELN container, run:

podman run -it quay.io/fedora/eln

Toolbx image

As a part of the compose, we build Toolbx images which are then published to Quay.io image registry under the name quay.io/fedora/eln-toolbox.

To run Fedora ELN with Toolbx, first create the container:

toolbox create --image quay.io/fedora/eln-toolbox eln-toolbox

Then run:

toolbox enter eln-toolbox

Cloud images

As a part of the compose, we build Cloud images for AWS, Azure, and GCP. These are uploaded to each cloud provider on a regular basis as a community offering.

To use, search for ELN among community images when creating a new instance.

WSL images

As a part of the compose, we build WSL images for both Windows architectures: x64 arm64

To install and use the first time, download the .wsl image, double-click the downloaded file, and follow the prompts in the terminal.

For subsequent usage, launch the Fedora-ELN entry in the Start Menu, or run in the Command Prompt or PowerShell:

wsl -d Fedora-ELN

For more details, see the Fedora on WSL documentation.

Live images

As a part of the compose, we build GNOME and KDE Live images similar to those produced by the CentOS Alternative Images SIG. These images contain content from the ELN Extras repository which will not necessarily be in the next RHEL version but may end up in EPEL.

Live media can be found here: x86_64 aarch64

Mock environment

To build custom packages for ELN you can setup Mock environment as described at Buildroot.