Namespace
timescale
Image / Tag
timescaledb:1.2.0-pg11-oss
Content Digest
sha256:c26774c6db1c739d4958347af89e27100314fdcc68e031c3ac4f416a6e5ceea8
Pull command
Details
Created

2019-01-29 20:41:21 UTC

Size

32.2 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.0


Layers

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

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

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

[#003] sha256:cb46a6b8595e2c75d6addc794ed4e4dcda2dcdb30f62cb14295b545bb70aade6 - 77.74% (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:199c1db57529ff98169cac97514fad02aeda33433ddcaf870c0eb51c8e49d15f - 0.0% (767 Bytes)

[#010] sha256:7c54ba880bf0646efd40e83a5f20c1276fb53daf428c7b71c32e1a64b8de15da - 12.76% (4.1 MB)

[#011] sha256:c1b146b6e284cfa3d0686471552fc79d94e5a2b8a4dd797f1c59cb471a124da6 - 0.89% (292 KB)

[#012] sha256:7c7590b36bd2bca4e8d3b85cfb9f8db8f0026889b28563cdda0f510bde862d5d - 0.08% (25.1 KB)

[#013] sha256:dd6408a6e18696b5ee57d9efdca6fcbac80024b2e4d8ddeb3320ae1eeb9b4f5a - 1.96% (644 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-29 20:39:23 UTC

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

2019-01-29 20:39:24 UTC

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

2019-01-29 20:39:24 UTC

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

2019-01-29 20:39:25 UTC

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

2019-01-29 20:39:25 UTC

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

2019-01-29 20:39:26 UTC

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

2019-01-29 20:39:26 UTC

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

2019-01-29 20:41:21 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