Namespace
bitnamilegacy
Image / Tag
postgresql-repmgr:15.1.0-debian-11-r24
Content Digest
sha256:e23451161cfb0926fbc6a2855f61e2a7003e5c3721fb61dcf46f01b7b30e4ac2
Details
Created

2023-01-16 09:57:15 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.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    15.1.0-debian-11-r24
  • 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:dc7f5a1b72817e2f9a38f6bd7fdf0b4d6687d6c6fac561abfdefa24cdbbb6ba9 - 33.56% (29.5 MB)

[#001] sha256:5ba946bb17807dd47350c03111fe7e41e863584bf24d9991acba1888f8dbee73 - 66.44% (58.3 MB)


History
2023-01-13 00:11:36 UTC (from Bitnami with love)

2023-01-16 09:56:40 UTC

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

2023-01-16 09:56:40 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.licenses=Apache-2.0 org.opencontainers.image.ref.name=15.1.0-debian-11-r24 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-16 09:56:40 UTC

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

2023-01-16 09:56:40 UTC

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

2023-01-16 09:56:41 UTC

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

2023-01-16 09:56:49 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-16 09:56:53 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-16 09:56:56 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-16 09:56:57 UTC

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

2023-01-16 09:57:00 UTC

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

2023-01-16 09:57:01 UTC

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

2023-01-16 09:57:04 UTC

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

2023-01-16 09:57:08 UTC

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

2023-01-16 09:57:08 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:742d7ef8c6e16b6b909beca5b787302f146e37bb3a89aeeffa3dc127b253908f in /

2023-01-16 09:57:09 UTC

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

2023-01-16 09:57:13 UTC

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

2023-01-16 09:57:13 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-16 09:57:13 UTC

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

2023-01-16 09:57:13 UTC

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

2023-01-16 09:57:13 UTC

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

2023-01-16 09:57:14 UTC

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

2023-01-16 09:57:15 UTC (merge sha256:776aeaa453d5b3874ea0c34dc01b342f4315ec68133657e0517a4e6993387ea1 to sha256:20d36ad39eeb1f837fb92426d949553fae9207079e2d9a0edbe8efe63fdfca2d)

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