Details
Created
2023-05-22 05:46:19 UTC
Content Digest
Labels
-
maintainer
Timescale https://www.timescale.com
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-05-21T19:37:37Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
15.3.0-debian-11-r3
-
org.opencontainers.image.title
postgresql
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
15.3.0
Environment
APP_VERSION
15.3.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/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:f85d6fa8b3e68385e5a9e573d12632a9de43165e8bf62876cd15974be26a9a19 - 51.16% (86.8 MB)
[#001] sha256:2ba4542035853caa204ec42246e8b79c9bff1014acdfd4c8171c4a85908fb830 - 0.0% (2.06 KB)
[#002] sha256:5693c77d4579da059bba15b0e0466e7806dcfef515377a1b83407c281a60c304 - 3.63% (6.16 MB)
[#003] sha256:1a4a32524e4d797d008dea22411a9751b38273c20581e9bfa79e89ec2983923c - 11.3% (19.2 MB)
[#004] sha256:c19cb979c29cbb4b2c88decdc93c1d7ed6c27b47f00987e2904a8b3f378b6a17 - 0.49% (851 KB)
[#005] sha256:b96471f9dfdd49421b88a3e9c91dd938eb99604c4c0f8e78f9d2c0edd52fc630 - 0.0% (516 Bytes)
[#006] sha256:02a5ae8fa1a3aadf7adafb105e159198593024b37ee9012e65f9705eca00dd04 - 33.42% (56.7 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-05-12T00:10:11.513452739Z","comment":"from Bitnami with love"},{"created":"2023-05-21T19:38:38.477067001Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:38:38.477067001Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:38:38.477067001Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:38:38.477067001Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-05-21T19:37:37Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=15.3.0-debian-11-r3 org.opencontainers.image.title=postgresql org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=15.3.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:38:38.477067001Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:38:38.477067001Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-21T19:38:38.477067001Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:38:45.356486698Z","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-05-21T19:38:46.529270352Z","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=( \"postgresql-15.3.0-1-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-05-21T19:38:49.349544756Z","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-05-21T19:38:53.694816549Z","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-05-21T19:38:54.964213158Z","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-05-21T19:38:55.495503672Z","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-05-21T19:38:56.742999013Z","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-05-21T19:38:59.189222266Z","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-05-21T19:38:59.23124803Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-21T19:38:59.35264938Z","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-05-21T19:39:01.731065222Z","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-05-21T19:39:01.731065222Z","created_by":"ENV APP_VERSION=15.3.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/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:39:01.731065222Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:39:01.731065222Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:39:01.731065222Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:39:01.731065222Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-21T19:39:01.731065222Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:55e3aaecbc8a69e8e1ca7079e49ba2538b7a714f18361dec4dd13f14d4b80491
2023-05-22 05:44:48 UTC
/bin/bash -o pipefail -c #(nop) ARG PG_VERSION
2023-05-22 05:44:48 UTC
/bin/bash -o pipefail -c #(nop) LABEL maintainer=Timescale https://www.timescale.com
2023-05-22 05:44:50 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:13ac1fad64df86ac8932db81e699b01335bbec76b1bd616d27be7aded7967849 in /docker-entrypoint-initdb.d/
2023-05-22 05:44:51 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:f9c6686a7f702f11bd078227dfe242cb922c36ac85b29e5d85420b7ed38c4998 in /usr/local/bin/
2023-05-22 05:44:52 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:7445474d48cdf75985b9bab58ae711a507c0a141725e283b07299ac07916707a in /opt/bitnami/postgresql/lib/
2023-05-22 05:44:54 UTC
/bin/bash -o pipefail -c #(nop) COPY multi:131fb1fa8da1b93f22e89a3de6976acc55c577b82bae65f8bf9ac3b6cbfacd53 in /opt/bitnami/postgresql/share/extension/
2023-05-22 05:44:55 UTC
/bin/bash -o pipefail -c #(nop) COPY file:3bad3ca9c20b213dcf414f69e3403bac8bd91f8215de0c9eef04553319d96c77 in /opt/bitnami/scripts/postgresql/
2023-05-22 05:44:55 UTC
/bin/bash -o pipefail -c #(nop) USER 0
2023-05-22 05:44:56 UTC
/bin/bash -o pipefail -c #(nop) ARG TS_VERSION
2023-05-22 05:46:17 UTC
|2 PG_VERSION=15 TS_VERSION=2.11.0 /bin/bash -o pipefail -c set -ex && rm -v /opt/bitnami/postgresql/lib/.emptyfile && rm -v /opt/bitnami/postgresql/share/extension/.emptyfile && 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-05-22 05:46:18 UTC
/bin/bash -o pipefail -c #(nop) USER 1001
2023-05-22 05:46:18 UTC
/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/opt/bitnami/scripts/postgresql/timescaledb-bitnami-entrypoint.sh"]
2023-05-22 05:46:19 UTC
/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/postgresql/run.sh"]