NAVIX is an open-source Linux distribution based on OpenELA, aiming to provide a stable, secure, and freely available Linux platform for developers and system administrators. Licensed under GPLv2, the project is openly developed and welcomes contributions from the community.
Regularly updated images for all active releases. Recommended for most use cases.
docker pull naverlinux/navix:9
docker pull naverlinux/navix:10
Images that match specific release contents. It is strongly recommended to run dnf -y update && dnf clean all after pulling.
docker pull naverlinux/navix:9.8
docker pull naverlinux/navix:10.2
# Pull the latest NAVIX image
docker pull naverlinux/navix:10
# Run an interactive shell
docker run -it naverlinux/navix:10 /bin/bash
NAVIX follows a 5+5 support policy with a total of 10 years of support per major version.
NAVIX uses dnf/yum for package management.
# Update all packages
dnf -y update && dnf clean all
# Install a package
dnf install -y <package-name>
NAVIX is an open project and welcomes contributions from developers and organizations worldwide.
Content type
Image
Digest
sha256:17ed63b66…
Size
87.8 MB
Last updated
21 days ago
docker pull naverlinux/navix:10Pulls:
156
Last week