Namespace
timescale
Image / Tag
timescaledb:1.2.1-pg11
Content Digest
sha256:09b0a8e883135128e07889b40190db5dfef2d30db880217b204ae37353022a41
Details
Created

2019-02-14 16:01:17 UTC

Size

32.4 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_SHA256

90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08

PG_VERSION

11.1

TIMESCALEDB_VERSION

1.2.1


Layers

[#000] sha256:cd784148e3483c2c86c50a48e535302ab0288bebd587accf40b714fffd0646b3 - 6.5% (2.1 MB)

[#001] sha256:67451ade031c2a262548d2f16ca8ff58b15246121027a55cbc32fdedc3bf5b61 - 0.0% (146 Bytes)

[#002] sha256:a9990a72e3ae4357d69590623f56a5c2d580ee975f4d3cdfb73c930272da2cfd - 0.0% (115 Bytes)

[#003] sha256:cb46a6b8595e2c75d6addc794ed4e4dcda2dcdb30f62cb14295b545bb70aade6 - 77.17% (25 MB)

[#004] sha256:c4c5191c055e9efb68e13a100b64c8b5cdbf37a89547cdb8457ffe7b3c29b1a1 - 0.02% (7.31 KB)

[#005] sha256:3eb34939ab8280c65a56eada99d4536d244eefcee1643f6fcc4a9e6ea8237805 - 0.0% (129 Bytes)

[#006] sha256:74bf1f0d5492b100f0d202c1516889195d7e3a3db98ac965986a21cb52376190 - 0.0% (168 Bytes)

[#007] sha256:d4fab745256ae82a4e6ee06ca7de23f3182f6146251cd87b172c1b5d2a40eef2 - 0.01% (2.32 KB)

[#008] sha256:da4cf5e8ded8babe5d20609fe3b3c71a2074b6f1dc44974b5deb32a6431d77d9 - 0.0% (121 Bytes)

[#009] sha256:fd127e5a31ee1630af3a96557e5a7a4d30febc4ddd9e3db746f32363024a637c - 0.01% (1.66 KB)

[#010] sha256:12b3ae526df850a267c41c8726b95d14997e7ee796aaf901f5c802cc7ad6cfcc - 12.67% (4.11 MB)

[#011] sha256:7847a0fc1be8116b364ea8e01f3ec3b7943db210f299d849b677b0cc33c92fa4 - 1.45% (480 KB)

[#012] sha256:80d54cd845c167c3f3b71c410f46afab9de1e71a45042db0ab05a6ac56ed104c - 0.12% (38.9 KB)

[#013] sha256:68eab6abcae4ccc99d2f289bcf418c4cc7e8ec186316db06896ef2ab1c0f476b - 2.06% (684 KB)


History
2018-12-21 00:21:29 UTC

/bin/sh -c #(nop) ADD file:2ff00caea4e83dfade726ca47e3c795a1e9acb8ac24e392785c474ecf9a621f2 in /

2018-12-21 00:21:30 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-12-21 05:03:30 UTC

/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"

2018-12-21 05:03:30 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2018-12-21 05:03:31 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2018-12-21 05:03:31 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=11

2018-12-21 05:03:32 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.1

2018-12-21 05:03:32 UTC

/bin/sh -c #(nop) ENV PG_SHA256=90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08

2018-12-21 05:06:29 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2018-12-21 05:06:29 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2018-12-21 05:06:30 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2018-12-21 05:06:31 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2018-12-21 05:06:31 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2018-12-21 05:06:32 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2019-01-11 00:31:00 UTC

/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/

2019-01-11 00:31:01 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2019-01-11 00:31:01 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2019-01-11 00:31:01 UTC

/bin/sh -c #(nop) EXPOSE 5432

2019-01-11 00:31:01 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2019-01-28 19:21:19 UTC

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

2019-01-28 19:21:19 UTC

/bin/sh -c #(nop) MAINTAINER Timescale https://www.timescale.com

2019-02-11 02:51:40 UTC

/bin/sh -c #(nop) ENV TIMESCALEDB_VERSION=1.2.1

2019-02-14 15:50:10 UTC

/bin/sh -c #(nop) COPY multi:ca566707f0d2ec86a3230b824b536f19e9d7bb11a54d62e32daf42d0567c8e3c in /docker-entrypoint-initdb.d/

2019-02-14 15:50:11 UTC

/bin/sh -c #(nop) COPY multi:ba57b4020248255a637910a3e6bc097d60746fef6a75c0d4c9896237f384a2c3 in /usr/local/bin/

2019-02-14 15:50:12 UTC

/bin/sh -c #(nop) COPY multi:109e5d87bf8a2c38640431f8d9f343c24fe0cd31368b494efd4f5f127c191f0b in /usr/local/lib/postgresql/

2019-02-14 15:50:12 UTC

/bin/sh -c #(nop) COPY multi:d54698c49f308bc95365788dc602d7b772c1d77032ea047186857c1c84817f7b in /usr/local/share/postgresql/extension/

2019-02-14 16:01:17 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample

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