Namespace
goharbor
Image / Tag
harbor-db:v2.10.1
Content Digest
sha256:d13a06d98ff1f65e5b579414b786148e07777a7b810278d1f4d67d6c1f83264e
Details
Created

2024-03-13 09:52:12 UTC

Size

101 MB

Content Digest
Labels
  • base-build-date
    20240313
  • build-date
    20240311
  • 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:698e1d6d81f111a14183371da1970a2c796be3b1428e4b5908af71920ee3ce8e - 15.09% (15.2 MB)

[#001] sha256:8ab075dc9b9c3fe5717e566cd3ee6fbe508f3c9e032cc6640a37023dd1a548d6 - 9.24% (9.33 MB)

[#002] sha256:933e66dd906d5d956ac8f7ba644e0a9b06934eee5f1911bc71f6272786456783 - 55.85% (56.4 MB)

[#003] sha256:d811c1e6cb9d027779d333c59d87485bab6048e7879a3e136191480cc5f7fcb8 - 9.32% (9.41 MB)

[#004] sha256:d6d8ce500c5910e74a96361f43daf6246b55dc4884c71de9ad23cd513743c56f - 10.5% (10.6 MB)

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

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

[#007] sha256:bcf8e79dc6f505a10f170ecdfaa41aa267f3fc4df02d1ead396553c72af081e4 - 0.0% (558 Bytes)

[#008] sha256:7ec1bf681998f46aa6622fda98a194e462ce423622dc0ef6ede33905146812f5 - 0.0% (415 Bytes)

[#009] sha256:14775245cf76e2075044ae902305e9aefc4fe302baf06b684e9672b83dd9ade5 - 0.0% (282 Bytes)

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


History
2024-03-12 18:05:55 UTC

/bin/sh -c #(nop) ADD file:32c7320cd2e93d81819008b4f36d73ca29f1549fa478b8bd01abee8b0e432ae1 in /

2024-03-12 18:05:55 UTC

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

2024-03-12 18:05:56 UTC

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

2024-03-13 09:51:30 UTC

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

2024-03-13 09:51: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-03-13 09:51:42 UTC

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

2024-03-13 09:51:45 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

2024-03-13 09:51:48 UTC

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

2024-03-13 09:51:49 UTC

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

2024-03-13 09:52:04 UTC

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

2024-03-13 09:52:05 UTC

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

2024-03-13 09:52:06 UTC

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

2024-03-13 09:52:07 UTC

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

2024-03-13 09:52:08 UTC

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

2024-03-13 09:52:09 UTC

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

2024-03-13 09:52:09 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-03-13 09:52:10 UTC

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

2024-03-13 09:52:11 UTC

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

2024-03-13 09:52:12 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