Namespace
timescale
Image / Tag
timescaledb:2.9.0-pg12-bitnami
Content Digest
sha256:3734e551d6fdb501588bf8bbab3793894d7b2c25c63dc1e058005bae8feed1b7
Pull command
Details
Created

2023-01-24 14:38:18 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-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
    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:dfe669f823905d3c627e0f4046dab1ce694af71ed74de219005ebbaaa4ddd26f - 17.19% (29.5 MB)

[#001] sha256:e494919d33386460eb21a1dec79b3dd0494f2ece432feba8ceaea6e01062d660 - 33.45% (57.4 MB)

[#002] sha256:7c2466c620f2883ca6a9aa98bec0363901a51f37f8062f0f50a65ee2057c99fa - 0.0% (2.06 KB)

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

[#004] sha256:5c8175ce18ff7f109904bb6e4a38df15d398e39d95e1150e29bfee57b98c6b6c - 12.84% (22 MB)

[#005] sha256:b0b46f6ef1386f7d4f51eff90fd50b79cb5d74c2755607b0ba0d650de994c1cf - 0.43% (760 KB)

[#006] sha256:4a75490fb7046cf9f02bc659d881e46dd92bdb97f9512852aa094ddd8ce4488b - 0.0% (515 Bytes)

[#007] sha256:20fea5f95d28303447a3bc3986d5db5851889a155472b194e3f0b6d6ef3e6e7c - 32.49% (55.7 MB)


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

2023-01-21 21:18:04 UTC

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

2023-01-21 21:18:04 UTC

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

2023-01-21 21:18:04 UTC

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

2023-01-21 21:18:04 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=12.13.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=12.13.0

2023-01-21 21:18:04 UTC

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

2023-01-21 21:18:05 UTC

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

2023-01-21 21:18:05 UTC

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

2023-01-21 21:18:14 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 21:18:18 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-12.13.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 21:18:22 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 21:18:23 UTC

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

2023-01-21 21:18:25 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 21:18:26 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 21:18:28 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 21:18:32 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 21:18:32 UTC

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

2023-01-21 21:18:33 UTC

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

2023-01-21 21:18:37 UTC

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

2023-01-21 21:18:37 UTC

/bin/bash -o pipefail -c #(nop) 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

2023-01-21 21:18:38 UTC

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

2023-01-21 21:18:38 UTC

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

2023-01-21 21:18:38 UTC

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

2023-01-21 21:18:38 UTC

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

2023-01-21 21:18:38 UTC

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

2023-01-21 21:18:40 UTC (merge sha256:f2dec6dfe3c82516c4474d7bc244e17e8f09b347ab27609e91dddb47a30ad032 to sha256:6436d6ee92569ec44c8638e7298e9668b6d8e25b81e04d81019318088ab087be)

2023-01-24 14:36:55 UTC

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

2023-01-24 14:36:56 UTC

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

2023-01-24 14:36:58 UTC

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

2023-01-24 14:36:59 UTC

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

2023-01-24 14:37:00 UTC

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

2023-01-24 14:37:02 UTC

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

2023-01-24 14:37:03 UTC

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

2023-01-24 14:37:03 UTC

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

2023-01-24 14:37:04 UTC

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

2023-01-24 14:38:16 UTC

|2 PG_VERSION=12 TS_VERSION=2.9.0 /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:38:17 UTC

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

2023-01-24 14:38:17 UTC

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

2023-01-24 14:38:18 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