Namespace
timescale
Image / Tag
timescaledb:1.4.0-pg9.6
Content Digest
sha256:07c0cc069cd52b8f26368eb98419661903cb09a64647934fc51c66804407f426
Details
Created

2019-07-18 18:01:27 UTC

Size

21 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

9.6

PG_SHA256

ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4

PG_VERSION

9.6.13

TIMESCALEDB_VERSION

1.4.0


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 12.53% (2.63 MB)

[#001] sha256:ddab92d60ba90017f12dd42d606551d002a5a0cc09be31e16105925cbfa07481 - 0.0% (147 Bytes)

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

[#003] sha256:55acd22e05c45a53d66f68c9cf4d809e64b97b5d37b6f79d21773d0ca8191793 - 53.06% (11.1 MB)

[#004] sha256:4728e56f86adc6aac12a0da72dab522dedd709982d9c17aa915927b9ec59ecdf - 0.03% (6.94 KB)

[#005] sha256:c29cb7e365222edf6a665c959ea2c97edb2ce7835b90535d947dbd3e082d15aa - 0.0% (130 Bytes)

[#006] sha256:a0c184b213c8fd69253312b1e0d5c3193a5c4629e840294a7dcb8fde0eead740 - 0.0% (169 Bytes)

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

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

[#009] sha256:b5af52e3ef3b47683dc6baf81258a00c786f71c1ff59070a111f8b7f4367b786 - 0.01% (1.88 KB)

[#010] sha256:8167299c85c0e970997d09732de25188a2c95d55766a94e6666933f8a6d01c1e - 22.54% (4.73 MB)

[#011] sha256:ef38c61eab30831f4ea2d9570989bc043288edc49a87cbf2c55a5b3873ceabd6 - 7.25% (1.52 MB)

[#012] sha256:6f89678189ea1d78d36a447962d423eccf27cd08bcdb4d31fa0ba96c19fcee3a - 0.52% (113 KB)

[#013] sha256:04ae279f44fa368c51b423623520158a230f1d12c12d6788ebd08c16301809a4 - 4.05% (870 KB)


History
2019-05-11 00:07:03 UTC

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

2019-05-11 00:07:03 UTC

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

2019-05-11 02:43:44 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-05-11 02:43:44 UTC

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

2019-05-11 02:43:45 UTC

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

2019-05-11 02:56:10 UTC

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

2019-05-11 02:56:10 UTC

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

2019-05-11 02:56:10 UTC

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

2019-05-11 03:01:00 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 && 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 && 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-05-11 03:01:00 UTC

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

2019-05-11 03:01:01 UTC

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

2019-05-11 03:01:01 UTC

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

2019-05-11 03:01:02 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-05-11 03:01:02 UTC

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

2019-05-11 03:01:02 UTC

/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/

2019-05-11 03:01:03 UTC

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

2019-05-11 03:01:03 UTC

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

2019-05-11 03:01:04 UTC

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

2019-05-11 03:01:04 UTC

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

2019-05-16 19:51:50 UTC

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

2019-05-16 19:51:51 UTC

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

2019-07-18 16:50:59 UTC

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

2019-07-18 16:51:00 UTC

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

2019-07-18 16:51:01 UTC

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

2019-07-18 18:00:43 UTC

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

2019-07-18 18:00:45 UTC

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

2019-07-18 18:01:27 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