Tag

library/postgres:13.3-alpine3.13
Content Digest: sha256:a5f3b3a6b154362d3a75807508a7cbeadbc915f354add9e783cc2a0b3c685e95
Details
Pull Command

docker pull io.docker.registry-1.mirror.anurin.name/library/postgres:13.3-alpine3.13


Manifests
Details
Content Digest

sha256:006b08b675f1a732ac9f4bc96eef786090d6b1ed6353869a5143e549b0b954e4

Created

2021-05-14 20:02:40 UTC

Size

62.8 MB


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

13

PG_SHA256

3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

PG_VERSION

13.3


Layers

[#000] sha256:31b7e7ccca9e17fd08b39c9a4ffd3ded380b62816c489d6c3758c9bb5a632430 - 4.28% (2.69 MB)

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

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

[#003] sha256:60965175bf72e895cf9b94add6a4f2e702d4758a541831c4713ccae175e71a5e - 95.7% (60.1 MB)

[#004] sha256:1b410513854b9814f2096ed61d237c7705664bb987c3fe4be1a2c1caf27fd546 - 0.01% (8.37 KB)

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

[#006] sha256:4f4fa9953ef537e8b55e7651aa8030d82290c31b04d499a153d24b98dfff982c - 0.0% (193 Bytes)

[#007] sha256:d0e2b3273f558bb44f95d1472539e6144828a7254e1f377df60bf8324eeb7297 - 0.01% (4.3 KB)


History
2021-04-14 18:38:29 UTC

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

2021-04-14 18:38:29 UTC

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

2021-04-15 06:08:09 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

2021-04-15 06:08:09 UTC

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

2021-04-15 06:08:10 UTC

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

2021-04-15 06:08:10 UTC

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

2021-05-14 19:53:21 UTC

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

2021-05-14 19:53:21 UTC

/bin/sh -c #(nop) ENV PG_SHA256=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

2021-05-14 20:02:35 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 libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run 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-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; 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 ; postgres --version

2021-05-14 20:02:37 UTC

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

2021-05-14 20:02:37 UTC

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

2021-05-14 20:02:38 UTC

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

2021-05-14 20:02:39 UTC

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

2021-05-14 20:02:39 UTC

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

2021-05-14 20:02:39 UTC

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

2021-05-14 20:02:39 UTC

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

2021-05-14 20:02:40 UTC

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

2021-05-14 20:02:40 UTC

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

2021-05-14 20:02:40 UTC

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

Details
Content Digest

sha256:0ad8200ddbe2ee02d4e5ec5dfa0a03dba1bb71ab574bca059da3568d7078282f

Created

2021-05-14 19:43:31 UTC

Size

59.4 MB


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

13

PG_SHA256

3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

PG_VERSION

13.3


Layers

[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 4.51% (2.68 MB)

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

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

[#003] sha256:19d88c3ceadbb830100acc5a3d1f1b301138e002e33083471e5c321c696faf11 - 95.46% (56.7 MB)

[#004] sha256:9ef572e3c9bbc7fb37bf9c5616e3d4b429be3bff79d61f2d6ba4680d95e16594 - 0.01% (8.37 KB)

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

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

[#007] sha256:051e02f33f5ff1572a79092470364b6cd2c95e8a2ab704e8223a5f403a394d6d - 0.01% (4.3 KB)


History
2021-04-14 19:19:39 UTC

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

2021-04-14 19:19:39 UTC

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

2021-04-15 03:44:32 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

2021-04-15 03:44:32 UTC

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

2021-04-15 03:44:33 UTC

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

2021-04-15 03:44:33 UTC

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

2021-05-14 19:37:00 UTC

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

2021-05-14 19:37:00 UTC

/bin/sh -c #(nop) ENV PG_SHA256=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

2021-05-14 19:43:26 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 libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run 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-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; 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 ; postgres --version

2021-05-14 19:43:27 UTC

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

2021-05-14 19:43:28 UTC

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

2021-05-14 19:43:29 UTC

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

2021-05-14 19:43:30 UTC

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

2021-05-14 19:43:30 UTC

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

2021-05-14 19:43:30 UTC

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

2021-05-14 19:43:30 UTC

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

2021-05-14 19:43:31 UTC

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

2021-05-14 19:43:31 UTC

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

2021-05-14 19:43:31 UTC

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

Details
Content Digest

sha256:1075e110d709726c5c5cfa74e8e40b78c49663b0e43750762008c127c22d3346

Created

2021-07-12 23:22:05 UTC

Size

58.1 MB


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

13

PG_SHA256

3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

PG_VERSION

13.3


Layers

[#000] sha256:740c950346cf39c85b52576998695c9b909c24a58a8bb1b64cce91fda3ef1d3a - 4.3% (2.5 MB)

[#001] sha256:957b1aca16cb7c58365877da0bd1faee5e1ffb47a865ee837514aae66d5897d8 - 0.0% (1.25 KB)

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

[#003] sha256:7510fa95203c954b51d07fdf095f49b1c3d70bf9440eb0e3af5684f8c06fe0bf - 95.68% (55.6 MB)

[#004] sha256:5e922eb653f71ce9de2a5757662ea4a90c7ac25c025e566a12bad3e455db7c8b - 0.01% (8.37 KB)

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

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

[#007] sha256:2006d48d34ca1efb8a37ed28e0b08ec20005106af94b4380d585be66a04dfe32 - 0.01% (4.31 KB)


History
2021-06-15 22:57:34 UTC

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

2021-06-15 22:57:34 UTC

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

2021-07-12 23:17:05 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

2021-07-12 23:17:06 UTC

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

2021-07-12 23:17:07 UTC

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

2021-07-12 23:17:08 UTC

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

2021-07-12 23:17:08 UTC

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

2021-07-12 23:17:09 UTC

/bin/sh -c #(nop) ENV PG_SHA256=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

2021-07-12 23:21:56 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 libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run 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-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; 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 ; postgres --version

2021-07-12 23:21:58 UTC

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

2021-07-12 23:22:00 UTC

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

2021-07-12 23:22:00 UTC

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

2021-07-12 23:22:02 UTC

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

2021-07-12 23:22:02 UTC

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

2021-07-12 23:22:03 UTC

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

2021-07-12 23:22:03 UTC

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

2021-07-12 23:22:04 UTC

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

2021-07-12 23:22:04 UTC

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

2021-07-12 23:22:05 UTC

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

Details
Content Digest

sha256:ade0d4e03d351bdd497673d616a0f32ab2e0683bbc8024ced1628121de7b91ca

Created

2021-07-13 03:42:00 UTC

Size

55.3 MB


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

13

PG_SHA256

3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

PG_VERSION

13.3


Layers

[#000] sha256:e160e00eb35d5bc2373770873fbc9c8f5706045b0b06bfd1c364fcf69f02e9fe - 4.18% (2.31 MB)

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

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

[#003] sha256:530833c66359628fed03690e23af8ee6c3e47b43c4efe9b43fc7772acd71ab8d - 95.79% (53 MB)

[#004] sha256:021c7d2abcb8d17681168e47c54761385c5d2eaab8faf6d34451d9ab5024cb75 - 0.01% (8.37 KB)

[#005] sha256:075f041c7670f3052920ff272692feaffd299c89513b64f2b3ba75c835068752 - 0.0% (162 Bytes)

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

[#007] sha256:d27015c0112aace9ff54daa5b007030218f7ec6cb46c6e1e4c9b98e5b337e9bb - 0.01% (4.3 KB)


History
2021-06-15 23:15:15 UTC

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

2021-06-15 23:15:16 UTC

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

2021-07-13 03:37:18 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

2021-07-13 03:37:18 UTC

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

2021-07-13 03:37:20 UTC

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

2021-07-13 03:37:21 UTC

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

2021-07-13 03:37:21 UTC

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

2021-07-13 03:37:22 UTC

/bin/sh -c #(nop) ENV PG_SHA256=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

2021-07-13 03:41:51 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 libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run 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-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; 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 ; postgres --version

2021-07-13 03:41:53 UTC

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

2021-07-13 03:41:55 UTC

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

2021-07-13 03:41:56 UTC

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

2021-07-13 03:41:57 UTC

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

2021-07-13 03:41:58 UTC

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

2021-07-13 03:41:58 UTC

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

2021-07-13 03:41:59 UTC

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

2021-07-13 03:41:59 UTC

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

2021-07-13 03:42:00 UTC

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

2021-07-13 03:42:00 UTC

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

Details
Content Digest

sha256:8036a6698bf49b184fb82ed84098d6dc02c9357e728d94f8f9bb28c1b77f8c6f

Created

2021-06-16 08:39:43 UTC

Size

59.1 MB


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

13

PG_SHA256

3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

PG_VERSION

13.3


Layers

[#000] sha256:595b0fe564bb9444ebfe78288079a01ee6d7f666544028d5e96ba610f909ee43 - 4.38% (2.59 MB)

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

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

[#003] sha256:c659362414bb00308836d7424ffeb79d081d1f3b3504a827c41df1a815f0b4ec - 95.6% (56.5 MB)

[#004] sha256:76524cd69b6d612d7ffae21984958ce3f2c614d356668c4bf3f49c9fdebe2b32 - 0.01% (8.37 KB)

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

[#006] sha256:7639bab3382d95db7b02813ee56be47446d733c28124a16fb4ac4e69d4a86bd2 - 0.0% (193 Bytes)

[#007] sha256:9c91c78f7ac14c6d61f47626ae39bc03ca9f9d5dcaef0a9c0d8840587b24bf1b - 0.01% (4.3 KB)


History
2021-06-15 21:45:03 UTC

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

2021-06-15 21:45:04 UTC

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

2021-06-16 08:34:51 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

2021-06-16 08:34:51 UTC

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

2021-06-16 08:34:52 UTC

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

2021-06-16 08:34:52 UTC

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

2021-06-16 08:34:52 UTC

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

2021-06-16 08:34:53 UTC

/bin/sh -c #(nop) ENV PG_SHA256=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

2021-06-16 08:39:38 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 libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run 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-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; 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 ; postgres --version

2021-06-16 08:39:39 UTC

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

2021-06-16 08:39:40 UTC

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

2021-06-16 08:39:40 UTC

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

2021-06-16 08:39:41 UTC

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

2021-06-16 08:39:41 UTC

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

2021-06-16 08:39:42 UTC

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

2021-06-16 08:39:42 UTC

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

2021-06-16 08:39:42 UTC

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

2021-06-16 08:39:42 UTC

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

2021-06-16 08:39:43 UTC

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

Details
Content Digest

sha256:9c4bdde362d6e954468e0f2a3dbcde549504e660786a664c78e88b6e9a3c7ebe

Created

2021-07-12 23:05:06 UTC

Size

62.1 MB


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

13

PG_SHA256

3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

PG_VERSION

13.3


Layers

[#000] sha256:771d2590aa602a0d4a922e322f02b22cc9d193f8cd159d9d1a140cadf1f8b4d4 - 4.32% (2.68 MB)

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

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

[#003] sha256:55f282a534e703f2fc085c3d9849ae62e60d87b0c69d61f284dbd1fab51ef26f - 95.65% (59.4 MB)

[#004] sha256:58377953794faaa802b59e98d06473a943c6d6d7de8fad4f7a47494d7be1a290 - 0.01% (8.37 KB)

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

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

[#007] sha256:74a4c0c255fdec7b13087607c1d745079f4fe1f45966fd2f04586f4ee2696e21 - 0.01% (4.3 KB)


History
2021-04-14 19:30:57 UTC

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

2021-04-14 19:31:02 UTC

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

2021-07-12 22:58:30 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

2021-07-12 22:58:33 UTC

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

2021-07-12 22:58:44 UTC

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

2021-07-12 22:58:47 UTC

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

2021-07-12 22:58:52 UTC

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

2021-07-12 22:58:58 UTC

/bin/sh -c #(nop) ENV PG_SHA256=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

2021-07-12 23:03:31 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 libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run 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-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; 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 ; postgres --version

2021-07-12 23:03:51 UTC

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

2021-07-12 23:04:11 UTC

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

2021-07-12 23:04:17 UTC

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

2021-07-12 23:04:34 UTC

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

2021-07-12 23:04:37 UTC

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

2021-07-12 23:04:39 UTC

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

2021-07-12 23:04:43 UTC

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

2021-07-12 23:04:48 UTC

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

2021-07-12 23:04:56 UTC

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

2021-07-12 23:05:06 UTC

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

Details
Content Digest

sha256:021ddad401a214bd2d6cebb6604db55493f894f913de83c073671207011bd864

Created

2021-07-13 00:19:26 UTC

Size

62.4 MB


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

13

PG_SHA256

3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

PG_VERSION

13.3


Layers

[#000] sha256:afadee6ad6a38d3172beeeca818219604c782efbe93201ef4d39512f289b05ae - 3.98% (2.48 MB)

[#001] sha256:68fdd2776568e1159ee997287cceca0dd324bb559ef0509f32a74925763e09e1 - 0.0% (1.25 KB)

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

[#003] sha256:2a4f4233ef30a2191a0df22bffbb97af5b10365a9f7d4f2092f32298baf30c99 - 96.0% (59.9 MB)

[#004] sha256:9c7f2bbb598f7c722929f1ff3e5688ff4d5f0b0cb346482321d0904b75b9ffad - 0.01% (8.37 KB)

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

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

[#007] sha256:ab702deeb754bd8a59b7a51c07ff86b3ede891a4fe12cf10fd5dd6e4a7f322e4 - 0.01% (4.3 KB)


History
2021-04-14 18:41:35 UTC

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

2021-04-14 18:41:36 UTC

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

2021-07-13 00:11:26 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

2021-07-13 00:11:27 UTC

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

2021-07-13 00:11:29 UTC

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

2021-07-13 00:11:30 UTC

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

2021-07-13 00:11:31 UTC

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

2021-07-13 00:11:31 UTC

/bin/sh -c #(nop) ENV PG_SHA256=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1

2021-07-13 00:19:10 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 libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run 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-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; 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 ; postgres --version

2021-07-13 00:19:18 UTC

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

2021-07-13 00:19:20 UTC

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

2021-07-13 00:19:20 UTC

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

2021-07-13 00:19:22 UTC

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

2021-07-13 00:19:23 UTC

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

2021-07-13 00:19:24 UTC

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

2021-07-13 00:19:24 UTC

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

2021-07-13 00:19:25 UTC

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

2021-07-13 00:19:26 UTC

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

2021-07-13 00:19:26 UTC

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