Two new automated container image builds are now available:
* For Podman, Buildah, and Skopeo: "immutable" tags are being added
to all "stable" images. These tags will never be overwritten,
though they may be removed if a major security/safety
issue is detected. In contrast to the other stable tags, which are
overwritten daily, these images assume you desire to manage any
update vs stability risk. The new tags apply to all combinations
of the semantic tool version, so vX-immutable, vX.Y-immutable, and
vX.Y.Z-immutable will be available.
* quay.io/containers/aio:latest and quay.io/containers/aio:<date stamp>
images contain all three tools (Podman, Buildah, and Skopeo).
The images are built weekly using a fedora-minimal base to keep the
size as small as possible. These are intended as a base-image for
development and/or CI/CD use. The <date stamp> is formatted to be
used as a semantic version. Old tags expire and will be removed
after 1-year.
Please direct any issues, discussions, or RFEs toward the
https://github.com/containers/image_build repo.