Fedora ELN deliverables
| Fedora ELN is a development environment. It is not intended for production use. |
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
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.
Mock environment
To build custom packages for ELN you can setup Mock environment as described at Buildroot.
Want to help? Learn how to contribute to Fedora Docs ›