Namespace
goharbor
Image / Tag
harbor-db:v2.9.0-rc2
Content Digest
sha256:8627e1f68de4b4b95cbbee8ff596d9c86becfd810b7df538821f109e7c89812d
Details
Created

2023-08-28 03:41:43 UTC

Size

117 MB

Content Digest
Labels
  • base-build-date
    20230828
  • build-date
    20230819
  • 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:e8a5cf3bb1101a15782997d005b52cda87a92e316c70f6dee1ecd25b2b3915fd - 12.93% (15.2 MB)

[#001] sha256:39624f94780e2d21a39746e3b375029b64c564d032b3b817371f5fe31af83988 - 14.82% (17.4 MB)

[#002] sha256:fac53b0b2aa24a8f884059972cee093dcf1b69b89783be5f965deb7d46a44164 - 48.08% (56.5 MB)

[#003] sha256:f0864beb8867de8326a3768870b68c41253cd79fef9937e8c949a8d3b8cb4ab1 - 8.01% (9.4 MB)

[#004] sha256:51710dcebf0e2acf033eb9af7644ef12a3d75a8e369a9700566647bb90af831f - 16.15% (19 MB)

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

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

[#007] sha256:6d2fffdb4a5912282e97aff21d8b5c76046abdaa23200bb3b7c285f2c3406d4d - 0.0% (557 Bytes)

[#008] sha256:2cad3e81e33c59e9ca7c9e68482805015b3dbe9c514267873e675f9a55e36470 - 0.0% (416 Bytes)

[#009] sha256:151d2a7ddccd4606f4dbfeccdaf630e46d51c14ebcc2efa08680965abd88b201 - 0.0% (281 Bytes)

[#010] sha256:dd4bd8ae169ff4a72648c993818dcf7e63b2d85b22b0cbc63fd2c2dbae313714 - 0.0% (1.64 KB)


History
2023-08-21 19:27:36 UTC

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

2023-08-21 19:27:37 UTC

/bin/sh -c #(nop) LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20230819

2023-08-21 19:27:37 UTC

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

2023-08-28 03:40:12 UTC

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

2023-08-28 03:40:24 UTC

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

2023-08-28 03:40:49 UTC

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

2023-08-28 03:40:55 UTC

/bin/sh -c tdnf install -y gzip postgresql14-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/14/share/postgresql/postgresql.conf.sample && sed -i "s|#unix_socket_directories = '/tmp'.*|unix_socket_directories = '/run/postgresql'|g" /usr/pgsql/14/share/postgresql/postgresql.conf.sample && tdnf clean all

2023-08-28 03:41:06 UTC

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

2023-08-28 03:41:06 UTC

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

2023-08-28 03:41:35 UTC

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

2023-08-28 03:41:36 UTC

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

2023-08-28 03:41:37 UTC

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

2023-08-28 03:41:38 UTC

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

2023-08-28 03:41:39 UTC

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

2023-08-28 03:41:40 UTC

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

2023-08-28 03:41:40 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

2023-08-28 03:41:41 UTC

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

2023-08-28 03:41:42 UTC

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

2023-08-28 03:41:43 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