Namespace
timescale
Image / Tag
timescaledb:1.0.0-rc3-pg9.6
Content Digest
sha256:3700ee2e795d390087d6fcb19d06903671b5183ed922f7912b70a7e982f02de3
Details
Created

2018-10-18 19:51:50 UTC

Size

18.6 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

8615acc56646401f0ede97a767dfd27ce07a8ae9c952afdb57163b7234fe8426

PG_VERSION

9.6.10

TIMESCALEDB_VERSION

1.0.0-rc3


Layers

[#000] sha256:8e3ba11ec2a2b39ab372c60c16b421536e50e5ce64a0bc81765c2e38381bcff6 - 11.3% (2.1 MB)

[#001] sha256:7d292baff568a3e3cc2d1ec1319c5dc41e94ff20409329f7f84865d077d975be - 0.0% (149 Bytes)

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

[#003] sha256:1df1f285f4984cda0a6e611010b7f44f5ec62f465d214bb8548d947b4e74555f - 72.68% (13.5 MB)

[#004] sha256:6367bdcb5a43a68b1476cc23ff6ac45324512e0e3cdfb1518d4d5f1ca824901d - 0.04% (6.9 KB)

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

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

[#007] sha256:d23f414e8e40e1f4061c387e5a332a43ce31283080539e9088218be17e903022 - 0.01% (2.21 KB)

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

[#009] sha256:b1c468342ff6839d1d9e59d293aac6dfa986463f5cd30600f11593184a884c62 - 0.0% (452 Bytes)

[#010] sha256:bac7cf4c65df83690b926bbf41dd901c7909081e69a57730ccbd9cd1f5658f5c - 0.0% (256 Bytes)

[#011] sha256:dd62160e0df99788c6f365b1833d6b4b4794aa2d58f8465ebdc8b803af6e7f18 - 15.96% (2.97 MB)


History
2018-07-06 14:14:06 UTC

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

2018-07-06 14:14:06 UTC

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

2018-08-30 22:08:33 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-08-30 22:08:33 UTC

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

2018-08-30 22:08:34 UTC

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

2018-08-30 22:16:43 UTC

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

2018-08-30 22:16:43 UTC

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

2018-08-30 22:16:43 UTC

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

2018-08-30 22:19:16 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

2018-08-30 22:19:17 UTC

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

2018-08-30 22:19:17 UTC

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

2018-08-30 22:19:18 UTC

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

2018-08-30 22:19:18 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-08-30 22:19:18 UTC

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

2018-08-30 22:19:18 UTC

/bin/sh -c #(nop) COPY file:82123c46d7815651766a814dba7091d3fc0a4c915e3c1448353df27687b7b3e5 in /usr/local/bin/

2018-08-30 22:19:19 UTC

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

2018-08-30 22:19:19 UTC

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

2018-08-30 22:19:19 UTC

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

2018-08-30 22:19:20 UTC

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

2018-09-10 20:41:44 UTC

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

2018-10-18 19:51:21 UTC

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

2018-10-18 19:51:21 UTC

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

2018-10-18 19:51:22 UTC

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

2018-10-18 19:51:50 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl openssl-dev tar && mkdir -p /build/timescaledb && wget -O /timescaledb.tar.gz https://github.com/timescale/timescaledb/archive/$TIMESCALEDB_VERSION.tar.gz && tar -C /build/timescaledb --strip-components 1 -zxf /timescaledb.tar.gz && rm -f /timescaledb.tar.gz && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc libc-dev make cmake util-linux-dev && cd /build/timescaledb && ./bootstrap -DPROJECT_INSTALL_METHOD="docker" && 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