Namespace
library
Image / Tag
postgres:9.6.18-alpine
Content Digest
sha256:c73c6de86e779d6c54667682a7396760a3498c32b7969f4c572f21b60d78f9d9
Details
Created

2020-06-26 22:48:08 UTC

Size

14.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.6

PG_SHA256

517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

PG_VERSION

9.6.18


Layers

[#000] sha256:0625b4155e2a59f647ece47c0cd77ed3196b1f84454fa64ce80cad90e2b9b79e - 18.38% (2.66 MB)

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

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

[#003] sha256:395384d62c56f8256081fb541ad2d7ddc36d6593a3db59723538bf698596abd9 - 81.53% (11.8 MB)

[#004] sha256:49e486ee9d0ed2db6b814a357a8f470be1ca0082ed63c2464ae9ea4d7a384133 - 0.05% (6.99 KB)

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

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

[#007] sha256:0694f00b17a491f51d15e0d95d3bb71ffa645b7549c8c98ebbb0815e1fdf109e - 0.03% (4.17 KB)

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


History
2020-05-29 21:38:33 UTC

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

2020-05-29 21:38:33 UTC

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

2020-06-11 23:02:21 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-06-11 23:02:22 UTC

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

2020-06-11 23:02:23 UTC

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

2020-06-11 23:41:59 UTC

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

2020-06-11 23:41:59 UTC

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

2020-06-11 23:42:00 UTC

/bin/sh -c #(nop) ENV PG_SHA256=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

2020-06-26 22:48:03 UTC

/bin/sh -c set -ex && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2020-06-26 22:48:04 UTC

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

2020-06-26 22:48:05 UTC

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

2020-06-26 22:48:05 UTC

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

2020-06-26 22:48:06 UTC

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

2020-06-26 22:48:07 UTC

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

2020-06-26 22:48:07 UTC

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

2020-06-26 22:48:08 UTC

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

2020-06-26 22:48:08 UTC

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

2020-06-26 22:48:08 UTC

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

2020-06-26 22:48:08 UTC

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

Details
Created

2020-06-26 21:09:24 UTC

Size

13.9 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.6

PG_SHA256

517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

PG_VERSION

9.6.18


Layers

[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 19.19% (2.67 MB)

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

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

[#003] sha256:39f9ca185f30e865fd106fd05e8cba568b354e892c036a75ee72008b7555505e - 80.72% (11.2 MB)

[#004] sha256:d08891c9010dc83ea1e8f6716dc822e037f530c02dbf4f4411ece0638cb17a26 - 0.05% (6.99 KB)

[#005] sha256:bd34f629bbc926162616b26941c8a669138ab04f80e4998f3c651ae5b221e908 - 0.0% (130 Bytes)

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

[#007] sha256:cdd758f89a6bc0fe0cb6f31367b1b44e5316632392f303b26c9126aa2188038d - 0.03% (4.17 KB)

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


History
2020-05-29 21:19:46 UTC

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

2020-05-29 21:19:46 UTC

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

2020-06-11 22:46:48 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-06-11 22:46:48 UTC

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

2020-06-11 22:46:49 UTC

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

2020-06-11 23:18:52 UTC

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

2020-06-11 23:18:53 UTC

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

2020-06-11 23:18:53 UTC

/bin/sh -c #(nop) ENV PG_SHA256=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

2020-06-26 21:09:20 UTC

/bin/sh -c set -ex && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2020-06-26 21:09:20 UTC

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

2020-06-26 21:09:21 UTC

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

2020-06-26 21:09:21 UTC

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

2020-06-26 21:09:22 UTC

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

2020-06-26 21:09:22 UTC

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

2020-06-26 21:09:23 UTC

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

2020-06-26 21:09:24 UTC

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

2020-06-26 21:09:24 UTC

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

2020-06-26 21:09:24 UTC

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

2020-06-26 21:09:24 UTC

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

Details
Created

2020-06-26 19:54:29 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.6

PG_SHA256

517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

PG_VERSION

9.6.18


Layers

[#000] sha256:b4b72e716706d29f5d2351709c20bf737b94f876a5472a43ff1b6e203c65d27f - 18.64% (2.48 MB)

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

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

[#003] sha256:b8f17b04186423c7014d2a73ebc6c15fd0cac1982643e37cc8bff3cd809d590f - 81.26% (10.8 MB)

[#004] sha256:4ad307e1efdd6b67e2e3f2cfd45f70769446ff559f8f4e2f897c4313da35a15b - 0.05% (6.99 KB)

[#005] sha256:1510f108b9029eb234f694582921679f850a09ffae483e989709ac5be2ee9629 - 0.0% (163 Bytes)

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

[#007] sha256:92238849872a3128ddba80838f8a30318658c6b2f20ce8549f5de311fe1d1a6f - 0.03% (4.16 KB)

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


History
2020-05-29 21:50:55 UTC

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

2020-05-29 21:50:56 UTC

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

2020-06-11 20:27:27 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-06-11 20:27:28 UTC

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

2020-06-11 20:27:30 UTC

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

2020-06-11 20:44:59 UTC

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

2020-06-11 20:44:59 UTC

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

2020-06-11 20:45:02 UTC

/bin/sh -c #(nop) ENV PG_SHA256=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

2020-06-26 19:54:08 UTC

/bin/sh -c set -ex && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2020-06-26 19:54:11 UTC

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

2020-06-26 19:54:14 UTC

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

2020-06-26 19:54:15 UTC

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

2020-06-26 19:54:18 UTC

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

2020-06-26 19:54:19 UTC

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

2020-06-26 19:54:20 UTC

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

2020-06-26 19:54:23 UTC

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

2020-06-26 19:54:25 UTC

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

2020-06-26 19:54:26 UTC

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

2020-06-26 19:54:29 UTC

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

Details
Created

2020-06-26 19:43:24 UTC

Size

12.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.6

PG_SHA256

517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

PG_VERSION

9.6.18


Layers

[#000] sha256:52278dd8e57993669c5b72a9620e89bebdc098f2af2379caaa8945f7403f77a2 - 18.37% (2.3 MB)

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

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

[#003] sha256:878f6b6b32ac29f29f80649f0f524e9f9c8fb88ea92c5ee881647c04f60a542a - 81.53% (10.2 MB)

[#004] sha256:c3a1acbc000342e8a8a2585fa5ebf6a200afba2ae7fdba1908384c723c39c0f3 - 0.05% (6.99 KB)

[#005] sha256:72ee0ad71a4067772ec65b754818077891d9b3695d608dee6d19116de8911297 - 0.0% (163 Bytes)

[#006] sha256:788686e17c7edb82028e24cca893d5243a19351d101ba7cb88ba92dd893d00d5 - 0.0% (193 Bytes)

[#007] sha256:850b367cd47d9c63c723ff25a3471218e5a44903b62e896513ac0c195b68393a - 0.03% (4.17 KB)

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


History
2020-05-29 21:02:07 UTC

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

2020-05-29 21:02:08 UTC

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

2020-06-11 20:43:57 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-06-11 20:43:58 UTC

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

2020-06-11 20:44:01 UTC

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

2020-06-11 20:59:17 UTC

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

2020-06-11 20:59:20 UTC

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

2020-06-11 20:59:26 UTC

/bin/sh -c #(nop) ENV PG_SHA256=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

2020-06-26 19:42:51 UTC

/bin/sh -c set -ex && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2020-06-26 19:42:58 UTC

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

2020-06-26 19:43:06 UTC

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

2020-06-26 19:43:08 UTC

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

2020-06-26 19:43:12 UTC

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

2020-06-26 19:43:13 UTC

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

2020-06-26 19:43:14 UTC

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

2020-06-26 19:43:19 UTC

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

2020-06-26 19:43:21 UTC

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

2020-06-26 19:43:23 UTC

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

2020-06-26 19:43:24 UTC

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

Details
Created

2020-06-26 20:57:55 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.6

PG_SHA256

517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

PG_VERSION

9.6.18


Layers

[#000] sha256:b538f80385f9b48122e3da068c932a96ea5018afa3c7be79da00437414bd18cd - 18.88% (2.58 MB)

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

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

[#003] sha256:93b9f304949af753967afb0d6a53cc0e94ce5bc3825ffc1f1032f312249b73ba - 81.03% (11.1 MB)

[#004] sha256:1ad7a8831513abd5ec8d11f81a44a0a2cad63d200112b7db4a9f7ccab6918a6d - 0.05% (6.99 KB)

[#005] sha256:e44a3db62d4404d0cf3a0689aac4dd3088cea56f85b23430ddd8e19ba178623d - 0.0% (160 Bytes)

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

[#007] sha256:22fce9f3f22e0cd11544a69f199a944bf4cdf172e9e2a52d8c18697969e3af85 - 0.03% (4.16 KB)

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


History
2020-05-29 21:43:19 UTC

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

2020-05-29 21:43:20 UTC

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

2020-06-11 21:06:12 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-06-11 21:06:13 UTC

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

2020-06-11 21:06:16 UTC

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

2020-06-11 21:34:57 UTC

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

2020-06-11 21:34:58 UTC

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

2020-06-11 21:34:58 UTC

/bin/sh -c #(nop) ENV PG_SHA256=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

2020-06-26 20:57:32 UTC

/bin/sh -c set -ex && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2020-06-26 20:57:38 UTC

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

2020-06-26 20:57:41 UTC

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

2020-06-26 20:57:42 UTC

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

2020-06-26 20:57:46 UTC

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

2020-06-26 20:57:48 UTC

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

2020-06-26 20:57:49 UTC

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

2020-06-26 20:57:51 UTC

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

2020-06-26 20:57:52 UTC

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

2020-06-26 20:57:53 UTC

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

2020-06-26 20:57:55 UTC

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

Details
Created

2020-06-26 20:40:16 UTC

Size

14.8 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.6

PG_SHA256

517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

PG_VERSION

9.6.18


Layers

[#000] sha256:5077f8601dceb5744d875d7740ebc203f674b108a0188f3a31e292b21a4bee64 - 18.12% (2.68 MB)

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

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

[#003] sha256:b473fbf07dfca5f7ed32e4d471907af1900aa1636785561fdce254aa8f4a9009 - 81.8% (12.1 MB)

[#004] sha256:1bef84375d8faf411eb3eb06b31c6427ecd2b2a8a47e17b31dfbf359a0ffbcc2 - 0.05% (6.99 KB)

[#005] sha256:f5387ae081a753d3da1b3ef2da94f516d439db6881ef2a88b460a4b3a6194959 - 0.0% (163 Bytes)

[#006] sha256:c64484a0832f6b5cfcd4035b8c0ff7f08535228417d29f46b33987780b7c7f6f - 0.0% (196 Bytes)

[#007] sha256:ce176f2ca8f3301e71d1dec243ae6bba3d5294a93b59248a05b5f36bc9d84667 - 0.03% (4.17 KB)

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


History
2020-05-29 21:23:03 UTC

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

2020-05-29 21:23:06 UTC

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

2020-06-11 21:40:53 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-06-11 21:40:56 UTC

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

2020-06-11 21:41:01 UTC

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

2020-06-11 21:59:04 UTC

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

2020-06-11 21:59:09 UTC

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

2020-06-11 21:59:16 UTC

/bin/sh -c #(nop) ENV PG_SHA256=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

2020-06-26 20:39:13 UTC

/bin/sh -c set -ex && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2020-06-26 20:39:22 UTC

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

2020-06-26 20:39:29 UTC

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

2020-06-26 20:39:34 UTC

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

2020-06-26 20:39:42 UTC

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

2020-06-26 20:39:47 UTC

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

2020-06-26 20:39:49 UTC

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

2020-06-26 20:39:58 UTC

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

2020-06-26 20:40:09 UTC

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

2020-06-26 20:40:13 UTC

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

2020-06-26 20:40:16 UTC

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

Details
Created

2020-06-26 20:05:08 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.6

PG_SHA256

517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

PG_VERSION

9.6.18


Layers

[#000] sha256:8fb3d41b2e9a59630b51745f257cd2561f96bcd15cf309fcc20120d5fcee8c5b - 18.1% (2.45 MB)

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

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

[#003] sha256:3684cd86c8027924dde824937ddb66b5c8e1f6b875aac1acd39bfa446f29aab1 - 81.8% (11.1 MB)

[#004] sha256:7fd0aaa3d5abd3e52d96f1ed3dbe658a3d00374172b22957af58113b72b2f250 - 0.05% (6.99 KB)

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

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

[#007] sha256:c4ffc653ed1d0dd339157d2e27480cf362103b52e3db321a34f0bc4490fc80b4 - 0.03% (4.16 KB)

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


History
2020-05-29 21:41:39 UTC

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

2020-05-29 21:41:39 UTC

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

2020-06-11 19:51:55 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-06-11 19:51:56 UTC

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

2020-06-11 19:51:57 UTC

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

2020-06-11 20:07:42 UTC

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

2020-06-11 20:07:42 UTC

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

2020-06-11 20:07:43 UTC

/bin/sh -c #(nop) ENV PG_SHA256=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999

2020-06-26 20:05:02 UTC

/bin/sh -c set -ex && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete

2020-06-26 20:05:04 UTC

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

2020-06-26 20:05:05 UTC

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

2020-06-26 20:05:05 UTC

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

2020-06-26 20:05:06 UTC

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

2020-06-26 20:05:06 UTC

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

2020-06-26 20:05:06 UTC

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

2020-06-26 20:05:07 UTC

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

2020-06-26 20:05:07 UTC

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

2020-06-26 20:05:07 UTC

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

2020-06-26 20:05:08 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