Namespace
timescale
Image / Tag
timescaledb:1.5.1-pg11
Content Digest
sha256:f5fa5ab243b76208888398ae890cb29c180ea6afa0b8bb5466e3e98ec58ace6f
Pull command
Details
Created

2019-11-12 18:35:21 UTC

Size

35.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

11

PG_SHA256

7fdf23060bfc715144cbf2696cf05b0fa284ad3eb21f0c378591c6bca99ad180

PG_VERSION

11.5

TIMESCALEDB_VERSION

1.5.1


Layers

[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 7.48% (2.66 MB)

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

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

[#003] sha256:14a929c5b6df401ad3481e42279323ed7edc8fe21e3380d79cdb47577140a052 - 68.25% (24.3 MB)

[#004] sha256:12e51274c8424337629c8e75704ec48967e79a8f46c30218b95a663edd9b7652 - 0.02% (7.34 KB)

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

[#006] sha256:b50fb61554febddc850020b7158328b154267c296a734959d99d8b7997f0d46c - 0.0% (165 Bytes)

[#007] sha256:9ba1de9264a3356aadcf363cdbeb7438b975e3c98b2c00488cb930e3088f2b39 - 0.01% (2.31 KB)

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

[#009] sha256:9540b4ad2753d164dd3d78553a130e87da033b887405e043683142da4eb9c1d0 - 0.01% (1.93 KB)

[#010] sha256:5f61a8465291ba054e074aa210d493386fc05c60a12d4db820bcf605b3c32389 - 13.3% (4.73 MB)

[#011] sha256:da0bab552a7841a6317d7c7bf76e4a5369995a2e45a07a021ce0689932b0fcfc - 3.64% (1.3 MB)

[#012] sha256:4c308a811d43bb26b77d1842f4c4667ee752d1e5696415376c90d7d94662936d - 0.22% (81.2 KB)

[#013] sha256:37ad0e5f777ba5ac433030d615f013d1b355687cce241af45add31d680731e2a - 7.06% (2.51 MB)


History
2019-08-20 20:19:55 UTC

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

2019-08-20 20:19:55 UTC

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

2019-08-21 00:39:48 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-08-21 00:39:49 UTC

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

2019-08-21 00:39:49 UTC

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

2019-08-21 00:43:12 UTC

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

2019-08-21 00:43:12 UTC

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

2019-08-21 00:43:13 UTC

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

2019-08-21 00:46:04 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 linux-headers 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-08-21 00:46:05 UTC

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

2019-08-21 00:46:06 UTC

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

2019-08-21 00:46:06 UTC

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

2019-08-21 00:46:07 UTC

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

2019-08-21 00:46:07 UTC

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

2019-08-21 00:46:07 UTC

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

2019-08-21 00:46:08 UTC

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

2019-08-21 00:46:08 UTC

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

2019-08-21 00:46:08 UTC

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

2019-08-21 00:46:08 UTC

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

2019-08-21 20:12:15 UTC

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

2019-08-21 20:12:15 UTC

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

2019-11-12 18:16:37 UTC

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

2019-11-12 18:16:42 UTC

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

2019-11-12 18:16:47 UTC

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

2019-11-12 18:32:08 UTC

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

2019-11-12 18:32:12 UTC

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

2019-11-12 18:35:21 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 && ls -l /usr/local/lib/postgresql/timescaledb* && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DREGRESS_CHECKS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && ls -l /usr/local/lib/postgresql/timescaledb* && 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