2017-04-06 16:17:14 UTC
163 MB
1.7
LANGen_US.utf8
PATH/usr/lib/postgresql/9.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_VERSION9.6.2-1.pgdg80+1
[#000] sha256:5d2f2591d62dc032969879bac0995f86311c0b7505a4b5c8a0d80095a44098f3 - 30.79% (50 MB)
[#001] sha256:34dc3b633b6a70312ad84c886fe2c8703111289c765d6fd1d0cc6944d7931943 - 0.0% (2.01 KB)
[#002] sha256:4e3f79b97538220e10188b2a07dd4d5d36a7f58ebe9e86f164642ff4cb279487 - 0.72% (1.18 MB)
[#003] sha256:0bd256949fac6359825ff0d6fcd7c94fc021b2fb98698e3db8a069258efa9a60 - 4.13% (6.72 MB)
[#004] sha256:970c8eab378bb9f4acf881cb8b29effb7805087a81156762736063e6336d18f1 - 0.0% (115 Bytes)
[#005] sha256:5deda9e43c480ca687dd05049b578933d5fa4ce83ebca2d0d825d990e644064d - 0.0% (4.38 KB)
[#006] sha256:d69f6e189cbc389e1fb8b2286a48681c63415160ca9bbabe710b8e0fc75edcf5 - 0.0% (224 Bytes)
[#007] sha256:7db23f0b6dc1d65c3691e03f78299b9e06f9be6e56fa24d6fd50f1c509c3967f - 25.34% (41.2 MB)
[#008] sha256:2cc02bf72cca2536cb6c7d0a50fe1eda7ae3f446c2d5dc9fa20c5f7b599988eb - 0.0% (6.93 KB)
[#009] sha256:92b59270c15339f82dce85ef5d4d028b5f71c244af3f38ced2be8b93d0da0af8 - 0.0% (131 Bytes)
[#010] sha256:b788887e14f048f9ffb355e089a7ea154be34da3d1a9d59db4f7f9a390f1bdc3 - 0.0% (161 Bytes)
[#011] sha256:a75823f935e7e50e1b49b495383791f29cfe58ae272e8f8609a63bdd67aa5127 - 0.0% (1.76 KB)
[#012] sha256:0a910343e851c8607948ce9bb0e95d887d15639e439e2a3f165913b14d6c7d17 - 0.0% (121 Bytes)
[#013] sha256:8a1a642725806e8d32d56095b534c1275fe53e58fd33c9468eecb2fbce2999e9 - 38.78% (63 MB)
[#014] sha256:96819334296ece8117ea7160847f8eeb1ee2ce58c0f3bc031c57093e105e3aea - 0.0% (159 Bytes)
[#015] sha256:747a3f9067715236a053519e2c39b2f74430cf28d2c21b77f02d39ce17009884 - 0.07% (108 KB)
[#016] sha256:2d53653dea6e9d3ea794b36ba47000f7654f40dc5336566c89a0b8cd11cd96f2 - 0.02% (34.3 KB)
[#017] sha256:5faa7a144e2c4a5ea8ff61ecc7a5034997c3be48dcd3cdef53ca244d1f52828d - 0.0% (1.21 KB)
[#018] sha256:0b34e89ed41c9b84e6cec1b204cb0828b2b512496c64e5425863962929fdb986 - 0.01% (16.7 KB)
[#019] sha256:87c353e66c76b43eb96ef828c662f9d02836eef7c458f9cc3213341ab288bc54 - 0.02% (27.5 KB)
[#020] sha256:02587f40e2ccc7d10cf6a75460d8be458679fc29e4ed219bd67ada9153d366d1 - 0.0% (407 Bytes)
[#021] sha256:d752069eae8fcd4b18a5ae062eea77f631220d1909feabd5703cf38b55b3de6a - 0.0% (295 Bytes)
[#022] sha256:b21345724712943a1fe0c68e30aa18d42d42d1f8c2f7fc214bab81d6b54581d1 - 0.0% (1.23 KB)
[#023] sha256:e91d0a956859ff0a1170c08d14a2aff3029433098539827fcb5e0e1701620837 - 0.11% (184 KB)
/bin/sh -c #(nop) ADD file:41ac8d85ee35954bf6c8353d9681a045ba260aa9a96dbbded7bcd6e37ee49bea in /
2017-02-27 20:34:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-02-28 18:09:54 UTC/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
2017-02-28 18:09:55 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-02-28 20:35:41 UTC/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget
2017-02-28 20:35:50 UTC/bin/sh -c apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
2017-02-28 20:35:50 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2017-02-28 20:35:51 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-02-28 20:35:52 UTC/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; rm -r "$GNUPGHOME"; apt-key list
2017-02-28 20:35:53 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2017-02-28 20:35:53 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.2-1.pgdg80+1
2017-02-28 20:35:54 UTC/bin/sh -c echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
2017-02-28 20:36:28 UTC/bin/sh -c apt-get update && apt-get install -y postgresql-common && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION postgresql-contrib-$PG_MAJOR=$PG_VERSION && rm -rf /var/lib/apt/lists/*
2017-02-28 20:36:29 UTC/bin/sh -c mv -v /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample /usr/share/postgresql/ && ln -sv ../postgresql.conf.sample /usr/share/postgresql/$PG_MAJOR/ && sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/share/postgresql/postgresql.conf.sample
2017-02-28 20:36:30 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod g+s /var/run/postgresql
2017-02-28 20:36:30 UTC/bin/sh -c #(nop) ENV PATH=/usr/lib/postgresql/9.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-02-28 20:36:30 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-02-28 20:36:31 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-02-28 20:36:32 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-03-21 16:54:51 UTC/bin/sh -c #(nop) COPY file:88a96354a6aaf272401b7f970f55a9dc174766547274d89eac38a4f16ed20c56 in /usr/local/bin/
2017-03-21 16:54:53 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-03-21 16:55:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-03-21 16:55:10 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-03-21 16:55:10 UTC/bin/sh -c #(nop) CMD ["postgres"]
2017-04-06 16:12:37 UTC/bin/sh -c #(nop) MAINTAINER Timescale
2017-04-06 16:12:37 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2017-04-06 16:13:22 UTC/bin/sh -c apt-get update && apt-get install -y build-essential daemontools postgresql-server-dev-$PG_MAJOR && rm -rf /var/lib/apt/lists/*
2017-04-06 16:13:23 UTC/bin/sh -c mkdir -p /build/{src/deps,test/results}
2017-04-06 16:13:23 UTC/bin/sh -c #(nop) COPY dir:b1077f3afa6fb491c752fa9e6e452f495d0ebfa55fdb41e82f66df9c47e30bac in /build/sql
2017-04-06 16:13:29 UTC/bin/sh -c #(nop) COPY multi:db9447a6446aff974abcd840fca90262dd51c92a37cb8660be4b7338eb8bdb1d in build/src/
2017-04-06 16:13:31 UTC/bin/sh -c #(nop) COPY file:da6e8c3a0d49fd3480659628e649a776db69e09890914eac4819061ed3137f35 in build/src/deps/
2017-04-06 16:13:32 UTC/bin/sh -c #(nop) COPY dir:9f5dca094f7fe838eb6af63d8635e3ca5ed636d53a623bdbf3a5d9a0adbfe7e9 in /build/test/
2017-04-06 16:17:09 UTC/bin/sh -c #(nop) COPY dir:22596e0806c857cd5c197eae5fc51085aea6110457079e9e7776a1a4e39f15c5 in /build/test/
2017-04-06 16:17:10 UTC/bin/sh -c #(nop) COPY file:dc1a7100fd51dfd8ac9d310aaca35c80ec45236f7b77b09b78669b53ce49c7cf in /build/test/runner.sh
2017-04-06 16:17:10 UTC/bin/sh -c #(nop) COPY file:958530f808588dd0be5a383aa6a06e2cdd0ee21bcd572960458326b1cb2084ed in /build/
2017-04-06 16:17:11 UTC/bin/sh -c #(nop) COPY file:f46abe440d39ec6a99fdd1734b1c0f055e1daaba55e2bc2d487ba9855753e05c in build/Makefile
2017-04-06 16:17:14 UTC/bin/sh -c make -C /build install && rm -rf /build
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.