6.2.7-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-27 17:49:27 +00:00
committed by Bitnami Containers
parent 2f6b8167d8
commit 11f0f6a447
3 changed files with 5 additions and 5 deletions

View File

@@ -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-9" --checksum 302ad776099df56df23eee3b5688433efacf9b0780ccc71815cbb24af0ae4f71
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "6.2.7-0" --checksum c3ab1a150f7f4d280e3d7d81bfc0e340e59db369a03732b1d0c9cef5384e3bbb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
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="6.2.6" \
ENV APP_VERSION="6.2.7" \
BITNAMI_APP_NAME="redis-sentinel"
EXPOSE 26379

View File

@@ -8,9 +8,9 @@
},
"redis-sentinel": {
"arch": "amd64",
"digest": "302ad776099df56df23eee3b5688433efacf9b0780ccc71815cbb24af0ae4f71",
"digest": "c3ab1a150f7f4d280e3d7d81bfc0e340e59db369a03732b1d0c9cef5384e3bbb",
"distro": "debian-10",
"type": "NAMI",
"version": "6.2.6-9"
"version": "6.2.7-0"
}
}