2024-12-30 10:26:16 UTC
102 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
[#000] sha256:5dd356290eb969f9da3808d9205154bcc6fa3f5d615ab134648a604807fea612 - 15.12% (15.5 MB)
[#001] sha256:d716254ad26e06611ff546584df1a8578d8f774bae5ca14c60fcee5e030e8511 - 9.38% (9.62 MB)
[#002] sha256:bedda7cbd5e9f2b8a3aa13bb1a4b6f233a4f1b9a670a79ed8fc52c371d5b1bf0 - 55.4% (56.8 MB)
[#003] sha256:f493b9e40398758efdc744c6ee40f62e8e7d7418d950e549910dd9cbead94bf8 - 9.48% (9.71 MB)
[#004] sha256:012bd1228b55005a9a162dbaba46d09e0b13968fc67f325f2b5292ff046f635b - 10.61% (10.9 MB)
[#005] sha256:e5d3c41a15d1e7874b51b28a5ab556ed05b00eefbeb8c750f5c20a3cc84f94d7 - 0.0% (1.2 KB)
[#006] sha256:084a4565e5ecde34451826a4b822746882db5ada76a17aa261ddfc5622c4ad0a - 0.0% (1.52 KB)
[#007] sha256:3f51c6b04e9355f37312ee09f95bd4051ae20a4b958173e2a7a0feae54e99ead - 0.0% (558 Bytes)
[#008] sha256:141af3fb718321dfc504856366ef48958f0bb4121d2471446bdbf45c0bc3a02f - 0.0% (415 Bytes)
[#009] sha256:c2006249fcb49c74370e0c756693106dc59f69c2e1309657a1e3bf8ec5c3099d - 0.0% (281 Bytes)
[#010] sha256:da0f644b85941eb2cc86daa126b7d28c9e3ea21b544c410e8aa4e4c842516299 - 0.0% (1.64 KB)
ADD photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz / # buildkit
2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20241222
2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2024-12-30 10:25:30 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2024-12-30 10:25:34 UTC/bin/sh -c tdnf install -y shadow >> /dev/null && groupadd -r postgres --gid=999 && useradd -m -r -g postgres --uid=999 postgres
2024-12-30 10:25:42 UTC/bin/sh -c tdnf install -y postgresql14-server >> /dev/null
2024-12-30 10:25:44 UTC/bin/sh -c tdnf install -y gzip postgresql15-server findutils bc >> /dev/null && 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/pgsql/15/share/postgresql/postgresql.conf.sample && sed -i "s|#unix_socket_directories = '/tmp'.*|unix_socket_directories = '/run/postgresql'|g" /usr/pgsql/15/share/postgresql/postgresql.conf.sample && tdnf clean all
2024-12-30 10:25:48 UTC/bin/sh -c tdnf erase -y toybox && tdnf install -y util-linux net-tools
2024-12-30 10:25:49 UTC/bin/sh -c #(nop) LABEL base-build-date=20241230
2024-12-30 10:26:07 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2024-12-30 10:26:09 UTC/bin/sh -c #(nop) COPY file:65fbf25fa96c6d515fc91ce1d9bfacd7935ccfee787b34ded6db3472212c79be in /docker-entrypoint.sh
2024-12-30 10:26:10 UTC/bin/sh -c #(nop) COPY file:6a68b66cd41e6cb68253a08a0263fd620b9fd67d804e72fe3e9f9a8bcbcd7fb6 in /initdb.sh
2024-12-30 10:26:11 UTC/bin/sh -c #(nop) COPY file:f828506bd931d56f6e05846db1593d947c79e4f0698f8506ecbee280807cb627 in /upgrade.sh
2024-12-30 10:26:12 UTC/bin/sh -c #(nop) COPY file:70684786ab4ce5f9eecbd8736319e1b2e652c41e3896949dc630605a0301393b in /docker-healthcheck.sh
2024-12-30 10:26:13 UTC/bin/sh -c #(nop) COPY file:1d6ac94a4d342fabd1133a33793850db7d65935d35c41156e582b586d17ff82e in /docker-entrypoint-initdb.d/
2024-12-30 10:26:13 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
2024-12-30 10:26:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh" "14" "15"]
2024-12-30 10:26:15 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "/docker-healthcheck.sh"] "0s" "0s" "0s" '\x00'}
2024-12-30 10:26:16 UTC/bin/sh -c #(nop) USER postgres