2020-08-15 17:01:49 UTC
88.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
[#000] sha256:cdb190998d3b8f982b0bcb29a84a7e53af188b872f6984f9e9ca4ded55a57ee3 - 15.82% (14 MB)
[#001] sha256:7456adf5a683d282b984549ecfb56d604f29865a922ff99985430943081517e9 - 23.0% (20.4 MB)
[#002] sha256:a05d3bd26446b7a8d60e08b1e08a0d50e4b4e419de09a54a892509839de0aac2 - 61.17% (54.3 MB)
[#003] sha256:80169f045fe4619ff8421e29dd29cfaf1d2d2ddf953ca3afc72194fb59841a05 - 0.0% (1.59 KB)
[#004] sha256:dbeaa3338a6a9470683232b31232cec082a1e69e666ce5da9de3be511331cf31 - 0.0% (466 Bytes)
[#005] sha256:8bb56561294be2dbd0d33eeb35950664b66b18b62a49556eadfa7df887b6063a - 0.0% (269 Bytes)
[#006] sha256:52a1f910392c29f08eef3452093cfc30f9c2634e95a67ea2c8b5a7b64e1c8f78 - 0.0% (271 Bytes)
[#007] sha256:bcff7a725810e2ac9d233daa62ebb7af6684b913774be4c9331b8fce57474223 - 0.0% (284 Bytes)
[#008] sha256:d16e05e1222f31aff82b6bf2a3c0c19a809a251808a617e38bb8b7a5820502e9 - 0.0% (2.18 KB)
/bin/sh -c #(nop) ADD file:f86324efc53a5acfe3ea6172dd27b352c1a84557c3ef7bc56fd25fc2ca38f0e3 in /
2020-07-31 22:29:29 UTC/bin/sh -c #(nop) LABEL name=Photon OS 2.0 Base Image vendor=VMware build-date=20200731
2020-07-31 22:29:29 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-10 14:10:55 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-08-10 14:11:40 UTC/bin/sh -c tdnf install -y shadow gzip postgresql >> /dev/null && groupadd -r postgres --gid=999 && useradd -m -r -g postgres --uid=999 postgres && mkdir -p /docker-entrypoint-initdb.d && mkdir -p /run/postgresql && chown -R postgres:postgres /run/postgresql && chmod 2777 /run/postgresql && mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" && sed -i "s|#listen_addresses = 'localhost'.*|listen_addresses = '*'|g" /usr/share/postgresql/postgresql.conf.sample && sed -i "s|#unix_socket_directories = '/tmp'.*|unix_socket_directories = '/run/postgresql'|g" /usr/share/postgresql/postgresql.conf.sample && tdnf clean all
2020-08-10 14:12:17 UTC/bin/sh -c tdnf erase -y toybox && tdnf install -y util-linux net-tools
2020-08-10 14:12:18 UTC/bin/sh -c #(nop) LABEL base-build-date=
2020-08-15 17:01:47 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-08-15 17:01:47 UTC/bin/sh -c #(nop) COPY file:2fbff13fe60f0c09cb5f87a7fe3675dd3304b15b877ccb155a149a5b271e1412 in /docker-entrypoint.sh
2020-08-15 17:01:48 UTC/bin/sh -c #(nop) COPY file:0c0b54523a0567fa82b77de80495bb15aa8736a4d3b897a0b81bf2e789fa23ad in /docker-healthcheck.sh
2020-08-15 17:01:48 UTC/bin/sh -c #(nop) COPY file:814db9ea72ff1ef88c8b211aea740e95ec9b8f72a6c1c92f972e3fb53c8b6882 in /docker-entrypoint-initdb.d/
2020-08-15 17:01:48 UTC/bin/sh -c #(nop) COPY file:5cb7661157f6ca6687be1e5cb7becc2344319ee12ec6ff8a9696b20e32b404c4 in /docker-entrypoint-initdb.d/
2020-08-15 17:01:48 UTC/bin/sh -c #(nop) COPY file:1d6ac94a4d342fabd1133a33793850db7d65935d35c41156e582b586d17ff82e in /docker-entrypoint-initdb.d/
2020-08-15 17:01:49 UTC/bin/sh -c chown -R postgres:postgres /docker-entrypoint.sh /docker-healthcheck.sh /docker-entrypoint-initdb.d && chmod u+x /docker-entrypoint.sh /docker-healthcheck.sh
2020-08-15 17:01:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-08-15 17:01:49 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "/docker-healthcheck.sh"] "0s" "0s" "0s" '\x00'}
2020-08-15 17:01:49 UTC/bin/sh -c #(nop) USER postgres