Premium rolling-release NiceOS Linux base image. Built for containers: minimal, secure.
291
NiceOS Base is not just another minimal Linux image.
It is a premium, purpose-built, rolling-release operating system, engineered from the ground up for containers.
No systemd.
No background daemons.
No accidental cruft.
Every package, every flag, every layer is deliberate.
This is not a stripped-down general-purpose distro.
This is the first and only RPM-based operating system designed exclusively for containers.
NiceOS follows a rolling release strategy, tuned for production:
5.2-latest-x86_64) for convenience, pinned builds (5.2-<build>-x86_64) for determinism.Rolling does not mean chaos. It means a living base system, carefully curated to stay modern, secure, and trustworthy.
Every push is more than a build — it’s a security ritual:
grype, trivy)./nicesoft/niceos/reports/.When you pull NiceOS, you don’t just get a base system.
You get proof of integrity — transparent, verifiable, undeniable.
Example auto-generated metadata:
{
"releasever": "5.2",
"arch": "x86_64",
"build_number": "latest",
"profile": "runtime",
"products": ["gdu", "niceos-repos", "tdnf"],
"product_versions": {
"gdu": "5.31.0",
"niceos-repos": "5.2",
"tdnf": "3.5.12"
},
"reports": {
"in_chroot": "/nicesoft/niceos/reports/5.2-latest-x86_64",
"grype_dir_json": "/nicesoft/niceos/reports/5.2-latest-x86_64/grype.dir.vulns.json",
"index_json": "/niceos/nicesoft/reports/5.2-latest-x86_64/index.json"
}
}
Pull the image, open the reports — the truth is right there. No hidden issues. No blind trust. Security you can inspect.
NiceOS Base is not an accident of repackaging. It’s a contract of trust:
bash, coreutils, tdnf, SSL, CA certs — nothing more, nothing less.This is not “just a minimal distro.” This is the premium RPM-based container OS.
# Pull the latest stable build
docker pull niceos/base-os:5.2-latest-x86_64
# Run an interactive shell
docker run -it --rm niceos/base-os:5.2-latest-x86_64 bash
Use it as your base:
FROM niceos/base-os:5.2-latest-x86_64
RUN tdnf install -y less && \
tdnf clean all && \
rm -rf /var/cache/tdnf/*
5.2-latest-x86_64 → stable rolling release (monthly refreshed).5.2-<build>-x86_64 → pinned, deterministic builds.Core runtime packages include:
bash-5.3, coreutils-9.7, tdnf-3.5.12glibc-2.42, openssl-3.5.3, ca-certificates-1.16.1curl-libs-8.16.0, gdu-5.31.0, ncurses-6.5zlib, xz, zstd, and others.Not one package more. Not one package less.
NiceOS Base is not a derivative of something bloated. It is a system with purpose, not an accident of history.
👉 This is not a distro. This is a contract of trust.
With NiceOS Base you inherit no baggage, no noise. You inherit clarity, predictability, and confidence.
GPL-2.0-only WITH Classpath-exception-2.0 See LICENSE for details.
NiceOS Base — это не просто ещё один минимальный Linux-образ.
Это премиальная, специализированная, rolling-release операционная система, созданная с нуля для контейнеров.
Никакого systemd.
Никаких фоновых демонов.
Никакого случайного хлама.
Каждый пакет, каждый флаг, каждый слой выверен.
Это не урезанная версия универсального дистрибутива.
Это первая и единственная RPM-базированная операционная система, созданная исключительно для контейнеров.
NiceOS использует rolling-release стратегию, ориентированную на продакшн:
5.2-latest-x86_64) и зафиксированные сборки (5.2-<build>-x86_64) для CI/CD.Rolling здесь — не хаос. Rolling — это дыхание системы.
Это не буря каждую ночь, а аккуратное, предсказуемое течение.
Стабильность не приносится в жертву новизне, а новизна не тормозится страхом стабильности.
Каждый выпуск — это маленький шаг вперёд, сделанный без суеты.
Каждый push — это больше, чем билд. Это ритуал безопасности:
grype, trivy)./nicesoft/niceos/reports/.Скачивая NiceOS, вы получаете не просто систему.
Вы получаете доказательство целостности — прозрачное, проверяемое, безусловное.
Пример автоматически генерируемых метаданных:
{
"releasever": "5.2",
"arch": "x86_64",
"build_number": "latest",
"profile": "runtime",
"products": ["gdu", "niceos-repos", "tdnf"],
"product_versions": {
"gdu": "5.31.0",
"niceos-repos": "5.2",
"tdnf": "3.5.12"
},
"reports": {
"in_chroot": "/nicesoft/niceos/reports/5.2-latest-x86_64",
"grype_dir_json": "/nicesoft/niceos/reports/5.2-latest-x86_64/grype.dir.vulns.json",
"index_json": "/nicesoft/niceos/reports/5.2-latest-x86_64/index.json"
}
}
Тяните образ, открывайте отчёты — правда лежит прямо внутри. Никаких скрытых дыр. Никакой слепой веры. Безопасность, которую можно проверить.
NiceOS Base — это не случайный ремикс. Это контракт доверия:
bash, coreutils, tdnf, SSL, CA certs.Это не «просто минималистичный дистрибутив». Это премиальная RPM-based контейнерная ОС.
# Скачайте последний стабильный билд
docker pull niceos/base-os:5.2-latest-x86_64
# Запустите интерактивную оболочку
docker run -it --rm niceos/base-os:5.2-latest-x86_64 bash
Используйте как базовый слой:
FROM niceos/base-os:5.2-latest-x86_64
RUN tdnf install -y less && \
tdnf clean all && \
rm -rf /var/cache/tdnf/*
5.2-latest-x86_64 → стабильный rolling-release (обновляется ежемесячно).5.2-<build>-x86_64 → зафиксированные, детерминированные сборки.Основные runtime-пакеты:
bash-5.3, coreutils-9.7, tdnf-3.5.12glibc-2.42, openssl-3.5.3, ca-certificates-1.16.1curl-libs-8.16.0, gdu-5.31.0, ncurses-6.5zlib, xz, zstd и др.Ни одного лишнего пакета. Ни одного недостающего.
NiceOS Base — это не урезанная копия чего-то большого. Это система с целью, а не побочный продукт истории.
👉 Это не дистрибутив. Это контракт доверия.
С NiceOS Base вы не наследуете хлам и шум. Вы наследуете ясность, предсказуемость и уверенность.
GPL-2.0-only WITH Classpath-exception-2.0 Подробнее: LICENSE
Content type
Image
Digest
sha256:f7113930f…
Size
246 Bytes
Last updated
12 months ago
docker pull niceos/base-os:sha256-83a6bcf36ac434cc87d08d522c8eb2983d4af2350704cf5a7e7b430de05e3a0d.sig