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

2024-11-14 06:42:29 UTC

Size

102 MB

Content Digest
Labels
  • base-build-date
    20241113
  • build-date
    20241110
  • 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:2edca7ac248dd0ff5859ffd095f747beab6e196d996f24401d6fd681453d0706 - 15.08% (15.4 MB)

[#001] sha256:8c5225f188de99bb328c6835f12bf4df076bd3f1dae871ce47132e59129ddd5c - 9.33% (9.54 MB)

[#002] sha256:c26e1501effda94bbbde80a3c400c4fef4a2e377b01305151c764b0278b306ad - 55.53% (56.8 MB)

[#003] sha256:c1528fe712e78e4b985a0148709c84e5bbacab058f90059f05b3fa71df6cc326 - 9.49% (9.7 MB)

[#004] sha256:f5a09d3420cda082c34f25b575c9395b6131abe1c947c38c5482416c38492d81 - 10.56% (10.8 MB)

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

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

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

[#008] sha256:769af5679a4aff494060b98014db8db7cb69ea5499d3b1e2ce688e071fc61b68 - 0.0% (415 Bytes)

[#009] sha256:8ac7b5eedfbf04d4bef4c8139f8709f5b16cce9fc0f68fd3d8a98ff0d73c897f - 0.0% (283 Bytes)

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


History
2024-11-10 10:46:41 UTC (buildkit.dockerfile.v0)

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

2024-11-10 10:46:41 UTC (buildkit.dockerfile.v0)

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

2024-11-10 10:46:41 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2024-11-13 04:37:41 UTC

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

2024-11-13 04:37:45 UTC

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

2024-11-13 04:37:54 UTC

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

2024-11-13 04:37:56 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-11-13 04:38:00 UTC

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

2024-11-13 04:38:01 UTC

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

2024-11-14 06:42:20 UTC

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

2024-11-14 06:42:22 UTC

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

2024-11-14 06:42:23 UTC

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

2024-11-14 06:42:24 UTC

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

2024-11-14 06:42:25 UTC

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

2024-11-14 06:42:26 UTC

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

2024-11-14 06:42:26 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-11-14 06:42:27 UTC

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

2024-11-14 06:42:28 UTC

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

2024-11-14 06:42: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