Namespace
goharbor
Image / Tag
harbor-db:v2.8.3
Content Digest
sha256:8d11dcc86fb2b556c6085421f7bab4e67778641c397bc09c4342a0fe832c3d73
Details
Created

2023-07-27 05:48:55 UTC

Size

73.3 MB

Content Digest
Labels
  • base-build-date
    20230726
  • build-date
    20230722
  • name
    Photon OS x86_64/4.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:64766fbe86f32891d240c0072a65896d4c29f8b9b76e5536e02ee8f629fdbb05 - 21.31% (15.6 MB)

[#001] sha256:77ae5c67c537aeb8c3bb8674d9f528bb8b9ec8aa2087a781f5c029d1e103a3aa - 56.09% (41.1 MB)

[#002] sha256:617d75a3b742e6848000bc8e17a3e51731cdbb32b53907b7158a5b3af4a697d7 - 22.59% (16.6 MB)

[#003] sha256:e17c889a459ed24535a1ad9d44ae88ddbcae0d66103e0b83bbd884bda3779492 - 0.0% (1.21 KB)

[#004] sha256:33e0e7ab736c155c390cc7aeface344b9cca983ff1142a79066e68481dc91182 - 0.0% (1.52 KB)

[#005] sha256:6f9b27820cb4e731eff3a76dd0a32cb5cf2a1e254068b77db038b0783ade29a7 - 0.0% (559 Bytes)

[#006] sha256:64df7f752d80d84d93cfea961ec490416d508d53a066ae87e7de901df8a4b388 - 0.0% (414 Bytes)

[#007] sha256:5d86dc325589a993c52f21802f3d537b2f8bdb44e3bcded7f7dbace5bc292a09 - 0.0% (269 Bytes)

[#008] sha256:97b93f68c7e34b03b6433575c515c61e806c2d1dd049699f058e4190e61899bd - 0.0% (269 Bytes)

[#009] sha256:6321ccc4fee41954ff8a2f70e088998f01078d86b1dd2eb5c93c977d24e36800 - 0.0% (284 Bytes)

[#010] sha256:1e741c4c697c42d1674fb26cd05716e75839cb920aec5a672ba68918ef934d60 - 0.0% (1.79 KB)


History
2023-07-25 00:18:36 UTC

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

2023-07-25 00:18:37 UTC

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

2023-07-25 00:18:37 UTC

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

2023-07-26 04:32:26 UTC

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

2023-07-26 04:32:46 UTC

/bin/sh -c tdnf install -y shadow gzip postgresql13 findutils bc >> /dev/null && groupadd -r postgres --gid=999 && useradd -m -r -g postgres --uid=999 postgres && 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/13/share/postgresql/postgresql.conf.sample && sed -i "s|#unix_socket_directories = '/tmp'.*|unix_socket_directories = '/run/postgresql'|g" /usr/pgsql/13/share/postgresql/postgresql.conf.sample && tdnf clean all

2023-07-26 04:32:57 UTC

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

2023-07-26 04:32:58 UTC

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

2023-07-27 05:48:44 UTC

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

2023-07-27 05:48:46 UTC

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

2023-07-27 05:48:47 UTC

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

2023-07-27 05:48:48 UTC

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

2023-07-27 05:48:49 UTC

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

2023-07-27 05:48:50 UTC

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

2023-07-27 05:48:51 UTC

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

2023-07-27 05:48:52 UTC

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

2023-07-27 05:48:52 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-07-27 05:48:53 UTC

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

2023-07-27 05:48:54 UTC

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

2023-07-27 05:48:55 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