6.0.8-debian-10-r0 release
This commit is contained in:
parent
94cf228a2f
commit
c950247cad
|
|
@ -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" "6.0.7-0" --checksum 7df114622f409791dab9e6772796c53ab3af31a5d497db59b62ed67eeb30cdf8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "6.0.8-0" --checksum ffcb5e86afe18547ded92581b143045e67114ce1eb495ac6790e44a0b7972809
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-1" --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="redis-sentinel" \
|
||||
BITNAMI_IMAGE_VERSION="6.0.7-debian-10-r10"
|
||||
BITNAMI_IMAGE_VERSION="6.0.8-debian-10-r0"
|
||||
|
||||
EXPOSE 26379
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"redis-sentinel": {
|
||||
"arch": "amd64",
|
||||
"digest": "7df114622f409791dab9e6772796c53ab3af31a5d497db59b62ed67eeb30cdf8",
|
||||
"digest": "ffcb5e86afe18547ded92581b143045e67114ce1eb495ac6790e44a0b7972809",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.7-0"
|
||||
"version": "6.0.8-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -42,7 +42,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/).
|
||||
|
||||
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.7`, `6.0.7-debian-10-r10`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.7-debian-10-r10/6.0/debian-10/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.8`, `6.0.8-debian-10-r0`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.8-debian-10-r0/6.0/debian-10/Dockerfile)
|
||||
* [`5.0`, `5.0-debian-10`, `5.0.9`, `5.0.9-debian-10-r115` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/5.0.9-debian-10-r115/5.0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redis-sentinel GitHub repo](https://github.com/bitnami/bitnami-docker-redis-sentinel).
|
||||
|
|
|
|||
Loading…
Reference in New Issue