Namespace
timescale
Image / Tag
timescaledb:2.9.3-pg12-bitnami
Content Digest
sha256:a1dddd54409b6d134a40f62c57895d4720f11ea355a3bd298800678e1cff3e2c
Details
Created

2023-02-06 11:30:53 UTC

Size

171 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
    12.13.0-debian-11-r32
  • 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
    12.13.0

Environment
APP_VERSION

12.13.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:17a9e18358cc4cb84a7726d90a5e0a30d926786daaa74ce235c7ee7b8b6d8d7c - 50.64% (86.4 MB)

[#001] sha256:bfab9c8c9accde46200aa9d40f1d48caa0df6dbacfaf7faff91e81f668a04dbb - 0.0% (2.06 KB)

[#002] sha256:2b4d904f92ca0239d02f5acb835230f39ecb44c13cac78588b57feff2906f04e - 3.61% (6.16 MB)

[#003] sha256:3fd0c8077b847f45fbc8d04ec07f0130783aaf3123175cd64404dd1112b45abc - 12.55% (21.4 MB)

[#004] sha256:89e51aa6423224ccf9d144d3b8dc3194f152635620a1940a9bd804fbec90b132 - 0.49% (861 KB)

[#005] sha256:bf6bd12f0760a4245cf31fb7c0530284bcc3715919ccf1475db228f6a0225506 - 0.0% (522 Bytes)

[#006] sha256:25cc76501da26d3bb25c1438904c84c09fe848fb199e77f5167307c7a6843999 - 32.7% (55.8 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-01-21T00:10:38.151744936Z","comment":"from Bitnami with love"},{"created":"2023-02-05T06:24:43.800154256Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:24:43.800154256Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:24:43.800154256Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:24:43.800154256Z","created_by":"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=12.13.0-debian-11-r32 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=12.13.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:24:43.800154256Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:24:43.800154256Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:24:43.800154256Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:24:50.838889963Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 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 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:24:52.930685936Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11\" \"postgresql-12.13.0-7-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:03.749929368Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:05.685611085Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:08.40941723Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:10.827796074Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \u0026\u0026 DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:14.109456289Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c echo 'en_GB.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:18.858555836Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c echo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:22.568927485Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:27.258118123Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c /opt/bitnami/scripts/postgresql/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:33.70347189Z","created_by":"RUN |3 EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T06:25:33.70347189Z","created_by":"ENV APP_VERSION=12.13.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","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:25:33.70347189Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:25:33.70347189Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:25:33.70347189Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:25:33.70347189Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T06:25:33.70347189Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:1a7dc21e7bd9be2bf040a317da0f044d6d408b788aa87727f633f967a94aeb21

2023-02-06 11:29:29 UTC

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

2023-02-06 11:29:30 UTC

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

2023-02-06 11:29:32 UTC

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

2023-02-06 11:29:33 UTC

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

2023-02-06 11:29:34 UTC

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

2023-02-06 11:29:36 UTC

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

2023-02-06 11:29:37 UTC

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

2023-02-06 11:29:37 UTC

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

2023-02-06 11:29:38 UTC

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

2023-02-06 11:30:51 UTC

|2 PG_VERSION=12 TS_VERSION=2.9.3 /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-02-06 11:30:52 UTC

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

2023-02-06 11:30:52 UTC

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

2023-02-06 11:30:53 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