Namespace
bitnamilegacy
Image / Tag
postgresql-repmgr:15.1.0-debian-11-r20
Content Digest
sha256:4007fb1f8f85e421858b8ab83516ad79c8d1e97fa64602d163881359e445fde7
Details
Created

2023-01-07 17:37:28 UTC

Size

87.8 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
    15.1.0-debian-11-r20
  • 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
    15.1.0

Environment
APP_VERSION

15.1.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:f8c1c832ce65f8c860a3388bf6681a4046a949475bc305b5a22e6deddf94abb5 - 33.57% (29.5 MB)

[#001] sha256:ec394b46fab0e100b3550a9a626805f01915e80c6f76c2a53f02ef396055b1cc - 66.43% (58.3 MB)


History
2022-12-18 00:11:13 UTC (from Bitnami with love)

2023-01-07 17:36:54 UTC

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

2023-01-07 17:36:54 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=15.1.0-debian-11-r20 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=15.1.0

2023-01-07 17:36:54 UTC

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

2023-01-07 17:36:54 UTC

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

2023-01-07 17:36:54 UTC

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

2023-01-07 17:37:03 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

2023-01-07 17:37:06 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && COMPONENTS=( "postgresql-repmgr-15.1.0-4-linux-${OS_ARCH}-debian-11" "gosu-1.16.0-0-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

2023-01-07 17:37:10 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

2023-01-07 17:37:11 UTC

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

2023-01-07 17:37:13 UTC

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

2023-01-07 17:37:14 UTC

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

2023-01-07 17:37:16 UTC

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

2023-01-07 17:37:20 UTC

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

2023-01-07 17:37:20 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:42ccd9dbd8b7b4f27b81b5536f8dfbdef29f83ce6385b669711f9f56042ee7af in /

2023-01-07 17:37:21 UTC

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

2023-01-07 17:37:25 UTC

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

2023-01-07 17:37:25 UTC

/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=15.1.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

2023-01-07 17:37:25 UTC

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

2023-01-07 17:37:26 UTC

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

2023-01-07 17:37:26 UTC

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

2023-01-07 17:37:26 UTC

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

2023-01-07 17:37:28 UTC (merge sha256:ab10681f261de3d35466c7a2fb868c93bd3003d4c8000b2d7e094616a7a8d4e1 to sha256:1e6d839039bde3f1280855b41490df52a0eeba7e303cf8f9615e78da9015ec79)

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