Namespace
library
Image / Tag
postgres:10.23-alpine3.16
Content Digest
sha256:63cfb6eac6b362c7c994f22c3804c61b31898cf0cb52f8e7e86bd99a244f4366
Details
Created

2022-11-12 05:23:13 UTC

Size

30.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

10

PG_SHA256

94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

PG_VERSION

10.23


Layers

[#000] sha256:0c10ccf9426f4a034c81b9e1a0fa81fc5cd957d8a4e0ea545ee33f4cd59f227b - 8.72% (2.68 MB)

[#001] sha256:90f626d509024dd2b86211343f5c48d9d474985c7b06659f7326485facc57938 - 0.0% (1.23 KB)

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

[#003] sha256:ff67c7d01c3f8ae5a7b9ab9edce8e1d677917ad6534717d194c4e53340178051 - 91.23% (28 MB)

[#004] sha256:0dbac4cd51c787e6eb9ddec95d509901e51cf1a35555f3f897dcb8e6f7cee840 - 0.02% (7.55 KB)

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

[#006] sha256:ac808854ea7124ad2eb58f08f3f77af5c930b69ac8287c6e08ae84eb5726b064 - 0.0% (169 Bytes)

[#007] sha256:51a4375198e47013363e5504e366fd15c2599b85ba1697cc77834d178a86e2d9 - 0.01% (4.59 KB)

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


History
2022-11-12 03:38:23 UTC

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

2022-11-12 03:38:23 UTC

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

2022-11-12 04:59:22 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

2022-11-12 04:59:23 UTC

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

2022-11-12 04:59:24 UTC

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

2022-11-12 05:20:20 UTC

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

2022-11-12 05:20:21 UTC

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

2022-11-12 05:20:22 UTC

/bin/sh -c #(nop) ENV PG_SHA256=94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

2022-11-12 05:23:03 UTC

/bin/sh -c set -eux; 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-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-krb5 --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-11-12 05:23:03 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2022-11-12 05:23:04 UTC

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

2022-11-12 05:23:05 UTC

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

2022-11-12 05:23:06 UTC

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

2022-11-12 05:23:07 UTC

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

2022-11-12 05:23:09 UTC

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

2022-11-12 05:23:09 UTC

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

2022-11-12 05:23:10 UTC

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

2022-11-12 05:23:11 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-11-12 05:23:12 UTC

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

2022-11-12 05:23:13 UTC

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

Details
Created

2022-11-12 09:57:07 UTC

Size

29.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

10

PG_SHA256

94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

PG_VERSION

10.23


Layers

[#000] sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 9.01% (2.68 MB)

[#001] sha256:126ca7716c09ec1f08a62eb634b126706be0d1dff6b095919018aafad7d6bae4 - 0.0% (1.26 KB)

[#002] sha256:72a45366ffb3469a8a1b2f8dc27e3caeaefd52b94ff5f2e71164b55d3937d2f4 - 0.0% (148 Bytes)

[#003] sha256:fe5f8c70e89ace803a52e1d62bc7c2851e72c712be46e96dc8bae476c8bfa6b4 - 90.95% (27 MB)

[#004] sha256:f2b8bcd3cdb216e2457ecda6f5915967990f00bbf56866b8150935b4f51ed776 - 0.02% (7.56 KB)

[#005] sha256:6c83c4f8fa7484b9d79b464247363bb4c82af7103bd0a9d1fac55a1765b52c70 - 0.0% (162 Bytes)

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

[#007] sha256:3c86850a05efb4a6470f2630de8631b7fd0995840c73a2e5ef491994030ad66d - 0.02% (4.59 KB)

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


History
2022-11-12 04:19:23 UTC

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

2022-11-12 04:19:23 UTC

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

2022-11-12 09:38:15 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

2022-11-12 09:38:15 UTC

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

2022-11-12 09:38:15 UTC

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

2022-11-12 09:54:51 UTC

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

2022-11-12 09:54:51 UTC

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

2022-11-12 09:54:52 UTC

/bin/sh -c #(nop) ENV PG_SHA256=94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

2022-11-12 09:57:04 UTC

/bin/sh -c set -eux; 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-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-krb5 --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-11-12 09:57:04 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2022-11-12 09:57:05 UTC

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

2022-11-12 09:57:05 UTC

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

2022-11-12 09:57:06 UTC

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

2022-11-12 09:57:06 UTC

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

2022-11-12 09:57:06 UTC

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

2022-11-12 09:57:06 UTC

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

2022-11-12 09:57:07 UTC

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

2022-11-12 09:57:07 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-11-12 09:57:07 UTC

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

2022-11-12 09:57:07 UTC

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

Details
Created

2022-11-12 06:23:48 UTC

Size

28.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

10

PG_SHA256

94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

PG_VERSION

10.23


Layers

[#000] sha256:9616ea8c1de4a90b1a50591336485e88ae5c2346e0d778bdbe69b00647bf8e39 - 8.66% (2.49 MB)

[#001] sha256:5a296e6154032cb8b812f0111fea91a511c4824a6e6394483500ac8410061766 - 0.0% (1.23 KB)

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

[#003] sha256:2be193b34a4d4038c5319c2923efb382dd90c396bf8900e0fb30ec5e98d56eda - 91.29% (26.3 MB)

[#004] sha256:6cf48dc3b1e8debfa3d83335e0b90865744a4271b3957358b0fefaddc1f2ed80 - 0.03% (7.55 KB)

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

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

[#007] sha256:a87e23bd9cdbbbac0d5e9e23e10bc15dfd436e72440b5302ae8d3c927a4cbc02 - 0.02% (4.59 KB)

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


History
2022-11-12 03:49:18 UTC

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

2022-11-12 03:49:18 UTC

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

2022-11-12 05:59:06 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

2022-11-12 05:59:06 UTC

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

2022-11-12 05:59:06 UTC

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

2022-11-12 06:20:42 UTC

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

2022-11-12 06:20:42 UTC

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

2022-11-12 06:20:43 UTC

/bin/sh -c #(nop) ENV PG_SHA256=94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

2022-11-12 06:23:44 UTC

/bin/sh -c set -eux; 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-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-krb5 --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-11-12 06:23:45 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2022-11-12 06:23:46 UTC

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

2022-11-12 06:23:46 UTC

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

2022-11-12 06:23:47 UTC

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

2022-11-12 06:23:47 UTC

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

2022-11-12 06:23:47 UTC

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

2022-11-12 06:23:48 UTC

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

2022-11-12 06:23:48 UTC

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

2022-11-12 06:23:48 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-11-12 06:23:48 UTC

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

2022-11-12 06:23:48 UTC

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

Details
Created

2022-11-12 07:25:25 UTC

Size

27.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

10

PG_SHA256

94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

PG_VERSION

10.23


Layers

[#000] sha256:e44ba29d168a7f7c9e914f3724614df9e070aa6ef9b9ba5c9004db3c071f403a - 8.35% (2.31 MB)

[#001] sha256:22b4513746304e4a2104984aadd05f402cf96d8459c95fd6629124d197b46b48 - 0.0% (1.23 KB)

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

[#003] sha256:ef3069c1a2f1a54c100b794eb51aeff06008d570ee4681f444768e24e00ac779 - 91.6% (25.3 MB)

[#004] sha256:884a765c8ce302746865a8add279e5d2da5bd867f7fea833074a41a8a4187191 - 0.03% (7.55 KB)

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

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

[#007] sha256:a4b91fb21d190a93913e67857f72cd3c0f0d8f709afa8c51b8a3567d8d283076 - 0.02% (4.59 KB)

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


History
2022-11-12 03:57:24 UTC

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

2022-11-12 03:57:24 UTC

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

2022-11-12 07:03:07 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

2022-11-12 07:03:07 UTC

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

2022-11-12 07:03:08 UTC

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

2022-11-12 07:22:19 UTC

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

2022-11-12 07:22:19 UTC

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

2022-11-12 07:22:19 UTC

/bin/sh -c #(nop) ENV PG_SHA256=94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

2022-11-12 07:25:22 UTC

/bin/sh -c set -eux; 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-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-krb5 --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-11-12 07:25:23 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2022-11-12 07:25:23 UTC

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

2022-11-12 07:25:23 UTC

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

2022-11-12 07:25:24 UTC

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

2022-11-12 07:25:24 UTC

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

2022-11-12 07:25:24 UTC

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

2022-11-12 07:25:24 UTC

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

2022-11-12 07:25:25 UTC

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

2022-11-12 07:25:25 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-11-12 07:25:25 UTC

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

2022-11-12 07:25:25 UTC

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

Details
Created

2022-11-12 05:45:54 UTC

Size

29.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

10

PG_SHA256

94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

PG_VERSION

10.23


Layers

[#000] sha256:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 8.78% (2.58 MB)

[#001] sha256:0d7fcb69f233f922990063ef3c9f729d2762430e18efe4299efce9f71380466d - 0.0% (1.25 KB)

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

[#003] sha256:9e48c6fc88d97394fde8db1a994662215c476f4dd6beef3d792a8b3c1bb2d376 - 91.18% (26.8 MB)

[#004] sha256:df256d318da7a0f893e6e2c18926ef3fe3c2ef7562b4cdbdff29519b04264aa0 - 0.03% (7.55 KB)

[#005] sha256:33b9b313050808f9caba751d3704def36c50725392c3d1e6fd92e04cd59fc047 - 0.0% (162 Bytes)

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

[#007] sha256:bb4469219c972ec573b037eb273c92255291fd72479b71fd6428e9691b60dc39 - 0.02% (4.59 KB)

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


History
2022-11-12 03:39:38 UTC

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

2022-11-12 03:39:38 UTC

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

2022-11-12 05:31:39 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

2022-11-12 05:31:39 UTC

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

2022-11-12 05:31:39 UTC

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

2022-11-12 05:44:12 UTC

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

2022-11-12 05:44:12 UTC

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

2022-11-12 05:44:12 UTC

/bin/sh -c #(nop) ENV PG_SHA256=94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

2022-11-12 05:45:52 UTC

/bin/sh -c set -eux; 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-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-krb5 --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-11-12 05:45:52 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2022-11-12 05:45:53 UTC

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

2022-11-12 05:45:53 UTC

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

2022-11-12 05:45:53 UTC

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

2022-11-12 05:45:53 UTC

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

2022-11-12 05:45:53 UTC

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

2022-11-12 05:45:54 UTC

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

2022-11-12 05:45:54 UTC

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

2022-11-12 05:45:54 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-11-12 05:45:54 UTC

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

2022-11-12 05:45:54 UTC

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

Details
Created

2022-11-12 09:03:10 UTC

Size

31.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

10

PG_SHA256

94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

PG_VERSION

10.23


Layers

[#000] sha256:5c3a6ece62351976dfb4b56dc417aebd2a7dbda14ebac2737edd2ab43883553f - 8.59% (2.67 MB)

[#001] sha256:56da4b9579135b6c7c157b9a203276dc3bda92b07cfd9774575b98ccd489a880 - 0.0% (1.25 KB)

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

[#003] sha256:e2dc54f0239f62abd399d540dd5b09ffa89c1cc8a656847ba974657611a8383e - 91.36% (28.4 MB)

[#004] sha256:3ae4abb3906bb4903260dc7dc4a46720daa67c9e19705bff29086c014d046b20 - 0.02% (7.55 KB)

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

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

[#007] sha256:d26945678c1327904285781954aec21b978bf9c8198730fb3b54bd79883eaccf - 0.01% (4.59 KB)

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


History
2022-11-12 04:16:30 UTC

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

2022-11-12 04:16:31 UTC

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

2022-11-12 08:36:31 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

2022-11-12 08:36:31 UTC

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

2022-11-12 08:36:33 UTC

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

2022-11-12 08:59:47 UTC

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

2022-11-12 08:59:47 UTC

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

2022-11-12 08:59:47 UTC

/bin/sh -c #(nop) ENV PG_SHA256=94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

2022-11-12 09:03:00 UTC

/bin/sh -c set -eux; 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-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-krb5 --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-11-12 09:03:04 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2022-11-12 09:03:05 UTC

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

2022-11-12 09:03:05 UTC

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

2022-11-12 09:03:06 UTC

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

2022-11-12 09:03:07 UTC

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

2022-11-12 09:03:07 UTC

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

2022-11-12 09:03:09 UTC

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

2022-11-12 09:03:09 UTC

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

2022-11-12 09:03:09 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-11-12 09:03:10 UTC

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

2022-11-12 09:03:10 UTC

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

Details
Created

2022-11-12 06:56:09 UTC

Size

29.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

10

PG_SHA256

94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

PG_VERSION

10.23


Layers

[#000] sha256:cff16a5ffe2df97bc1d10b021c5ceb98bdb36a18a1d70395590444ac204a9b2b - 8.34% (2.47 MB)

[#001] sha256:89b57beea38896d0497593e6d919726e650e9846108cd34f21e89e4ec0699d16 - 0.0% (1.26 KB)

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

[#003] sha256:eefc9beabcf3546b6befbfba55c26313717e097a09eab9f08cba8a71562b5b96 - 91.61% (27.1 MB)

[#004] sha256:edbd5351ba61d9e2fbbe74b559ca5d10e4001f0b3c393464697b55c6b76f2cc7 - 0.02% (7.55 KB)

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

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

[#007] sha256:d429089420f4d8e6a15ef005342411e0154382397bf874ab7e1b9a859844d00f - 0.02% (4.59 KB)

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


History
2022-11-12 03:42:05 UTC

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

2022-11-12 03:42:06 UTC

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

2022-11-12 06:35: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

2022-11-12 06:35:55 UTC

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

2022-11-12 06:35:56 UTC

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

2022-11-12 06:53:56 UTC

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

2022-11-12 06:53:57 UTC

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

2022-11-12 06:53:57 UTC

/bin/sh -c #(nop) ENV PG_SHA256=94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9

2022-11-12 06:56:04 UTC

/bin/sh -c set -eux; 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-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-krb5 --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-11-12 06:56:06 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2022-11-12 06:56:07 UTC

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

2022-11-12 06:56:07 UTC

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

2022-11-12 06:56:07 UTC

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

2022-11-12 06:56:07 UTC

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

2022-11-12 06:56:08 UTC

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

2022-11-12 06:56:08 UTC

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

2022-11-12 06:56:08 UTC

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

2022-11-12 06:56:08 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2022-11-12 06:56:08 UTC

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

2022-11-12 06:56:09 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