mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
7.0.4-debian-11-r0 release
This commit is contained in:
@@ -9,7 +9,7 @@ COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.3-1" --checksum 57c3477475db1fec1409dc7e57fab28b53fe5753deab75479010cd285b4cc0fb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "7.0.4-0" --checksum c6838c0b31edf909a7b83cb3e331aa128f5236fc38b24032023e9d843c802ad5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
|
||||
ENV APP_VERSION="7.0.3" \
|
||||
ENV APP_VERSION="7.0.4" \
|
||||
BITNAMI_APP_NAME="redis-sentinel"
|
||||
|
||||
EXPOSE 26379
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"redis-sentinel": {
|
||||
"arch": "amd64",
|
||||
"digest": "57c3477475db1fec1409dc7e57fab28b53fe5753deab75479010cd285b4cc0fb",
|
||||
"digest": "c6838c0b31edf909a7b83cb3e331aa128f5236fc38b24032023e9d843c802ad5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.3-1"
|
||||
"version": "7.0.4-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user