2020-05-07 04:58:58 UTC
297 MB
1.12
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PGTAP_VERSIONv1.1.0
PG_MAJOR12
PG_VERSION12.2-2.pgdg100+1
PLV8_SHASUM1a96c559d98ad757e7494bf7301f0e6b0dd2eec6066ad76ed36cc13fec4f2390
PLV8_VERSIONr3.0alpha
POSTGIS_MAJOR3
POSTGIS_VERSION3.0.0+dfsg-2~exp1.pgdg100+1
[#000] sha256:54fec2fa59d0a0de9cd2dec9850b36c43de451f1fd1c0a5bf8f1cf26a61a5da4 - 8.7% (25.8 MB)
[#001] sha256:30a95add089011e7c2414a051c701ef98f305832e7b4bc454e9e9c22b02ac84a - 1.34% (3.98 MB)
[#002] sha256:57bc798d3c849e64b23c0a2a4bc92d514d8a9535eb7a6a994e8674e3ba8d89d1 - 0.0% (1.73 KB)
[#003] sha256:a41bedb2c5de9f2ffbcb194fb2a2793b81708d7b807d38b93abf394a3772d374 - 0.46% (1.35 MB)
[#004] sha256:589548c3abb4269bec2723322faee436cddf6b95f7fd1de7ef672ec57264e3ef - 2.56% (7.6 MB)
[#005] sha256:c4c6b75d5deb50666a1bd3567bdbbaf1587d855b78b49f914529de54bf044707 - 0.13% (382 KB)
[#006] sha256:8f8c045a6a99c981d788b2d8780213b5ef794ef1004b035d8006984dc642f6a6 - 0.0% (115 Bytes)
[#007] sha256:69f9dd86b24dd3e1461ba3247e5c7c43d0ee0ca2e8794a7cb8f942e35f96496f - 0.0% (2.98 KB)
[#008] sha256:45bbaba740ff762ffb06b30551fa7f2313e7a094d79d76e3fc6578ae1ce965d1 - 23.54% (70 MB)
[#009] sha256:1761ca7befa0a922fd00955cd75b90396a444f0778e15ff6b586ba32f4b1e379 - 0.0% (8.73 KB)
[#010] sha256:57feb34018f4624c9b9be150dcd11dac07c7fe6fcac4fe3e4e11cbf7fb449ddf - 0.0% (129 Bytes)
[#011] sha256:bede8373accc6f608eed785c2f1256696b5a9f071dc29033b9cdf64dff93fb45 - 0.0% (168 Bytes)
[#012] sha256:6e4c69fbe63b7237500ebf371ae1c3bf6562d1a6af45856b062255f9417c7a46 - 0.0% (4.16 KB)
[#013] sha256:8a7949704ab2a22590da51eea3bb9eb73cf84aaa3ec10c79ebbf9f3180d3bd13 - 0.0% (121 Bytes)
[#014] sha256:2e5e538b726363967c7ade47529d636019036e816e269c5456fb835c7afe4e11 - 54.1% (161 MB)
[#015] sha256:cfa2dc026862375ddf027bc5c7b68a1af65b44a5d56f33dde4ab1606056ee721 - 1.49% (4.43 MB)
[#016] sha256:ebd4815844ad893ef929393a65ecac60dd45e517737fe2587a36f2db78e4bae7 - 5.37% (16 MB)
[#017] sha256:ce73d0dcae0fcde2664e2673d56e0fa9c3fb8fa75fe10c51ca187b16537d85ec - 2.31% (6.86 MB)
[#018] sha256:a054a88cf0ba20e2297ad4729a19d10e149a7b567a3972db41026d6ef9463b8c - 0.0% (649 Bytes)
/bin/sh -c #(nop) ADD file:9b8be2b52ee0fa31da1b6256099030b73546253a57e94cccb24605cd888bb74d in /
2020-04-23 00:20:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-04-23 16:26:56 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2020-04-23 16:26:57 UTC/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-04-23 16:26:58 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2020-04-23 16:27:13 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true
2020-04-23 16:27:26 UTC/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; apt-get update; apt-get install -y --no-install-recommends 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
2020-04-23 16:27:27 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-04-23 16:27:34 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper xz-utils ; rm -rf /var/lib/apt/lists/*
2020-04-23 16:27:36 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-04-23 16:27:38 UTC/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list
2020-04-23 16:27:38 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2020-04-23 16:27:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.2-2.pgdg100+1
2020-04-23 16:28:11 UTC/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +
2020-04-23 16:28:12 UTC/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample
2020-04-23 16:28:13 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-04-23 16:28:13 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2020-04-23 16:28:13 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-04-23 16:28:14 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-04-23 16:28:14 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-04-23 16:28:14 UTC/bin/sh -c #(nop) COPY file:bf774aaf2659f8308202ce0332f960783bfecabcf593dd9b2d25e19fe5c4b946 in /usr/local/bin/
2020-04-23 16:28:15 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-04-23 16:28:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-04-23 16:28:15 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-04-23 16:28:16 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-05-07 04:24:49 UTC/bin/sh -c #(nop) ENV POSTGIS_MAJOR=3
2020-05-07 04:24:49 UTC/bin/sh -c #(nop) ENV POSTGIS_VERSION=3.0.0+dfsg-2~exp1.pgdg100+1
2020-05-07 04:26:13 UTC/bin/sh -c apt-get update && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR && apt-get install -y --no-install-recommends postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts && apt-get install software-properties-common -y && apt-get install git -y && apt-get install build-essential -y && rm -rf /var/lib/apt/lists/*
2020-05-07 04:26:14 UTC/bin/sh -c #(nop) ENV PGTAP_VERSION=v1.1.0
2020-05-07 04:26:19 UTC/bin/sh -c git clone git://github.com/theory/pgtap.git && cd pgtap && git checkout tags/$PGTAP_VERSION && make install
2020-05-07 04:26:31 UTC/bin/sh -c apt-get update && apt-get install postgresql-plpython3-12 -y
2020-05-07 04:26:32 UTC/bin/sh -c #(nop) ENV PLV8_VERSION=r3.0alpha PLV8_SHASUM=1a96c559d98ad757e7494bf7301f0e6b0dd2eec6066ad76ed36cc13fec4f2390
2020-05-07 04:58:57 UTC/bin/sh -c buildDependencies="build-essential ca-certificates curl git-core python gpp cpp pkg-config apt-transport-https cmake libc++-dev libc++abi-dev postgresql-server-dev-$PG_MAJOR" && runtimeDependencies="libc++1 libtinfo5 libc++abi1" && apt-get update && apt-get install -y --no-install-recommends ${buildDependencies} ${runtimeDependencies} && mkdir -p /tmp/build && cd /tmp/build && git clone https://github.com/plv8/plv8.git && cd plv8 && git checkout ${PLV8_VERSION} && make static && make install && rm -rf /root/.vpython_cipd_cache /root/.vpython-root && apt-get clean && apt-get remove -y ${buildDependencies} && apt-get autoremove -y && rm -rf /tmp/build /var/lib/apt/lists/*
2020-05-07 04:58:58 UTC/bin/sh -c mkdir -p /docker-entrypoint-initdb.d
2020-05-07 04:58:58 UTC/bin/sh -c #(nop) ADD dir:bb6f3a725f8ef31d52fc710e1748f7afba297e3429d330f6f9ad4412b7a6c9b6 in /docker-entrypoint-initdb.d/
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.