Namespace
goharbor
Image / Tag
harbor-db:v2.13.1-rc3
Content Digest
sha256:5e1001dea0ef214a3f96d3c5357d60e1491079cf1a360c4b295281bb1ca941c1
Details
Created

2025-05-22 07:41:29 UTC

Size

103 MB

Content Digest
Labels
  • base-build-date
    20250520
  • build-date
    20250427
  • name
    Photon OS x86_64/5.0 Base Image
  • vendor
    VMware

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data


Layers

[#000] sha256:259e20632a8931bea69b741f75472610b0cba464dad95d1b0854009e22751382 - 15.08% (15.6 MB)

[#001] sha256:58f6c533b2a1d2abcf1436ec81a2145020874a93aaab1c3f1e8b06c0f6a8f020 - 9.47% (9.76 MB)

[#002] sha256:5dbae73fef4976bf1cd7b47332ba5366a03fa233abe27b42c3d2e7469394838c - 55.18% (56.9 MB)

[#003] sha256:3230b60bd961392656c20dc1ceac86cad1ca13d7ab8e45936d3f68b8d52a33c6 - 9.57% (9.87 MB)

[#004] sha256:463370f4565cda0fe0e78fd05de2f28fd9de85d4e2b15fcc83f488ef763ae8d7 - 10.69% (11 MB)

[#005] sha256:1633e1ed3c0595a27d40f9c0d01d25cf6cb1ded73cce02b7ebda755e4cbdd791 - 0.0% (1.2 KB)

[#006] sha256:e3e4857d432308406d3c6231f3f17294b63a860fdbe74e3cf6d040c7c56bab66 - 0.0% (1.52 KB)

[#007] sha256:708f8dbc4d50849dec4da361a4a493a975a3220f93b248be4f297a2d182b57dd - 0.0% (557 Bytes)

[#008] sha256:4ea38c7f44888d67cb14c87be0b80130bc026f9fe652023b17ebdfcbd8f11d66 - 0.0% (416 Bytes)

[#009] sha256:7c38a8637af1a8e02bb927aca8a08360b6888c9f21b7182e3d68c293a7ec9d92 - 0.0% (280 Bytes)

[#010] sha256:95cc9e5e38e507d9022f906922701f7b581877b10fd680b88cfead16a5e547cd - 0.0% (3.28 KB)


History
2025-04-27 10:48:53 UTC (buildkit.dockerfile.v0)

ADD photon-rootfs-5.0-b3da2fa72.x86_64.tar.gz / # buildkit

2025-04-27 10:48:53 UTC (buildkit.dockerfile.v0)

LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20250427

2025-04-27 10:48:53 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2025-05-20 05:53:37 UTC

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

2025-05-20 05:53:41 UTC

/bin/sh -c tdnf install -y shadow >> /dev/null && groupadd -r postgres --gid=999 && useradd -m -r -g postgres --uid=999 postgres

2025-05-20 05:53:52 UTC

/bin/sh -c tdnf install -y postgresql14-server >> /dev/null

2025-05-20 05:53:55 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

2025-05-20 05:53:59 UTC

/bin/sh -c tdnf erase -y toybox && tdnf install -y util-linux net-tools

2025-05-20 05:53:59 UTC

/bin/sh -c #(nop) LABEL base-build-date=20250520

2025-05-22 07:41:21 UTC

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

2025-05-22 07:41:22 UTC

/bin/sh -c #(nop) COPY file:65fbf25fa96c6d515fc91ce1d9bfacd7935ccfee787b34ded6db3472212c79be in /docker-entrypoint.sh

2025-05-22 07:41:23 UTC

/bin/sh -c #(nop) COPY file:6a68b66cd41e6cb68253a08a0263fd620b9fd67d804e72fe3e9f9a8bcbcd7fb6 in /initdb.sh

2025-05-22 07:41:24 UTC

/bin/sh -c #(nop) COPY file:f828506bd931d56f6e05846db1593d947c79e4f0698f8506ecbee280807cb627 in /upgrade.sh

2025-05-22 07:41:25 UTC

/bin/sh -c #(nop) COPY file:70684786ab4ce5f9eecbd8736319e1b2e652c41e3896949dc630605a0301393b in /docker-healthcheck.sh

2025-05-22 07:41:26 UTC

/bin/sh -c #(nop) COPY file:1d6ac94a4d342fabd1133a33793850db7d65935d35c41156e582b586d17ff82e in /docker-entrypoint-initdb.d/

2025-05-22 07:41:26 UTC

/bin/sh -c chown -R postgres:postgres /docker-entrypoint.sh /initdb.sh /upgrade.sh /docker-healthcheck.sh /docker-entrypoint-initdb.d && chmod u+x /initdb.sh /upgrade.sh /docker-entrypoint.sh /docker-healthcheck.sh

2025-05-22 07:41:27 UTC

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

2025-05-22 07:41:28 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "/docker-healthcheck.sh"] "0s" "0s" "0s" '\x00'}

2025-05-22 07:41:29 UTC

/bin/sh -c #(nop) USER 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