6.0.16-debian-11-r4 release
This commit is contained in:
parent
f40ea854b2
commit
11ffa2e0b6
|
|
@ -10,8 +10,8 @@ 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.16-0" --checksum 051604a468752e9528307d0595cc60b1041577e53cbb578fda443e83cf3adfe6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "6.0.16-150" --checksum 051604a468752e9528307d0595cc60b1041577e53cbb578fda443e83cf3adfe6
|
||||
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
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-150"
|
||||
},
|
||||
"redis-sentinel": {
|
||||
"arch": "amd64",
|
||||
"digest": "051604a468752e9528307d0595cc60b1041577e53cbb578fda443e83cf3adfe6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.16-0"
|
||||
"version": "6.0.16-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`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)
|
||||
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r4` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.2.7-debian-11-r4/6.2/debian-11/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r3` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.16-debian-11-r3/6.0/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)
|
||||
|
||||
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