mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
7.0.2-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
a38b09563f
commit
2642c01ddc
@@ -10,7 +10,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "7.0.1-150" --checksum 82ae6b667fd646bc246f32f22d23831b17aaff03b0e3d5877d0261dda28b959c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "7.0.2-0" --checksum b5e74047e4004ee119a87bb4c92b803b467fa686914e0aa76adc28a1b58b8d78
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
|
||||
ENV APP_VERSION="7.0.1" \
|
||||
ENV APP_VERSION="7.0.2" \
|
||||
BITNAMI_APP_NAME="redis-sentinel"
|
||||
|
||||
EXPOSE 26379
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"redis-sentinel": {
|
||||
"arch": "amd64",
|
||||
"digest": "82ae6b667fd646bc246f32f22d23831b17aaff03b0e3d5877d0261dda28b959c",
|
||||
"digest": "b5e74047e4004ee119a87bb4c92b803b467fa686914e0aa76adc28a1b58b8d78",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.1-150"
|
||||
"version": "7.0.2-0"
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7.0`, `7.0-debian-11`, `7.0.1`, `7.0.1-debian-11-r2`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/7.0.1-debian-11-r2/7.0/debian-11/Dockerfile)
|
||||
* [`7.0`, `7.0-debian-11`, `7.0.2`, `7.0.2-debian-11-r0`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/7.0.2-debian-11-r0/7.0/debian-11/Dockerfile)
|
||||
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r5` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.2.7-debian-11-r5/6.2/debian-11/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r4` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.16-debian-11-r4/6.0/debian-11/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user