Up-to-date Rocky Linux Docker images with the latest updates and security patches.
100K+
Rocky Linux is a community-driven enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux (RHEL). It serves as an excellent choice for users seeking a robust, reliable, and secure platform for enterprise workloads.
This repository provides daily-built Docker images with the latest security updates and patches applied. Unlike the official Rocky Linux Docker images, which are typically updated every 6 months or more, these images are refreshed every day, ensuring users benefit from timely fixes and vulnerability resolutions.
amd64, arm64, ppc64le, and s390x.layer.tar.xz.Base Variants:
<VERSION>: Specific Rocky Linux version (e.g., 9, 9.5).<VERSION>-<ARCH>: Architecture-specific images (e.g., 9.5-amd64, 9-arm64).Minimal Variants:
<VERSION>-minimal: Specific Rocky Linux minimal version (e.g., 9-minimal, 9.5-minimal).<VERSION>-minimal-<ARCH>: Architecture-specific minimal images (e.g., 9.5-minimal-arm64).Nonroot Variants:
<ARCH>-nonroot: Architecture-specific non-root images.Pull the desired image using the relevant tag:
# Pull the latest full-featured image
docker pull uacontainers/rockylinux:latest
# Pull the minimal variant
docker pull uacontainers/rockylinux:latest-minimal
# Pull architecture-specific image
docker pull uacontainers/rockylinux:9.5-amd64
Run a container:
docker run --rm -it uacontainers/rockylinux:latest
For non-root containers:
docker run --rm -it uacontainers/rockylinux:nonroot
Rocky Linux is a downstream distribution of Red Hat Enterprise Linux, maintained by the Rocky Enterprise Software Foundation (RESF). It is community-driven, offering stability, security, and compatibility for enterprise environments.
We welcome contributions! If you encounter issues or have suggestions, please open an issue or submit a pull request on the GitHub repository.
This repository and its images are released under the MIT License. The Rocky Linux OS follows its own licensing terms, available in the distribution's documentation.
Content type
Image
Digest
sha256:c415cc6fc…
Size
78.2 MB
Last updated
about 24 hours ago
docker pull uacontainers/rockylinux