mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
6.2.6-debian-10-r109 release
This commit is contained in:
@@ -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.2.6-4" --checksum 0fc670e22cfa0ac74820ca71302386a73c4ad9d27cdb7d58d5eb7cf33cf3f7aa
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "6.2.6-5" --checksum 3c961a575e4f8c67e8ed3310d6191fca9e238a57bca767c11ebdfcae2bc47814
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
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.2.6-debian-10-r108"
|
||||
BITNAMI_IMAGE_VERSION="6.2.6-debian-10-r109"
|
||||
|
||||
EXPOSE 26379
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"redis-sentinel": {
|
||||
"arch": "amd64",
|
||||
"digest": "0fc670e22cfa0ac74820ca71302386a73c4ad9d27cdb7d58d5eb7cf33cf3f7aa",
|
||||
"digest": "3c961a575e4f8c67e8ed3310d6191fca9e238a57bca767c11ebdfcae2bc47814",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "6.2.6-4"
|
||||
"version": "6.2.6-5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user