Clean Premium Redis Cluster runtime on NiceOS Base. bitnami alternative.
594
NiceOS Redis Cluster is a Redis® Cluster container image built on NiceOS.Container.
It is designed for teams that need a self-managed Redis® Cluster with predictable container packaging, a controlled runtime environment, persistent data layout, cluster bootstrap automation, and compatibility with common Redis® Cluster deployment patterns.
This image is provided as a Bitnami-compatible migration target. It preserves the runtime conventions that many existing Bitnami-based deployments expect, while replacing the underlying base system with NiceOS.Container.
This is not an official Redis®, Bitnami, Broadcom, or VMware image.
NiceOS.Container is a lightweight container-oriented build of NiceOS for infrastructure services.
NiceOS.Container images are built around several principles:
The goal is to provide application containers that are easy to audit, easy to update, and predictable in production.
This image provides a Redis® Cluster runtime with:
/bitnami/redis/data;/opt/bitnami;Many existing Redis® Cluster deployments, examples, charts and operational scripts expect Bitnami-style container conventions.
NiceOS Redis Cluster keeps the important runtime contract, including:
/opt/bitnami layout;/bitnami/redis/data persistent data path;1001;The goal is to make migration easier for workloads that previously used Bitnami-style Redis® Cluster containers.
This image is not an official Bitnami image and is not presented as a vendor-certified replacement. It is a NiceOS-based compatibility image intended to preserve the practical runtime behavior needed by existing deployments.
NiceOS images are updated through a controlled release pipeline.
A new image revision may be published when:
Production users should prefer immutable tags or image digests instead of relying on latest.
Typical tag policy:
<application-version>-niceos<stream>-r<revision>
<application-version>
latest
Recommended for production:
niceos/redis-cluster:<immutable-tag>
Not recommended for production pinning:
niceos/redis-cluster:latest
The latest tag is a convenience channel and may move when a new release is published.
The image is published to multiple registries as part of the NiceOS release process.
Primary public image:
docker.io/niceos/redis-cluster
Additional mirrors may be available through other registries such as GHCR, AWS ECR Public, or Yandex Container Registry, depending on the release.
For production deployments, use immutable tags or digests and verify the digest recorded in the release metadata.
Redis® data is stored under:
/bitnami/redis/data
Mount this path as a persistent volume when running the container in production.
Example:
volumes:
- redis-data:/bitnami/redis/data
The image is configured primarily through environment variables.
Common variables include:
REDIS_PASSWORD
REDIS_PORT_NUMBER
REDIS_NODES
REDIS_CLUSTER_CREATOR
REDIS_CLUSTER_REPLICAS
REDIS_CLUSTER_ANNOUNCE_IP
REDIS_CLUSTER_ANNOUNCE_HOSTNAME
REDIS_CLUSTER_ANNOUNCE_PORT
REDIS_CLUSTER_ANNOUNCE_BUS_PORT
For production, set a strong REDIS_PASSWORD and avoid exposing Redis® ports to the public Internet.
A Redis® Cluster requires multiple nodes. A typical deployment uses several containers connected through the same private network.
For local testing or single-host deployments, Docker Compose can be used to run multiple Redis® Cluster nodes on one host.
For production, place Redis® nodes in a private network, restrict access to trusted applications, use persistent storage, and define a backup and recovery procedure.
For production deployments:
REDIS_PASSWORD;NiceOS.Container images are intended for users who want more control over the container supply chain.
Key advantages:
This makes NiceOS application containers suitable for environments where traceability, reproducibility and operational control matter.
This image is designed as a compatibility-oriented migration target for Bitnami-style Redis® Cluster deployments.
It aims to preserve practical runtime compatibility, but it is not an official Bitnami image. Always test your own deployment manifests, environment variables, persistent volumes, network settings and application clients before production migration.
Redis® is a trademark of its respective owner.
This image is not an official Redis® product and is not certified, approved, endorsed or sponsored by Redis Ltd. or its affiliates.
This image is not an official Bitnami, Broadcom or VMware product and is not certified, approved, endorsed or sponsored by those vendors.
NiceSOFT provides the container packaging, NiceOS.Container runtime environment, compatibility scripts, deployment metadata and release automation for running Redis® Cluster in container environments.
Redis® and other included components are distributed according to their respective upstream licenses.
Content type
Image
Digest
sha256:0c5eea452…
Size
41.7 MB
Last updated
3 months ago
docker pull niceos/redis-cluster