mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
6.2.6-debian-10-r104 release
This commit is contained in:
@@ -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.2.6-2" --checksum 3007df13de63e4520cf701bc72a5232c0698c740535d9a369aeac16b1b4a1496
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "6.2.6-3" --checksum 4041cec02eba65f8b58fab5e7569da34682d44a4d81a81b49701db4cad64dc74
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -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-r103"
|
||||
BITNAMI_IMAGE_VERSION="6.2.6-debian-10-r104"
|
||||
|
||||
EXPOSE 26379
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
},
|
||||
"redis-sentinel": {
|
||||
"arch": "amd64",
|
||||
"digest": "3007df13de63e4520cf701bc72a5232c0698c740535d9a369aeac16b1b4a1496",
|
||||
"digest": "4041cec02eba65f8b58fab5e7569da34682d44a4d81a81b49701db4cad64dc74",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "6.2.6-2"
|
||||
"version": "6.2.6-3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user