Namespace
bitnami
Image / Tag
redis-sentinel:5.0.3-debian-9-r15
Content Digest
sha256:60fc6f4a9e7954ddc262a6ea3fe215039111b5868fca7bf7acb7d7fc40bfaa6b
Details
Created

2018-12-25 03:10:14 UTC

Size

57.2 MB

Content Digest
Labels
  • maintainer
    Bitnami <containers@bitnami.com>

Environment
BITNAMI_APP_NAME

redis-sentinel

BITNAMI_IMAGE_VERSION

5.0.3-debian-9-r15

BITNAMI_PKG_CHMOD

-R g+rwX

GOSU_GPG_KEY

B42F6819007F00F88E364FD4036A9C25BF357DD4

GOSU_VERSION

1.10

GPG_KEY_SERVERS_LIST

ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu

HOME

/

IMAGE_OS

debian-9

NAMI_PREFIX

/.nami

NAMI_VERSION

1.0.0-1

PATH

/opt/bitnami/redis-sentinel/bin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

REDIS_MASTER_HOST

redis

REDIS_MASTER_PASSWORD

REDIS_MASTER_PORT_NUMBER

6379

REDIS_MASTER_SET

mymaster

REDIS_SENTINEL_PORT_NUMBER

26379

REDIS_SENTINEL_QUORUM

2

TINI_GPG_KEY

595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7

TINI_VERSION

v0.13.2


Layers

