[bitnami/valkey-sentinel] Release 9.0.3-debian-12-r2 (#92314)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
1667e2c332
commit
7bb752c2d1
|
|
@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-03-12T16:28:58Z" \
|
||||
org.opencontainers.image.created="2026-04-08T22:03:19Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/valkey-sentinel/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/valkey-sentinel" \
|
||||
|
|
@ -50,7 +50,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/valkey-sentinel/postunpack.sh
|
||||
ENV APP_VERSION="9.0.3" \
|
||||
BITNAMI_APP_NAME="valkey-sentinel" \
|
||||
IMAGE_REVISION="1"
|
||||
IMAGE_REVISION="2"
|
||||
|
||||
EXPOSE 26379
|
||||
|
||||
|
|
|
|||
|
|
@ -40,25 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
## Get this image
|
||||
|
||||
The recommended way to get the Bitnami Valkey Sentinel Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/valkey-sentinel).
|
||||
|
||||
```console
|
||||
docker pull bitnami/valkey-sentinel:latest
|
||||
```
|
||||
|
||||
To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/valkey-sentinel/tags/) in the Docker Hub Registry.
|
||||
|
||||
```console
|
||||
docker pull bitnami/valkey-sentinel:[TAG]
|
||||
```
|
||||
|
||||
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
|
||||
|
||||
```console
|
||||
git clone https://github.com/bitnami/containers.git
|
||||
cd bitnami/APP/VERSION/OPERATING-SYSTEM
|
||||
docker build -t bitnami/APP:latest .
|
||||
```
|
||||
The Bitnami Valkey Sentinel Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
|
||||
|
||||
## Connecting to other containers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue