2017-01-27 23:43:43 UTC
12.8 MB
en_US.utf8
PATH/usr/lib/postgresql/9.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.2
PG_SHA2561d29d73a4f590fcc348280f13ac2ff6a0f72c94908c54e3c20b7ab1560e8dbad
PG_VERSION9.2.19
[#000] sha256:0a8490d0dfd399b3a50e9aaa81dba0d425c3868762d46526b41be00886bcc28b - 14.2% (1.81 MB)
[#001] sha256:b6475055d17e005d634c9d02e63e4154e7c4435a6437afa80bef303e6c6efb7d - 0.0% (114 Bytes)
[#002] sha256:7721346522bc7f683d2364786bac8e198ae8789f7626a855d3c0bf799a63f6dd - 85.74% (11 MB)
[#003] sha256:33d2f6d8f065264dc7896ed97cd09f104f6b5afc537122aa2dc093958d8465ac - 0.05% (6.29 KB)
[#004] sha256:3ff53cad95f6f1e365bc2f03f8d136f0a049b91a68a61e2e3ee1dcd15d2124b6 - 0.0% (145 Bytes)
[#005] sha256:3e93b2d22d68402bdf35a54c1f861a98d5177a40858ecc0373e95aea84e6378a - 0.0% (164 Bytes)
[#006] sha256:52dfc0127626e0192c7df3617129b37d2b4e39af25e123fcdf9d7deb328467b0 - 0.01% (1.58 KB)
/bin/sh -c #(nop) ADD file:92ab746eb22dd3ed2b87469c719adf3c1bed7302653bbd76baafd7cfd95e911e in /
2017-01-04 21:12:51 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2017-01-04 21:12:52 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-01-04 21:21:14 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.2
2017-01-04 21:21:14 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.2.19
2017-01-04 21:21:14 UTC/bin/sh -c #(nop) ENV PG_SHA256=1d29d73a4f590fcc348280f13ac2ff6a0f72c94908c54e3c20b7ab1560e8dbad
2017-01-27 23:43:38 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 flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl 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 && ./configure --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-openssl --with-libxml --with-libxslt && make -j "$(getconf _NPROCESSORS_ONLN)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && 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
2017-01-27 23:43:39 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2017-01-27 23:43:40 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod g+s /var/run/postgresql
2017-01-27 23:43:40 UTC/bin/sh -c #(nop) ENV PATH=/usr/lib/postgresql/9.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-01-27 23:43:40 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-01-27 23:43:41 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)
2017-01-27 23:43:42 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-01-27 23:43:42 UTC/bin/sh -c #(nop) COPY file:f9a2410e9ac1ac1f8eaaa7097935e1bc01697a3aea28753ca0ff43bcb928e743 in /
2017-01-27 23:43:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-01-27 23:43:43 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-01-27 23:43:43 UTC/bin/sh -c #(nop) CMD ["postgres"]