Namespace
timescale
Image / Tag
timescaledb:1.2.2-pg11-oss
Content Digest
sha256:10928b01025804aee52bc90f9733a6b3cfc2db46c05cfe5788f32f780c16442e
Details
Created

2019-03-14 17:17:06 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

2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405

PG_VERSION

11.2

TIMESCALEDB_VERSION

1.2.2


Layers

[#000] sha256:8e402f1a9c577ded051c1ef10e9fe4492890459522089959988a4852dee8ab2c - 8.11% (2.63 MB)

[#001] sha256:12541ba6b2347a889b1e9e9c21d1e590162b12b29af80070c9cbbc51e3235470 - 0.0% (148 Bytes)

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

[#003] sha256:ba9fa9b0c10fe4451548285d081bbad9f8f3c29541101a96f2b8cb8ab41259d9 - 73.75% (23.9 MB)

[#004] sha256:12d8714bca485f1e75ec00365c83edccf8ad337d9a5f501b1212fc59208b1618 - 0.02% (7.35 KB)

[#005] sha256:020e0e7d0d5c0ebe70f2f21420c3b7c750a9061ede9a2bf9c6913889c5cd0e01 - 0.0% (128 Bytes)

[#006] sha256:97b03e8f6d92b26d4b1ae6bd10991097e5da49e5c024e514712b077e59ac796f - 0.0% (170 Bytes)

[#007] sha256:292bfe64b4c81c2ae15f717a7a72eb57b939a7aa63b27dc549d7a71d65d74371 - 0.01% (2.31 KB)

[#008] sha256:d400246b117330ad6ecb17dcd7474ccc6b4aec89dc9d61308964129b34ca395d - 0.0% (118 Bytes)

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

[#010] sha256:ab5e5b6d295a9debf1b06c01d6f8c6a565ac0c7e0ccdbca00823e76dd5e88ef3 - 14.09% (4.56 MB)

[#011] sha256:f1a5917f71d6862d489bbe7e8870512975b03313ecb11fcd75a8328613899940 - 1.84% (611 KB)

[#012] sha256:4b1d201d74c2f9a7eb8f3d2ddf7017ddcf9e42f12b9eb83b2dc3f1acd54988c2 - 0.16% (52.6 KB)

[#013] sha256:40b0930971ae7c50786ef73a62790d874c66a694e33353ddb9a108693db3241a - 2.01% (666 KB)


History
2019-03-07 22:19:40 UTC

/bin/sh -c #(nop) ADD file:88875982b0512a9d0ba001bfea19497ae9a9442c257b19c61bffc56e7201b0c3 in /

2019-03-07 22:19:40 UTC

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

2019-03-08 02:17:17 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"

2019-03-08 02:17:18 UTC

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

2019-03-08 02:17:19 UTC

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

2019-03-08 02:17:20 UTC

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

2019-03-08 02:17:20 UTC

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

2019-03-08 02:17:21 UTC

/bin/sh -c #(nop) ENV PG_SHA256=2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405

2019-03-08 02:22:31 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

2019-03-08 02:22:32 UTC

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

2019-03-08 02:22:33 UTC

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

2019-03-08 02:22:34 UTC

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

2019-03-08 02:22:35 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)

2019-03-08 02:22:35 UTC

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

2019-03-08 02:22:35 UTC

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

2019-03-08 02:22:36 UTC

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

2019-03-08 02:22:37 UTC

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

2019-03-08 02:22:37 UTC

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

2019-03-08 02:22:37 UTC

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

2019-03-14 17:04:47 UTC

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

2019-03-14 17:04:47 UTC

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

2019-03-14 17:04:47 UTC

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

2019-03-14 17:04:48 UTC

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

2019-03-14 17:04:49 UTC

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

2019-03-14 17:16:46 UTC

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

2019-03-14 17:16:47 UTC

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

2019-03-14 17:17:06 UTC

|1 OSS_ONLY= -DAPACHE_ONLY=1 /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