Core image for desktop ALT Atomic
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
David Sultaniiazov aa43646da2
Some checks failed
Build nightly images / Gather build data (push) Successful in 8s
Build nightly images / Build amd64 images (push) Failing after 5m21s
Build nightly images / Build arm64 images (push) Has been cancelled
Build nightly images / Multiarch default manifest push (push) Has been cancelled
Build nightly images / Multiarch minimal manifest push (push) Has been cancelled
Build nightly images / Run kyanite build-nightly workflow (push) Has been cancelled
Build nightly images / Run onyx build-nightly workflow (push) Has been cancelled
chore(workflow): use chunkah
2026-07-25 12:36:28 +03:00
.forgejo/workflows chore(workflow): use chunkah 2026-07-25 12:36:28 +03:00
container-files build: Add correct VARIANT 2026-04-01 18:11:50 +03:00
src feat(grpconf): sync wheel groups only for uid 1000 2026-07-22 17:36:19 +06:00
.gitignore Change building to apm build 2025-11-06 17:45:21 +03:00
LICENSE initial commit 2025-02-10 23:41:53 +06:00
README.en.md doc: Improve README 2026-03-16 09:47:18 +03:00
README.ru.md doc: Improve README 2026-03-16 09:47:18 +03:00

ALT Atomic Image

The base image of ALT Linux in the form of an OCI image, compatible with bootc.

This image has been specifically designed to be minimalistic, making it suitable for building atomic distributions similar to Fedora Silverblue, Vanilla OS, and others.

There is a core image and a core-minimal;. core is suitable for creating a distribution package for the end user. core-minimal is more suitable for specific tasks, it doesn't even have linux firmware.

The images does not include a graphical environment (DE) or some additional utilities, but it does contain a kernel and useful container tools such as Podman.

You can view the complete list of packages in the file ./src/minimal/resources/packages.yml for core-minimal version or ./src/default/resources/packages.yml for core

Known projects based on this image:

Images

core/nightly:<date> core/nightly:<git-commit> core/nightly:latest

Built upon every change in the repository, using the main branch, and on a daily basis. Changes in external branches are uploaded under the name core/nightly-branch: for testing purposes.

core/stable:<date> core/stable:<git-tag> core/stable:<git-release> core/stable:<git-commit> core/stable:latest

Built upon tag push. Also built daily using the latest tag and fresh date.

The OCI storage retains up to 50 versions of each image. Versions, except for latest, live for up to 30 days.

Maintainers