AutoSD sample images¶
In an effort to continuously deliver working OS images, the Automotive SIG builds several OS images for AArch64 or x86_64 systems or VMs, which you can find in the AutoSD nightly folder. These images are updated as the CentOS Stream or AutoSD RPM repositories change.
For more information about the Automotive Image Builder manifests used to build these sample OS images, see Introducing Automotive Image Builder.
Note
“Package” images are based on RPM packages rather than OSTree file system trees.
Important
Do not use sample images in production.
The AutoSD-10/nightly/sample-images folder contains images built only with AutoSD RPMs. The images are available for both aarch64 and x86_64.
The naming convention for these image files is: auto-osbuild-$target-$distro-$image_name-$mode.$arch.$file_type.
For example, the file name auto-osbuild-qemu-autosd10-developer-regular.x86_64.qcow2 represents the following values:
-
target: qemu -
distro: autosd10 -
image name: developer -
mode: regular -
arch: x86_64 -
file_type: qcow2
- Developer OSTree and regular
-
These OSTree- or RPM-based QEMU images include standard developer tools for building and working with RPMs, images, OSTree binaries, and containers:
auto-osbuild-qemu-autosd10-developer-ostree-aarch64auto-osbuild-qemu-autosd10-developer-ostree-x86_64auto-osbuild-qemu-autosd10-developer-regular-aarch64auto-osbuild-qemu-autosd10-developer-regular-x86_64
- QA regular
-
These QEMU images located in the
raw-imagesfolder are built for quality assurance testing and are minimal images with extra packages such as SSH, beaker, rsync, sudo, wget, time, nfs-utils, git, jq:auto-osbuild-qemu-autosd10-qa-regular-aarch64auto-osbuild-qemu-autosd10-qa-regular-x86_64