Namespace
bitnamilegacy
Image / Tag
postgresql-repmgr:13.9.0-debian-11-r4
Content Digest
sha256:b3b4127e7cc4378a448f9e5d169bd7e8f2de46f7b07eda1b83ac85aa5cf7c90f
Details
Created

2022-11-22 23:34:09 UTC

Size

86.4 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://bitnami.com/contact
  • org.opencontainers.image.description
    Application packaged by Bitnami
  • org.opencontainers.image.ref.name
    13.9.0-debian-11-r4
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr
  • org.opencontainers.image.title
    postgresql-repmgr
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    13.9.0

Environment
APP_VERSION

13.9.0

BITNAMI_APP_NAME

postgresql-repmgr

HOME

/

LANG

en_US.UTF-8

LANGUAGE

en_US:en

NSS_WRAPPER_LIB

/opt/bitnami/common/lib/libnss_wrapper.so

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/postgresql/bin:/opt/bitnami/repmgr/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:9dce2fae8330cca62a5925c8c19b3b8de95e4709842db90f277a1ac0917812a8 - 34.11% (29.5 MB)

[#001] sha256:b94977738b7d445eca8cccd3d0ee90139057a78f1f95b24b0715e634a88bad72 - 65.89% (57 MB)


History
2022-11-20 00:13:27 UTC (from Bitnami with love)

2022-11-22 23:33:35 UTC

/bin/sh -c #(nop) ARG TARGETARCH

2022-11-22 23:33:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.ref.name=13.9.0-debian-11-r4 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr org.opencontainers.image.title=postgresql-repmgr org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=13.9.0

2022-11-22 23:33:36 UTC

/bin/sh -c #(nop) ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux

2022-11-22 23:33:36 UTC

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

2022-11-22 23:33:36 UTC

/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]

2022-11-22 23:33:44 UTC

/bin/bash -o pipefail -c install_packages ca-certificates curl libbsd0 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps zlib1g

2022-11-22 23:33:48 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && COMPONENTS=( "postgresql-repmgr-13.9.0-0-linux-${OS_ARCH}-debian-11" "gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" ) && for COMPONENT in "${COMPONENTS[@]}"; do if [ ! -f "${COMPONENT}.tar.gz" ]; then curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; fi && sha256sum -c "${COMPONENT}.tar.gz.sha256" && tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf "${COMPONENT}".tar.gz{,.sha256} ; done

2022-11-22 23:33:52 UTC

/bin/bash -o pipefail -c apt-get autoremove --purge -y curl && apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives

2022-11-22 23:33:52 UTC

/bin/bash -o pipefail -c chmod g+rwX /opt/bitnami

2022-11-22 23:33:55 UTC

/bin/bash -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8

2022-11-22 23:33:56 UTC

/bin/bash -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales

2022-11-22 23:33:58 UTC

/bin/bash -o pipefail -c echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2022-11-22 23:34:02 UTC

/bin/bash -o pipefail -c echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2022-11-22 23:34:02 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:3437bb2284ea26f183ed2feb3cf1361d1d84d338b9bd23f01ef11923d7a032ec in /

2022-11-22 23:34:03 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh

2022-11-22 23:34:07 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh

2022-11-22 23:34:07 UTC

/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=13.9.0 BITNAMI_APP_NAME=postgresql-repmgr LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/repmgr/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-11-22 23:34:07 UTC

/bin/bash -o pipefail -c #(nop) EXPOSE 5432

2022-11-22 23:34:08 UTC

/bin/bash -o pipefail -c #(nop) USER 1001

2022-11-22 23:34:08 UTC

/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/opt/bitnami/scripts/postgresql-repmgr/entrypoint.sh"]

2022-11-22 23:34:08 UTC

/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/postgresql-repmgr/run.sh"]

2022-11-22 23:34:09 UTC (merge sha256:45eba48e3fc5a692c86208f4075fe5314e441cddb17f3d553bafd862c3a6213d to sha256:404a2acdad769c1ee5c7df71646a41b305bccc9ea4b98e68898ec584353dc500)

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