2020-03-18 18:44:34 UTC
22.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256f6e1e32d32545f97c066f3c19f4d58dfab1205c01252cf85c5c92294ace1a0c2
PG_VERSION9.6.17
TIMESCALEDB_VERSION1.6.1
[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 12.11% (2.67 MB)
[#001] sha256:d8f3047c2e42d3a597c27f75d70b769cd0eb2498e4133b2685bccedc3c1d3e53 - 0.01% (1.22 KB)
[#002] sha256:f2e53fddf183a4ecee751c9a7a66a903e0a2711048e4820e57ca2dea7a580cfe - 0.0% (115 Bytes)
[#003] sha256:f9d64f40d9dcb1f9c5400e9b291d7873d15402bf811b7d680395150c0e324030 - 51.13% (11.3 MB)
[#004] sha256:0e29a9dbd6fdcd508a1018137df5b54f494d0fc353e5a89fbb276a357185c942 - 0.03% (6.99 KB)
[#005] sha256:4a5b24e812a4b493cc36b55a3e8c9b61a17aeb0327be7cfc76a5e6fd0f8e6a17 - 0.0% (128 Bytes)
[#006] sha256:6ad8044c00f0620dec49bd58e2bd6d58ff341c696a7be84544836c81f0d6db99 - 0.0% (165 Bytes)
[#007] sha256:7d0d4567eb68253b1fcadb9d761a34a9d98c5905cb8b04e3a0f25b69b34d91c8 - 0.02% (4.17 KB)
[#008] sha256:c14f0c8569be731d4d010dc1ff8667d22b7fc3d207f5732f36f6f0bf742a8f3b - 0.0% (121 Bytes)
[#009] sha256:0e3d61d24ea77b4095205e9c76a4e5be6697fb66049b5a68e20803e5cc10d904 - 0.01% (1.93 KB)
[#010] sha256:f07f4c21160b98420c89881d424c131ab4d377195648e0029ff58fcefa0ac993 - 25.34% (5.59 MB)
[#011] sha256:3c72fce9090f3ee897cd8c4baf6deb73a7017df55f3be6f92333cd453b07513f - 4.53% (1 MB)
[#012] sha256:25b9b8faf1d0e5ade2f9aba8cef5c22cbdd978779e09c1f5900e25c0070f2d9f - 0.39% (87.1 KB)
[#013] sha256:2560e756a7ddebe61d81ea663f4aedcdfef74c861b727646bb42a94a058a4b98 - 6.43% (1.42 MB)
/bin/sh -c #(nop) ADD file:e69d441d729412d24675dcd33e04580885df99981cec43de8c9b24015313ff8e in /
2020-01-18 01:19:37 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-02-21 03:17:19 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-02-21 03:17:19 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-02-21 03:17:20 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-02-21 03:40:25 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2020-02-21 03:40:25 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.17
2020-02-21 03:40:25 UTC/bin/sh -c #(nop) ENV PG_SHA256=f6e1e32d32545f97c066f3c19f4d58dfab1205c01252cf85c5c92294ace1a0c2
2020-02-21 03:44:14 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 && 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
2020-02-21 03:44:15 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-02-21 03:44:16 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-02-21 03:44:17 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-02-21 03:44:18 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-02-21 03:44:19 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-03-04 17:36:05 UTC/bin/sh -c #(nop) COPY file:8241ba12b253167d267d2d8aba237bf478f6de0a6f29aa61515376f105626d03 in /usr/local/bin/
2020-03-04 17:36:05 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-03-04 17:36:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-03-04 17:36:06 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-03-04 17:36:06 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-03-18 18:43:08 UTC/bin/sh -c #(nop) ARG OSS_ONLY
2020-03-18 18:43:08 UTC/bin/sh -c #(nop) MAINTAINER Timescale https://www.timescale.com
2020-03-18 18:43:09 UTC/bin/sh -c #(nop) ENV TIMESCALEDB_VERSION=1.6.1
2020-03-18 18:43:09 UTC/bin/sh -c #(nop) COPY multi:1f02237aee593befc206fd22691188894b22bec5cfef070ed24a902a27a4e33c in /docker-entrypoint-initdb.d/
2020-03-18 18:43:11 UTC/bin/sh -c #(nop) COPY multi:7f5faf357eae5e96278ad6c0307791b7286a8532baf2db230de57bfae043dda9 in /usr/local/bin/
2020-03-18 18:43:14 UTC/bin/sh -c #(nop) COPY multi:cf80d50bc21a29c44b300e2a0d7a405480f7de75208f86b994dfa3db9597678f in /usr/local/lib/postgresql/
2020-03-18 18:43:15 UTC/bin/sh -c #(nop) COPY multi:cba4dd99d67713c025789c65a90e5cb6f8e1238eae21b68f83251c3b4a6b8784 in /usr/local/share/postgresql/extension/
2020-03-18 18:44:34 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 -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 && 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.