Namespace
library
Image / Tag
postgres:9.5.20-alpine
Content Digest
sha256:bb33310d367c5a61bb54d72dc0ad2751e45ff734b122bf71e47b4044301c5903
Details
Created

2020-01-30 03:03:28 UTC

Size

14.3 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.5

PG_SHA256

925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

PG_VERSION

9.5.20


Layers

[#000] sha256:f024b1263dc58db07a458b73ae1a2dca02ca55bef1ccd1fa3fd50656551fadf2 - 18.75% (2.68 MB)

[#001] sha256:3b2cb8463eb063fd24e3d29bd4ca5b9ba1590717acda7415cb45da3e7560f0dd - 0.01% (1.22 KB)

[#002] sha256:b023c33adbfeb9b779f40edac1617b4514e1fb0b976b5b201dd0f7dc688f5e60 - 0.0% (115 Bytes)

[#003] sha256:91cf17c7cbf2ff19c32ba34492d2b2a019f22d155037c524ad0f8ebb1c2dfcf9 - 81.17% (11.6 MB)

[#004] sha256:c6db7d1395a9800546525351b171b1058121811322d9954c3ac565742db40ffe - 0.05% (6.73 KB)

[#005] sha256:0a08cae5fe5a4d3c2fcee20cfcfb8ba27f84de2260eec20c94592503db4ebecb - 0.0% (128 Bytes)

[#006] sha256:52f63a9d597fe6b33859da9d9da06e1af5a94052f7347ca8049f4b319d4323bc - 0.0% (162 Bytes)

[#007] sha256:d03dea0e8abbd6daaec2e4c1c067b731e86e7f5de3e57e3661b990d2f9021b6e - 0.03% (3.75 KB)

[#008] sha256:67db7d3f9d00f159b220cb628a774686c337ac60b81ad41600f2ebbe7e2e06cb - 0.0% (119 Bytes)


History
2020-01-18 01:38:44 UTC

/bin/sh -c #(nop) ADD file:381b617b92fe699ad4ef4f30e0d9599f89e43e252883348c420ebe2a0cccbd63 in /

2020-01-18 01:38:45 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-30 02:38:44 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-01-30 02:38:44 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-01-30 02:38:45 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-01-30 03:00:01 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.5

2020-01-30 03:00:01 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.5.20

2020-01-30 03:00:01 UTC

/bin/sh -c #(nop) ENV PG_SHA256=925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

2020-01-30 03:03:23 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-01-30 03:03:24 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-01-30 03:03:25 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-01-30 03:03:25 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-01-30 03:03:26 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-01-30 03:03:26 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-01-30 03:03:26 UTC

/bin/sh -c #(nop) COPY file:abc85c5ac9d748ac5df3a643ab618de050dd65e8ef159dbdcdfe1a720ab1142b in /usr/local/bin/

2020-01-30 03:03:27 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2020-01-30 03:03:27 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-01-30 03:03:28 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-01-30 03:03:28 UTC

/bin/sh -c #(nop) CMD ["postgres"]

Details
Created

2020-01-30 03:39:52 UTC

Size

13.7 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.5

PG_SHA256

925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

PG_VERSION

9.5.20


Layers

[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 19.51% (2.67 MB)

[#001] sha256:d1030c456d04636112fa347ddc5296036cddf70c8085be2e3f3fb481898f18fe - 0.01% (1.22 KB)

[#002] sha256:d1d0211bbd9a4fd28f739a797600d78394b15d947a30f55f70cfd5daf0f9e443 - 0.0% (115 Bytes)

[#003] sha256:59210ffa59a28705da69911cfdcd9e2ead225e06828fd22894e4571259cb8a18 - 80.4% (11 MB)

[#004] sha256:938f71a90d4911c2ea572f3724e7b31d9ac746db244c6968b1ecb6bc52d361a1 - 0.05% (6.72 KB)

[#005] sha256:c74b64391d652dcab5166d1e9fde0c873dcaa78ab8a67c677c05cf74194744b6 - 0.0% (129 Bytes)

[#006] sha256:d661539d663b5e1794de5793d6caff610a8013dd018de6995206ec610de99570 - 0.0% (163 Bytes)

[#007] sha256:4e564c2a8119792779de4a4e3ac4cf5d23f8b3014ef2a53b39494a0285312118 - 0.03% (3.75 KB)

[#008] sha256:7c5904caabae9a02568af9dec092a210824c2f777a73394e983faf1baff5768e - 0.0% (121 Bytes)


History
2020-01-18 01:19:37 UTC

/bin/sh -c #(nop) ADD file:e69d441d729412d24675dcd33e04580885df99981cec43de8c9b24015313ff8e in /

2020-01-18 01:19:37 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-30 03:19:59 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-01-30 03:19:59 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-01-30 03:20:00 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-01-30 03:37:14 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.5

2020-01-30 03:37:14 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.5.20

2020-01-30 03:37:14 UTC

/bin/sh -c #(nop) ENV PG_SHA256=925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

2020-01-30 03:39:48 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-01-30 03:39:49 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-01-30 03:39:49 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-01-30 03:39:50 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-01-30 03:39:50 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-01-30 03:39:50 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-01-30 03:39:51 UTC

/bin/sh -c #(nop) COPY file:abc85c5ac9d748ac5df3a643ab618de050dd65e8ef159dbdcdfe1a720ab1142b in /usr/local/bin/

2020-01-30 03:39:51 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2020-01-30 03:39:52 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-01-30 03:39:52 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-01-30 03:39:52 UTC

/bin/sh -c #(nop) CMD ["postgres"]

Details
Created

2020-01-30 03:08:31 UTC

Size

13.1 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.5

PG_SHA256

925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

PG_VERSION

9.5.20


Layers

[#000] sha256:832e07764099264ef96e50a1e5e41c52d6b0809bd054e29508a6878aa59d156d - 19.0% (2.5 MB)

[#001] sha256:3ab27e2422be886bc0a338b0e0c20b8e2beea15b880defbac81f75c04495d0c2 - 0.01% (1.24 KB)

[#002] sha256:dae2520a8d4cdac962b6d4a62335dce896f8ccb0b6d2693b0e72591fda026d14 - 0.0% (149 Bytes)

[#003] sha256:b6bdd0c4de5c351610ae50b6b73c31ec0370f51bfccb3876305a3a473e8f6264 - 80.91% (10.6 MB)

[#004] sha256:9a94236ff9ba1418e111dd35663d0b997b1d47cf644f6e24d406570ab281d2ef - 0.05% (6.72 KB)

[#005] sha256:408bedbfefa443f173433ff88eab9e4181687dcb0577769cce0e4ec37444bff3 - 0.0% (162 Bytes)

[#006] sha256:69bf4620480dc79c692e0f8259d3d6d135f2173e002cdecd69ee85aa1e6aaac5 - 0.0% (195 Bytes)

[#007] sha256:5c17cae6d4ed7b51654876f3215e3e19f36f28f16dc3559ef1b27d6dc3ca3416 - 0.03% (3.75 KB)

[#008] sha256:fd8a7644974b357da5359b32efb18da24d5e325a53135dfd99953cd2c1c3ea3b - 0.0% (121 Bytes)


History
2020-01-18 01:53:16 UTC

/bin/sh -c #(nop) ADD file:a1906f14a4e217a498b550f86a3d17c9012c02a6df0668043b63848c8fa44b9b in /

2020-01-18 01:53:17 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-30 02:49:35 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-01-30 02:49:36 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-01-30 02:49:37 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-01-30 03:05:45 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.5

2020-01-30 03:05:46 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.5.20

2020-01-30 03:05:47 UTC

/bin/sh -c #(nop) ENV PG_SHA256=925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

2020-01-30 03:08:17 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-01-30 03:08:22 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-01-30 03:08:24 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-01-30 03:08:25 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-01-30 03:08:27 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-01-30 03:08:27 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-01-30 03:08:28 UTC

/bin/sh -c #(nop) COPY file:abc85c5ac9d748ac5df3a643ab618de050dd65e8ef159dbdcdfe1a720ab1142b in /usr/local/bin/

2020-01-30 03:08:30 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2020-01-30 03:08:30 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-01-30 03:08:31 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-01-30 03:08:31 UTC

/bin/sh -c #(nop) CMD ["postgres"]

Details
Created

2020-01-30 03:15:09 UTC

Size

12.4 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.5

PG_SHA256

925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

PG_VERSION

9.5.20


Layers

[#000] sha256:3a2c5e3c37b2e3d749405512ef3793aa45a2f5c11615d9e9efa80179262cdf27 - 18.68% (2.31 MB)

[#001] sha256:572777a7d0992ea05b14f2ba3230ce906c753dd21eb73ac2b6018551250312db - 0.01% (1.24 KB)

[#002] sha256:3e8810228251d658112d3dbf2b9b1719f402a0c3477bf2eceaa5a20341bba3f5 - 0.0% (149 Bytes)

[#003] sha256:a59baed7fe8739ffb27042bd819aae7ad863390b032034ea583ea73780ffef88 - 81.23% (10 MB)

[#004] sha256:5cbdbf89b003be8e381b029ed0a8346273d988f7cbb3fb59d315a7814db16147 - 0.05% (6.73 KB)

[#005] sha256:b9793493bba90a27e9b4800f39617c645f1e6c1a16fe327bcdcb91b0db0a7458 - 0.0% (161 Bytes)

[#006] sha256:8aa6faf3369f94f0976408676ac82053875dda67fbc16010b602e69252920732 - 0.0% (194 Bytes)

[#007] sha256:51f2200f1ec6170253620811293163d9865e51f5eccbe627e7a923c12b0e1c48 - 0.03% (3.75 KB)

[#008] sha256:6dedf28f94930e8c7c4a23ea1008d63d04f76444571130a6153d8e848f87050c - 0.0% (121 Bytes)


History
2020-01-18 02:03:19 UTC

/bin/sh -c #(nop) ADD file:4c815f4461ff3b8d481f43d84eb2548cb1adbb3015d370cab86dd7f4d3d94279 in /

2020-01-18 02:03:22 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-30 03:00:10 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-01-30 03:00:13 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-01-30 03:00:15 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-01-30 03:12:59 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.5

2020-01-30 03:13:00 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.5.20

2020-01-30 03:13:00 UTC

/bin/sh -c #(nop) ENV PG_SHA256=925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

2020-01-30 03:14:58 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-01-30 03:15:00 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-01-30 03:15:02 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-01-30 03:15:03 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-01-30 03:15:04 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-01-30 03:15:05 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-01-30 03:15:05 UTC

/bin/sh -c #(nop) COPY file:abc85c5ac9d748ac5df3a643ab618de050dd65e8ef159dbdcdfe1a720ab1142b in /usr/local/bin/

2020-01-30 03:15:07 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2020-01-30 03:15:08 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-01-30 03:15:08 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-01-30 03:15:09 UTC

/bin/sh -c #(nop) CMD ["postgres"]

Details
Created

2020-01-30 02:56:42 UTC

Size

13.5 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.5

PG_SHA256

925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

PG_VERSION

9.5.20


Layers

[#000] sha256:8fa90b21c985a6fcfff966bdfbde81cdd088de0aa8af38110057f6ac408f4408 - 19.28% (2.6 MB)

[#001] sha256:9db837ff5778a13ace9e439e3bff33c317ecca84803a142a4ee4e05d2af54def - 0.01% (1.24 KB)

[#002] sha256:5c92b445ab1ef4ba9a6120e5cc359b70cb88b74a46dee803f2709cb873a7be79 - 0.0% (149 Bytes)

[#003] sha256:9f8ec17d0a82f80ed49d26df31dd9e04a2eb396b146eac8586b01a8a40575d67 - 80.64% (10.9 MB)

[#004] sha256:8f7da858feffa234776a4af82b4b296929c36c34293306fca07c5ba2fcfbeea5 - 0.05% (6.72 KB)

[#005] sha256:e9da62d0d2bd44cb9ea2b7a26bf42ef6b6132393e940ffecdb0b38398c003ef0 - 0.0% (161 Bytes)

[#006] sha256:680a76e302e72897890480c27ef563860d493ec5225282550822543fb44de307 - 0.0% (194 Bytes)

[#007] sha256:5ca1019abc1ecad9bfc252af999ec56d897574ad3370eedc23a5a59f6bd2067a - 0.03% (3.75 KB)

[#008] sha256:b6bfade5cd3ca038731c600f89dbf902fd9f704afa7dc5049e282bcbf80255bf - 0.0% (121 Bytes)


History
2020-01-18 01:39:43 UTC

/bin/sh -c #(nop) ADD file:4109fa86dd80850e84c689ff9e6a3243e30ab1bbcc00c765969b3011bfbb43e1 in /

2020-01-18 01:39:43 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-30 02:40:27 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-01-30 02:40:28 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-01-30 02:40:29 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-01-30 02:54:08 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.5

2020-01-30 02:54:09 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.5.20

2020-01-30 02:54:09 UTC

/bin/sh -c #(nop) ENV PG_SHA256=925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

2020-01-30 02:56:28 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-01-30 02:56:33 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-01-30 02:56:35 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-01-30 02:56:35 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-01-30 02:56:37 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-01-30 02:56:38 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-01-30 02:56:38 UTC

/bin/sh -c #(nop) COPY file:abc85c5ac9d748ac5df3a643ab618de050dd65e8ef159dbdcdfe1a720ab1142b in /usr/local/bin/

2020-01-30 02:56:40 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2020-01-30 02:56:41 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-01-30 02:56:41 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-01-30 02:56:42 UTC

/bin/sh -c #(nop) CMD ["postgres"]

Details
Created

2020-01-30 03:47:55 UTC

Size

14.6 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.5

PG_SHA256

925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

PG_VERSION

9.5.20


Layers

[#000] sha256:cd95c8a93e39dcaa0634a65d5b86a88bcd5c3092adb1f96504a7030faa165123 - 18.48% (2.69 MB)

[#001] sha256:0fa8af198a4c612619984a3d16dc2a9fb3f15835dfbf5269a9eab9a345ed4f14 - 0.01% (1.25 KB)

[#002] sha256:7852af7c4759ead6b82b170b6d34d124532026b41ec5d7dc4ec99bd6705f633a - 0.0% (148 Bytes)

[#003] sha256:100d2b17734500a36c69f07b212eebf4b0212450c19eb1e38348f617767de37a - 81.44% (11.9 MB)

[#004] sha256:22d64784a33626dc5f6ad0e55753f24b3a87388441d850628a765b2d6b2e6669 - 0.05% (6.72 KB)

[#005] sha256:877b2621d5bb47116ae4adc74e4819ec5c55d39c88bf17d86a10b208ee42029d - 0.0% (162 Bytes)

[#006] sha256:b68c7a079ae4f258b5a510b9c4047bcdff8eb41e2fdaf31d881aba83bbdeeb8a - 0.0% (195 Bytes)

[#007] sha256:0d4910a4f890c688663d1942a8fbf43c6b273a7a8b943a62b380fa66a739ec3e - 0.03% (3.75 KB)

[#008] sha256:d13aa1e1072d5b1500f5314274f84ef54265f4ad499144720cf82c10ad6b5d0a - 0.0% (121 Bytes)


History
2020-01-18 02:20:41 UTC

/bin/sh -c #(nop) ADD file:32ddb3d5255071cca51573ceee2464dd5a87c8d1cce514ae965b6e824d9ef24b in /

2020-01-18 02:20:45 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-30 03:20:01 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-01-30 03:20:03 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-01-30 03:20:07 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-01-30 03:44:19 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.5

2020-01-30 03:44:20 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.5.20

2020-01-30 03:44:22 UTC

/bin/sh -c #(nop) ENV PG_SHA256=925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

2020-01-30 03:47:03 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-01-30 03:47:11 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-01-30 03:47:17 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-01-30 03:47:19 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-01-30 03:47:25 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-01-30 03:47:30 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-01-30 03:47:31 UTC

/bin/sh -c #(nop) COPY file:abc85c5ac9d748ac5df3a643ab618de050dd65e8ef159dbdcdfe1a720ab1142b in /usr/local/bin/

2020-01-30 03:47:43 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2020-01-30 03:47:48 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-01-30 03:47:51 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-01-30 03:47:55 UTC

/bin/sh -c #(nop) CMD ["postgres"]

Details
Created

2020-01-30 03:04:39 UTC

Size

13.3 MB

Content Digest
Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.5

PG_SHA256

925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

PG_VERSION

9.5.20


Layers

[#000] sha256:176bad61a3a435da03ec603d2bd8f7a69286d92f21f447b17f21f0bc4e085bde - 18.49% (2.46 MB)

[#001] sha256:b1d0ab56996305262d42136eee090848bbdf7cec28b8625e39078668b245db48 - 0.01% (1.25 KB)

[#002] sha256:95bd3ab8f7e8df3f56e9628a504d2ea6db996a9910565bf84e3bc35bd847bcfb - 0.0% (149 Bytes)

[#003] sha256:ca2453418375b13c27f7c0bd946bdb80c5dc40ef671797bf1858731773b9bbd7 - 81.42% (10.8 MB)

[#004] sha256:10295071e4cf2c94d583b8af503a058a9bbb5ce65e43dcc54ec3c81cae6a8e9e - 0.05% (6.72 KB)

[#005] sha256:c49e920ee78b6ced90be6c80b1507fc8dcc0ca5652ff04ccfdfe7010428acbb3 - 0.0% (161 Bytes)

[#006] sha256:eccbca11c51c0f958387e54369aad406cb39c12a144d28dee4b3df532b7f5f17 - 0.0% (195 Bytes)

[#007] sha256:cd33a500897207e19d92e03e53ea29c152f5ae1f32828fa0f2403050fcff4e74 - 0.03% (3.75 KB)

[#008] sha256:063006c47158b6fca7dd710c1b8c3724f8a0a6fb403822675e9662ee56e0b370 - 0.0% (121 Bytes)


History
2020-01-18 01:41:33 UTC

/bin/sh -c #(nop) ADD file:a6f8b7d4ba199527053ef1ac710b5e318135cb6903cb9ad6fae4fe42e6ad0bf7 in /

2020-01-18 01:41:33 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-01-30 02:48:55 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-01-30 02:48:56 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-01-30 02:48:56 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-01-30 03:02:51 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.5

2020-01-30 03:02:51 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.5.20

2020-01-30 03:02:52 UTC

/bin/sh -c #(nop) ENV PG_SHA256=925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d

2020-01-30 03:04:35 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-01-30 03:04:36 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-01-30 03:04:37 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-01-30 03:04:37 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-01-30 03:04:38 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-01-30 03:04:38 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-01-30 03:04:38 UTC

/bin/sh -c #(nop) COPY file:abc85c5ac9d748ac5df3a643ab618de050dd65e8ef159dbdcdfe1a720ab1142b in /usr/local/bin/

2020-01-30 03:04:39 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2020-01-30 03:04:39 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-01-30 03:04:39 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-01-30 03:04:39 UTC

/bin/sh -c #(nop) CMD ["postgres"]

Danger Zone
Delete Tag

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.

Delete