Sign inSign up

naverlinux/navix

Sponsored OSS

By Naver Cloud Corp

Updated 21 days ago

Image
Operating systems
3

3.6K

naverlinux/navix repository overview

NAVIX

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.


Supported Tags

Major version (Rolling builds)

Regularly updated images for all active releases. Recommended for most use cases.

docker pull naverlinux/navix:9
docker pull naverlinux/navix:10
Minor version

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

Quick Start

# Pull the latest NAVIX image
docker pull naverlinux/navix:10

# Run an interactive shell
docker run -it naverlinux/navix:10 /bin/bash

Life Cycle

NAVIX follows a 5+5 support policy with a total of 10 years of support per major version.

  • Full Support (first 5 years): Feature updates, performance improvements, security patches
  • Maintenance Support (next 5 years): Critical security updates and bug fixes only

Package Management

NAVIX uses dnf/yum for package management.

# Update all packages
dnf -y update && dnf clean all

# Install a package
dnf install -y <package-name>

Contributing & Community

NAVIX is an open project and welcomes contributions from developers and organizations worldwide.

Tag summary

Content type

Image

Digest

sha256:17ed63b66

Size

87.8 MB

Last updated

21 days ago

docker pull naverlinux/navix:10

This week's pulls

Pulls:

156

Last week