Namespace
timescale
Image / Tag
timescaledb:2.9.2-pg12-bitnami
Content Digest
sha256:54adc7e8247c0959a62dd60e34f43a05d2db6fc7f2af52d8c039fd0561f50828
Pull command
Details
Created

2023-01-25 08:16:02 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-r27
  • 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.27% (29.5 MB)

[#001] sha256:83260d35894ee472262d801f9191d28be2a236e9953074308efc200219e81c0c - 33.6% (57.4 MB)

[#002] sha256:1939c0062c94acee759932d70816aad55f23fa83f4935c76a9e4daacb272c888 - 0.0% (2.06 KB)

[#003] sha256:a6fdc2416cb9319a49ae06c5ea62271620cc3f6c607b0842ff4011ec7d9dad43 - 3.61% (6.16 MB)

[#004] sha256:daf73900379aefdd1d5c59324dfa14dfdad8cc5e2f676fc9948bb94cf274d538 - 12.37% (21.1 MB)

[#005] sha256:f504fff5059d22ec15039745b45bd75d14e92b3d79a304491061948c6a2a391c - 0.49% (860 KB)

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

[#007] sha256:00dfde5372d901424a45d143ccf6818479dd679117aadf8008c7f9866349c606 - 32.66% (55.8 MB)


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

2023-01-24 21:33:58 UTC

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

2023-01-24 21:33:58 UTC

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

2023-01-24 21:33:58 UTC

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

2023-01-24 21:33:59 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-r27 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-24 21:33:59 UTC

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

2023-01-24 21:33:59 UTC

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

2023-01-24 21:33:59 UTC

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

2023-01-24 21:34:08 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-24 21:34:12 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-24 21:34:15 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-24 21:34:16 UTC

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

2023-01-24 21:34:18 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-24 21:34:20 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-24 21:34:22 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-24 21:34:26 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-24 21:34:26 UTC

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

2023-01-24 21:34:27 UTC

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

2023-01-24 21:34:31 UTC

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

2023-01-24 21:34:31 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-24 21:34:31 UTC

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

2023-01-24 21:34:32 UTC

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

2023-01-24 21:34:32 UTC

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

2023-01-24 21:34:32 UTC

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

2023-01-24 21:34:32 UTC

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

2023-01-24 21:34:34 UTC (merge sha256:140638d2444d4e290cff850059a074e28dd053083436806d4aa2cce9a7477325 to sha256:6436d6ee92569ec44c8638e7298e9668b6d8e25b81e04d81019318088ab087be)

2023-01-25 08:14:38 UTC

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

2023-01-25 08:14:39 UTC

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

2023-01-25 08:14:41 UTC

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

2023-01-25 08:14:42 UTC

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

2023-01-25 08:14:43 UTC

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

2023-01-25 08:14:45 UTC

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

2023-01-25 08:14:46 UTC

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

2023-01-25 08:14:46 UTC

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

2023-01-25 08:14:47 UTC

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

2023-01-25 08:16:00 UTC

|2 PG_VERSION=12 TS_VERSION=2.9.2 /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-25 08:16:01 UTC

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

2023-01-25 08:16:01 UTC

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

2023-01-25 08:16:02 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