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

2024-04-12 09:04:47 UTC

Size

73.3 MB

Content Digest
Labels
  • base-build-date
    20240412
  • build-date
    20240401
  • 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:980ae8ae3d447c7abfb412dc39a0364d2300d69225d84ed0971250bb6ced68d1 - 21.05% (15.4 MB)

[#001] sha256:2ccd4d1b3aa445fcb359359cd8042b5ede8a154500553d26ec756e4ca3f65124 - 56.11% (41.1 MB)

[#002] sha256:31cf7431d5a9009cba20c6844ff169e572468102958049cea2c39f650f08d9e7 - 22.83% (16.7 MB)

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

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

[#005] sha256:5e68aba8ef2a9245dcd8ee8e6221c873d496a48b12b2cf94a374ce3c5fe7b857 - 0.0% (557 Bytes)

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

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

[#008] sha256:c08227c66e1de2279a30d65888cb554e752b0f3c553d007efdea4f19f3cd11f3 - 0.0% (270 Bytes)

[#009] sha256:5a2de94d3c3f72a97c48e50b1705f7b368ef1a0cefdbb3997e00a5485dd13088 - 0.0% (282 Bytes)

[#010] sha256:893ae312254d017120c1a21e231c0ca1b6957af26269caaa0cf4569ed5a8872e - 0.0% (1.79 KB)


History
2024-04-02 17:54:48 UTC

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

2024-04-02 17:54:48 UTC

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

2024-04-02 17:54:48 UTC

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

2024-04-12 03:02:23 UTC

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

2024-04-12 03:02:58 UTC

/bin/sh -c tdnf install -y shadow gzip postgresql13 findutils bc >> /dev/null && userdel postgres && groupdel postgres && 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

2024-04-12 03:03:08 UTC

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

2024-04-12 03:03:08 UTC

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

2024-04-12 09:04:37 UTC

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

2024-04-12 09:04:38 UTC

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

2024-04-12 09:04:39 UTC

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

2024-04-12 09:04:40 UTC

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

2024-04-12 09:04:41 UTC

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

2024-04-12 09:04:42 UTC

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

2024-04-12 09:04:43 UTC

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

2024-04-12 09:04:44 UTC

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

2024-04-12 09:04:44 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-04-12 09:04:45 UTC

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

2024-04-12 09:04:46 UTC

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

2024-04-12 09:04:47 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