2019-05-16 21:24:58 UTC
34 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR10
PG_SHA256b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d
PG_VERSION10.8
TIMESCALEDB_VERSION1.3.0
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 7.74% (2.63 MB)
[#001] sha256:ddab92d60ba90017f12dd42d606551d002a5a0cc09be31e16105925cbfa07481 - 0.0% (147 Bytes)
[#002] sha256:8c4b0e7b82b8e1bdf8e5908b08113fb98ab570336a917e5d207ad5e84130cea9 - 0.0% (115 Bytes)
[#003] sha256:41bc21c1a348cd512a01e2c9643e10e2243149619505a99791c33f8c3b684e0e - 69.72% (23.7 MB)
[#004] sha256:107b22abf83d65f999e6b5b03f3c49889324cf126e2b49f02b17d33875c9ff76 - 0.02% (7.13 KB)
[#005] sha256:493b7ad01a2b21c0120ad2330e6a8b1b6de3a650f4974465803b9d027b25f0e9 - 0.0% (129 Bytes)
[#006] sha256:4782ba84b0b1725c24f3737a493cdca3873db1365bceabbabf77c9b53863f325 - 0.0% (168 Bytes)
[#007] sha256:994b83792f78b51d601a44f9f17511563e44448609ad0d69d3ad2aee69d61a86 - 0.01% (2.32 KB)
[#008] sha256:f76f57457ae77d0b6098197bf51f688114c15a660a3b512c7b589499514fdb52 - 0.0% (118 Bytes)
[#009] sha256:791bda3eddabbed10e0424317b944d45e34d7fd6acceb60938465076a8c072cb - 0.01% (1.88 KB)
[#010] sha256:628e844611a7f144ad34d5eec552bdea6e50c89be2dd635bf10665b540c62c76 - 13.92% (4.73 MB)
[#011] sha256:691e858ae5db5fc7ca0ff4609bcb44fdda500f7be60d781a7ae2b53aa7ec12ea - 5.88% (2 MB)
[#012] sha256:288d62eb7dd22490ef96e706f327618ab9cd02262befedd941032f43f26223cb - 0.52% (182 KB)
[#013] sha256:101517283e57f5efe821a1161ca59278f1a302f701b8c7541fe1152408e817fa - 2.18% (758 KB)
/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:50:04 UTC/bin/sh -c #(nop) ENV PG_MAJOR=10
2019-05-11 02:50:04 UTC/bin/sh -c #(nop) ENV PG_VERSION=10.8
2019-05-11 02:50:05 UTC/bin/sh -c #(nop) ENV PG_SHA256=b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d
2019-05-11 02:55:55 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-05-11 02:55:56 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-05-11 02:55:57 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-05-11 02:55:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-05-11 02:55:59 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-05-11 02:55:59 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-05-11 02:55:59 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-05-11 02:56:00 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-05-11 02:56:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-05-11 02:56:01 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-05-11 02:56:01 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-05-16 19:57:46 UTC/bin/sh -c #(nop) ARG OSS_ONLY
2019-05-16 19:57:47 UTC/bin/sh -c #(nop) MAINTAINER Timescale https://www.timescale.com
2019-05-16 19:57:47 UTC/bin/sh -c #(nop) ENV TIMESCALEDB_VERSION=1.3.0
2019-05-16 19:57:48 UTC/bin/sh -c #(nop) COPY multi:d7f5f2ecaf8bcd80d232031f24d12301b30e27cf5397fc8022d861c499f4ab26 in /docker-entrypoint-initdb.d/
2019-05-16 19:57:49 UTC/bin/sh -c #(nop) COPY multi:36d5aaaa80590c94b6eab62e055a2d79b63e414077310870d94ab4af30eb0d94 in /usr/local/bin/
2019-05-16 21:24:18 UTC/bin/sh -c #(nop) COPY multi:fa0dbac5bafcc5e32e5f74384ddada08ed1c6410443ea78d08459a99c55b1b0a in /usr/local/lib/postgresql/
2019-05-16 21:24:20 UTC/bin/sh -c #(nop) COPY multi:09a2584365a2d4f2299c1ab5beb0cbf0b5c1adfce705541ac9178062dcd117dd in /usr/local/share/postgresql/extension/
2019-05-16 21:24:58 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
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.