Namespace
goharbor
Image / Tag
harbor-db:v2.9.0-dev
Content Digest
sha256:c8b9d7ba04dc99253329f20e2f7f88aa72f6db8bc1f70e5f12d699f24d5f5909
Details
Created

2023-10-16 16:43:50 UTC

Size

128 MB

Content Digest
Labels
  • base-build-date
    20230912
  • build-date
    20230909
  • 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:9237c7978d1801f7cb4b7f1c3daef0adc9a84ad96258aaa69fc0c450baf6624d - 11.9% (15.2 MB)

[#001] sha256:e5645da53e8e59c7cf8fc0a4c35237f33a6ea9acefae4e4f44bed888afa02d35 - 17.63% (22.5 MB)

[#002] sha256:2db13c96dbc2ee424e778503845c4e883e5b9308f038a0286f4019c8148da4a9 - 44.25% (56.5 MB)

[#003] sha256:b927b2bced2d26c1b2548620cb836f1644ae137168c5c19d3324c1a92253d51a - 7.37% (9.41 MB)

[#004] sha256:fe8c18723893680766799b7de25ace4b5cf70ffe32affd55eefc81cd54ebf2eb - 18.85% (24 MB)

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

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

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

[#008] sha256:36f2869c399e055493f18d42307cd8809dc6b7d46ca3edfb462ea53aa884d6b6 - 0.0% (415 Bytes)

[#009] sha256:7db35c8ba57da64034880d9c301e2c838770137dc2859fb4924c52ef192848e0 - 0.0% (284 Bytes)

[#010] sha256:579951c4a4e8ce073b26931c0a37a67a6fbda4e45c70bb229477f4bf5130c582 - 0.0% (1.65 KB)


History
2023-09-11 18:19:59 UTC

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

2023-09-11 18:19:59 UTC

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

2023-09-11 18:19:59 UTC

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

2023-09-12 03:23:11 UTC

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

2023-09-12 03:23:23 UTC

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

2023-09-12 03:23:41 UTC

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

2023-09-12 03:23:47 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-09-12 03:23:59 UTC

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

2023-09-12 03:23:59 UTC

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

2023-10-16 16:43:42 UTC

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

2023-10-16 16:43:43 UTC

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

2023-10-16 16:43:44 UTC

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

2023-10-16 16:43:45 UTC

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

2023-10-16 16:43:46 UTC

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

2023-10-16 16:43:47 UTC

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

2023-10-16 16:43:47 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-10-16 16:43:48 UTC

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

2023-10-16 16:43:49 UTC

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

2023-10-16 16:43:50 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