Namespace
goharbor
Image / Tag
harbor-portal:v1.10.17-dev
Content Digest
sha256:ca381df1c61117cafd028d9031d16e3be69421f5f1ea00b0ca31d06ed20b2d80
Details
Created

2023-04-11 07:25:42 UTC

Size

48.9 MB

Content Digest
Labels
  • build-date
    20230325
  • 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


Layers

[#000] sha256:59695153de0d280efefe0b529aef9246b7ac4a44281b609b854dee3abefc2401 - 31.39% (15.3 MB)

[#001] sha256:5125e087f263179529e587a04be69518d0521204adefe863382330f0716e6e09 - 65.14% (31.8 MB)

[#002] sha256:a206b1546bfae3b34d6c88c051de76d9b45c74b41ee45c38dd92f64274c7d242 - 3.36% (1.64 MB)

[#003] sha256:346539caa7e5423403060526a6468db1299ed9f8dc25e24c9cf738a978e0bae0 - 0.05% (24.4 KB)

[#004] sha256:f3587c096864b1680c74aa10082e98d8f3ac4e88ee7f3234cdd7faba26749e95 - 0.05% (26.2 KB)

[#005] sha256:913baa559044af464258df449ba8e18f095339577bb05c70aa6f7a9472260748 - 0.01% (4.04 KB)

[#006] sha256:9ecc989e34c3dd492bafded1048945e6bb08dc6c3ac3dd4de5181538936250fa - 0.0% (562 Bytes)


History
2023-03-27 18:21:13 UTC

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

2023-03-27 18:21:14 UTC

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

2023-03-27 18:21:14 UTC

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

2023-04-11 07:18:10 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c tdnf install -y nginx shadow >> /dev/null && tdnf clean all && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && groupmod -g 10000 nginx && usermod -g 10000 -u 10000 -d /home/nginx -s /bin/bash nginx && chown -R nginx:nginx /etc/nginx # buildkit

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

COPY /build_dir/dist /usr/share/nginx/html # buildkit

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

COPY /build_dir/swagger.yaml /usr/share/nginx/html # buildkit

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

COPY /build_dir/swagger.json /usr/share/nginx/html # buildkit

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

COPY /build_dir/LICENSE /usr/share/nginx/html # buildkit

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

COPY make/photon/portal/nginx.conf /etc/nginx/nginx.conf # buildkit

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

VOLUME [/var/cache/nginx /var/log/nginx /run]

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "curl --fail -s http://127.0.0.1:8080 || exit 1"] "0s" "0s" "0s" '\x00'}

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

USER nginx

2023-04-11 07:25:42 UTC (buildkit.dockerfile.v0)

CMD ["nginx" "-g" "daemon off;"]

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