Details
Created
2023-02-06 11:31:33 UTC
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
14.6.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
14.6.0
Environment
APP_VERSION
14.6.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:e00354f43a0f0e082e96700c5f4e08dfc0a600900e7cd83af985a594b15c01d9 - 50.26% (87.3 MB)
[#001] sha256:0ce430339ae3e33babce4fbfb4bb38678c7d23d5572e8e530123d311ac1b1ca1 - 0.0% (2.06 KB)
[#002] sha256:54f8bb72bb50f6f48f5e91e861b164ecabdbcc7ade2e106f3730f8bbe45fce72 - 3.55% (6.16 MB)
[#003] sha256:0743b46efd3a758f63537be9c617ec49eb0694f92e916598da59086cc145b71f - 13.37% (23.2 MB)
[#004] sha256:f6bec13bce206dadd8a684b21cf0d5fc598c874c013e7e8e5c722a64056d80b0 - 0.48% (857 KB)
[#005] sha256:12343c557c40392339ac0cfbf2e8067f6b194b7c7c59ed1ff73fc2adcbbf7470 - 0.0% (520 Bytes)
[#006] sha256:99d6f5f93ebacf425ca53014c7cb6856f98301fb571b1392d3f1ab8c6090fe16 - 32.34% (56.2 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-01-21T00:10:38.151744936Z","comment":"from Bitnami with love"},{"created":"2023-02-05T07:11:21.786992432Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:21.786992432Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:21.786992432Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:21.786992432Z","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=14.6.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=14.6.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:21.786992432Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:21.786992432Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T07:11:21.786992432Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:33.508578662Z","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-05T07:11:35.781398706Z","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-14.6.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-05T07:11:38.681981123Z","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-05T07:11:39.432183258Z","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-05T07:11:41.455669189Z","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-05T07:11:44.029107842Z","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-05T07:11:47.140928623Z","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-05T07:11:50.675723543Z","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-05T07:11:52.034391653Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-05T07:11:53.814912402Z","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-05T07:11:57.540444288Z","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-05T07:11:57.540444288Z","created_by":"ENV APP_VERSION=14.6.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-05T07:11:57.540444288Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:57.540444288Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:57.540444288Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:57.540444288Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-05T07:11:57.540444288Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:79cb82e73f8db59266d8b5ce7c217660f7d9dbdbeedcace8ef8dd2f44de7fd0c
2023-02-06 11:29:45 UTC
/bin/bash -o pipefail -c #(nop) ARG PG_VERSION
2023-02-06 11:29:46 UTC
/bin/bash -o pipefail -c #(nop) LABEL maintainer=Timescale https://www.timescale.com
2023-02-06 11:29:48 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:13ac1fad64df86ac8932db81e699b01335bbec76b1bd616d27be7aded7967849 in /docker-entrypoint-initdb.d/
2023-02-06 11:29:49 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:f9c6686a7f702f11bd078227dfe242cb922c36ac85b29e5d85420b7ed38c4998 in /usr/local/bin/
2023-02-06 11:29:51 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:0e7d2c1aaa2bcfd50d5ab0c21e9fb4c4f98b6dd8d1d89e067a7b456bfda7ba41 in /opt/bitnami/postgresql/lib/
2023-02-06 11:29:53 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:f67329d76476e27f7192b21c9ae168992b46c3c797474b5c6d941962a3c582ce in /opt/bitnami/postgresql/share/extension/
2023-02-06 11:29:54 UTC
/bin/bash -o pipefail -c #(nop) COPY file:3bad3ca9c20b213dcf414f69e3403bac8bd91f8215de0c9eef04553319d96c77 in /opt/bitnami/scripts/postgresql/
2023-02-06 11:29:54 UTC
/bin/bash -o pipefail -c #(nop) USER 0
2023-02-06 11:29:55 UTC
/bin/bash -o pipefail -c #(nop) ARG TS_VERSION
2023-02-06 11:31:31 UTC
|2 PG_VERSION=14 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:31:32 UTC
/bin/bash -o pipefail -c #(nop) USER 1001
2023-02-06 11:31:32 UTC
/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/opt/bitnami/scripts/postgresql/timescaledb-bitnami-entrypoint.sh"]
2023-02-06 11:31:33 UTC
/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/postgresql/run.sh"]