Namespace
timescale
Image / Tag
timescaledb:2.9.1-pg13-bitnami
Content Digest
sha256:54cb0d643859eaf710052a6c99c137909980dfb1b1495369b84e6f0dac94b3a8
Pull command
Details
Created

2023-01-24 14:36:40 UTC

Size

172 MB

Content Digest
Labels
  • maintainer
    Timescale https://www.timescale.com
  • 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
    13.9.0-debian-11-r26
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/postgresql
  • org.opencontainers.image.title
    postgresql
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    13.9.0

Environment
APP_VERSION

13.9.0

BITNAMI_APP_NAME

postgresql

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/common/bin:/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:dfe669f823905d3c627e0f4046dab1ce694af71ed74de219005ebbaaa4ddd26f - 17.17% (29.5 MB)

[#001] sha256:be5b4a127499b960e70c378bd373fcef0dc669fc89b1b1478745db73d3874587 - 33.58% (57.6 MB)

[#002] sha256:5a692c5b1d1b057e9a534923bd36c835442e18a033e2871871fc778a7f0af8e3 - 0.0% (2.06 KB)

[#003] sha256:a506e761080a0db1632b0dc6fda892673ee68d0710bf3e7aed41f9692e4978af - 3.59% (6.16 MB)

[#004] sha256:316f6f921ab37ff4a50be267e17cbe1da44934d00bff6797d829bd79f2720761 - 12.59% (21.6 MB)

[#005] sha256:477abdcb11e9c35575d6e57b172e914bd6b9c2707823ca53a42787ebf2677c05 - 0.49% (859 KB)

[#006] sha256:a05db58b32af096a66c39cd2e5546476f28a21d8de99d5ae2f3f62e47fe16760 - 0.0% (516 Bytes)

[#007] sha256:b2ba30e01b7b51aaa311df931e591eff085f0f777dba82a39982149ff9fc0849 - 32.58% (55.9 MB)


History
2023-01-21 00:10:38 UTC (from Bitnami with love)

2023-01-21 19:27:17 UTC

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

2023-01-21 19:27:17 UTC

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

2023-01-21 19:27:17 UTC

/bin/sh -c #(nop) ARG WITH_ALL_LOCALES=no

2023-01-21 19:27:17 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=13.9.0-debian-11-r26 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/postgresql org.opencontainers.image.title=postgresql org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=13.9.0

2023-01-21 19:27:18 UTC

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

2023-01-21 19:27:18 UTC

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

2023-01-21 19:27:18 UTC

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

2023-01-21 19:27:26 UTC

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

2023-01-21 19:27:30 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && COMPONENTS=( "gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" "postgresql-13.9.0-5-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-21 19:27:34 UTC

|1 WITH_ALL_LOCALES=no /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-21 19:27:35 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami

2023-01-21 19:27:37 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8

2023-01-21 19:27:38 UTC

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

2023-01-21 19:27:41 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2023-01-21 19:27:44 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2023-01-21 19:27:45 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:95da808788b7d78bd52d3de649b591d57b98bd1f825f3c2da73b142282cc82c4 in /

2023-01-21 19:27:45 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c /opt/bitnami/scripts/postgresql/postunpack.sh

2023-01-21 19:27:49 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh

2023-01-21 19:27:49 UTC

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

2023-01-21 19:27:50 UTC

/bin/bash -o pipefail -c #(nop) VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]

2023-01-21 19:27:50 UTC

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

2023-01-21 19:27:50 UTC

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

2023-01-21 19:27:50 UTC

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

2023-01-21 19:27:50 UTC

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

2023-01-21 19:27:52 UTC (merge sha256:2ceac615c948c49f29dcb779111e570c26b4204bfa2f782398da2e2aa39a6da2 to sha256:6436d6ee92569ec44c8638e7298e9668b6d8e25b81e04d81019318088ab087be)

2023-01-24 14:35:09 UTC

/bin/bash -o pipefail -c #(nop) ARG PG_VERSION

2023-01-24 14:35:10 UTC

/bin/bash -o pipefail -c #(nop) LABEL maintainer=Timescale https://www.timescale.com

2023-01-24 14:35:12 UTC

/bin/bash -o pipefail -c #(nop) COPY multi:13ac1fad64df86ac8932db81e699b01335bbec76b1bd616d27be7aded7967849 in /docker-entrypoint-initdb.d/

2023-01-24 14:35:13 UTC

/bin/bash -o pipefail -c #(nop) COPY multi:f9c6686a7f702f11bd078227dfe242cb922c36ac85b29e5d85420b7ed38c4998 in /usr/local/bin/

2023-01-24 14:35:14 UTC

/bin/bash -o pipefail -c #(nop) COPY multi:72f6e6fbfe0491f9d57a3a85409d5346c8b87d287ee5d9b95243915160f1e422 in /opt/bitnami/postgresql/lib/

2023-01-24 14:35:16 UTC

/bin/bash -o pipefail -c #(nop) COPY multi:4de3262a4a3a55f47872c83c7c15040b7cd720d518fd14f1432273829b9b945c in /opt/bitnami/postgresql/share/extension/

2023-01-24 14:35:17 UTC

/bin/bash -o pipefail -c #(nop) COPY file:3bad3ca9c20b213dcf414f69e3403bac8bd91f8215de0c9eef04553319d96c77 in /opt/bitnami/scripts/postgresql/

2023-01-24 14:35:17 UTC

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

2023-01-24 14:35:18 UTC

/bin/bash -o pipefail -c #(nop) ARG TS_VERSION

2023-01-24 14:36:37 UTC

|2 PG_VERSION=13 TS_VERSION=2.9.1 /bin/bash -o pipefail -c set -ex && mkdir -p /var/lib/apt/lists/partial && apt-get update && apt-get -y install build-essential libssl-dev git dpkg-dev gcc libc-dev make cmake wget && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker-bitnami" && cd build && make install && cd ~ && apt-get autoremove --purge -y build-essential libssl-dev dpkg-dev gcc libc-dev make cmake && apt-get clean -y && rm -rf /build "${HOME}/.cache" /var/lib/apt/lists/* /tmp/* /var/tmp/*

2023-01-24 14:36:38 UTC

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

2023-01-24 14:36:39 UTC

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

2023-01-24 14:36:40 UTC

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

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