Skip to main content

tar

Image description for tar on AlmaLinux OS 8.8.

The descriptions below describe the base image version, that can be further customized by the user using the Blueprint customizations.

Package sets

Each image description contains a list of base packages that make up the image. This list is dependency-resolved using the distribution's package manager and subsequently installed into the image. This means that the list of actually installed packages depends on the available RPM repositories and the dependencies of the packages listed in the image's base package set.

Do not rely on the image description format

The format of the image description is not guaranteed to be stable. It is published for informational purposes only.

Architectures

aarch64

distro: almalinux-8.8
type: tar
arch: aarch64
os_version: "8.8"
bootmode: none
partition_type: ""
default_filename: root.tar.xz
build_pipelines:
- build
payload_pipelines:
- os
- archive
packages:
build:
include:
- coreutils
- glibc
- platform-python
- policycoreutils
- python36
- rpm
- selinux-policy-targeted
- systemd
- tar
- xz
exclude: []
os:
include:
- policycoreutils
- selinux-policy-targeted
exclude:
- rng-tools

ppc64le

distro: almalinux-8.8
type: tar
arch: ppc64le
os_version: "8.8"
bootmode: none
partition_type: ""
default_filename: root.tar.xz
build_pipelines:
- build
payload_pipelines:
- os
- archive
packages:
build:
include:
- coreutils
- glibc
- platform-python
- policycoreutils
- python36
- rpm
- selinux-policy-targeted
- systemd
- tar
- xz
exclude: []
os:
include:
- policycoreutils
- selinux-policy-targeted
exclude:
- rng-tools

x86_64

distro: almalinux-8.8
type: tar
arch: x86_64
os_version: "8.8"
bootmode: none
partition_type: ""
default_filename: root.tar.xz
build_pipelines:
- build
payload_pipelines:
- os
- archive
packages:
build:
include:
- coreutils
- glibc
- platform-python
- policycoreutils
- python36
- rpm
- selinux-policy-targeted
- systemd
- tar
- xz
exclude: []
os:
include:
- policycoreutils
- selinux-policy-targeted
exclude:
- rng-tools

Generated using: ghcr.io/osbuild/image-builder-cli:latest@sha256:75b1629b322ceff4561c88c9f2045d6f967ab29cd4aea70dc53fe01cf5b176d6

Last updated on: 2025-07-01 07:26:44 UTC