[#000] sha256:bdbffd90d641efbf4f7dd137bc0a73330422428beb6f1a93a98eb993f96966f0 - 36.76% (21 MB)

[#001] sha256:622b33db6d6379e06d9f9c42386c1785e39a253ebdcd35bed33ccffe4379ad96 - 36.24% (20.7 MB)

[#002] sha256:541738de1bcea44b4faf153c214ed5c650ed686fd371ac74846606e799aa8f58 - 0.01% (5.08 KB)

[#003] sha256:56d3f51d37b63c4cb414ccff87ed84d01dd5ad5fd74b870f3338b97983e0c9ea - 20.87% (11.9 MB)

[#004] sha256:89ebec48cf837f9b042ba9b9195763e94a7bd50c8c26a315cf14505f4ea6a621 - 0.02% (14.2 KB)

[#005] sha256:8c2b39bf1eed9e7fcd61f5b1d625531a87835870b614d78e707de0558befce40 - 0.97% (566 KB)

[#006] sha256:6e41385d1decd0bb18b51534f48eaaf4447e36b79b2e37be3c7c94f4e4101230 - 0.01% (5.19 KB)

[#007] sha256:092f6ef88f8789a762a9e6931c052044cd07a2c2a13154446ac4d7a2f8ce783f - 0.0% (235 Bytes)

[#008] sha256:d1dee3c15e0d992d22bdb1f78d816e70c0053838ece9fa2e6c7b7e59754807b9 - 5.12% (2.93 MB)

[#009] sha256:f5d14e6b9290d63cffe71a56bff690441ec976fd968874bea821ffe60eb74817 - 0.0% (446 Bytes)


History
2018-12-24 21:39:13 UTC (from Bitnami with love)

2018-12-24 21:48:31 UTC

/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>

2018-12-24 21:48:31 UTC

/bin/sh -c #(nop) ENV IMAGE_OS=debian-9

2018-12-24 21:48:45 UTC

/bin/sh -c install_packages curl ca-certificates sudo locales procps libaio1 gnupg dirmngr && update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && locale-gen en_US.UTF-8 && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales && useradd -ms /bin/bash bitnami && mkdir -p /opt/bitnami && chown bitnami:bitnami /opt/bitnami && sed -i -e 's/\s*Defaults\s*secure_path\s*=/# Defaults secure_path=/' /etc/sudoers && echo "bitnami ALL=NOPASSWD: ALL" >> /etc/sudoers

2018-12-24 21:48:46 UTC

/bin/sh -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 1/' /etc/login.defs && sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password

2018-12-24 21:48:46 UTC

/bin/sh -c #(nop) ENV NAMI_VERSION=1.0.0-1

2018-12-24 21:48:48 UTC

/bin/sh -c cd /tmp && curl -sSLO https://nami-prod.s3.amazonaws.com/tools/nami/releases/nami-$NAMI_VERSION-linux-x64.tar.gz && echo "80488279b056d5e9c183fe34097c5f496715ab16a602afcc9f78d59f15139a16 nami-$NAMI_VERSION-linux-x64.tar.gz" | sha256sum -c - && mkdir -p /opt/bitnami/nami && tar xzf nami-$NAMI_VERSION-linux-x64.tar.gz --strip 1 -C /opt/bitnami/nami && rm nami-$NAMI_VERSION-linux-x64.tar.gz

2018-12-24 21:48:48 UTC

/bin/sh -c #(nop) ENV GPG_KEY_SERVERS_LIST=ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu

2018-12-24 21:48:48 UTC

/bin/sh -c #(nop) ENV TINI_VERSION=v0.13.2

2018-12-24 21:48:49 UTC

/bin/sh -c #(nop) ENV TINI_GPG_KEY=595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7

2018-12-24 21:48:52 UTC

/bin/sh -c cd /tmp && for server in $(shuf -e $GPG_KEY_SERVERS_LIST) ; do gpg --no-tty --keyserver "$server" --recv-keys $TINI_GPG_KEY && break || : ; done && gpg --no-tty --fingerprint $TINI_GPG_KEY | grep -q "6380 DC42 8747 F6C3 93FE ACA5 9A84 159D 7001 A4E5" && curl -sSL https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini.asc -o tini.asc && curl -sSL https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini -o /usr/local/bin/tini && gpg --verify tini.asc /usr/local/bin/tini && chmod +x /usr/local/bin/tini && rm tini.asc

2018-12-24 21:48:52 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10 GOSU_GPG_KEY=B42F6819007F00F88E364FD4036A9C25BF357DD4

2018-12-24 21:48:56 UTC

/bin/sh -c cd /tmp && for server in $(shuf -e $GPG_KEY_SERVERS_LIST) ; do gpg --no-tty --keyserver "$server" --recv-keys $GOSU_GPG_KEY && break || : ; done && gpg --no-tty --fingerprint $GOSU_GPG_KEY | grep -q "B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4" && curl -sSL https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64.asc -o gosu.asc && curl -sSL https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64 -o /usr/local/bin/gosu && gpg --no-tty --verify gosu.asc /usr/local/bin/gosu && chmod +x /usr/local/bin/gosu && rm gosu.asc

2018-12-24 21:48:56 UTC

/bin/sh -c #(nop) ENV PATH=/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-12-24 21:48:56 UTC

/bin/sh -c #(nop) ENV BITNAMI_IMAGE_VERSION=stretch-r233

2018-12-24 21:48:56 UTC

/bin/sh -c #(nop) COPY dir:da6fc3d820751e9bf8f27b861d3c349261ac909a255812db3fdb3dc3ef16d4f3 in /

2018-12-24 21:48:56 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2018-12-25 03:10:06 UTC

/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>

2018-12-25 03:10:07 UTC

/bin/sh -c #(nop) ENV BITNAMI_PKG_CHMOD=-R g+rwX HOME=/

2018-12-25 03:10:09 UTC

/bin/sh -c install_packages libc6

2018-12-25 03:10:12 UTC

/bin/sh -c bitnami-pkg unpack redis-sentinel-5.0.3-0 --checksum 530c45661263c9c72f197d692933f9b70f1d121ea88a88f7faa2c24c22bc3214

2018-12-25 03:10:12 UTC

/bin/sh -c #(nop) COPY dir:ea973fabcbe02d3002734530cd0d28b1f68ce73719900ceb3f1095c5f785c49c in /

2018-12-25 03:10:13 UTC

/bin/sh -c #(nop) ENV BITNAMI_APP_NAME=redis-sentinel BITNAMI_IMAGE_VERSION=5.0.3-debian-9-r15 NAMI_PREFIX=/.nami PATH=/opt/bitnami/redis-sentinel/bin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin REDIS_MASTER_HOST=redis REDIS_MASTER_PASSWORD= REDIS_MASTER_PORT_NUMBER=6379 REDIS_MASTER_SET=mymaster REDIS_SENTINEL_PORT_NUMBER=26379 REDIS_SENTINEL_QUORUM=2

2018-12-25 03:10:13 UTC

/bin/sh -c #(nop) EXPOSE 26379

2018-12-25 03:10:13 UTC

/bin/sh -c #(nop) USER 1001

2018-12-25 03:10:14 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/app-entrypoint.sh"]

2018-12-25 03:10:14 UTC

/bin/sh -c #(nop) CMD ["nami" "start" "--foreground" "redis-sentinel"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete