2023-02-28 07:05:58 UTC
19.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a74e875c6304f5d6f83e92e63c70e126fe01d0e0b1e8f8415e22f130f6449b8d - 71.64% (14.1 MB)
[#001] sha256:3a702928a939b1bc7dcf77a3e32db14b8d675159216f56083571a817f8dedabd - 19.78% (3.9 MB)
[#002] sha256:6042effc63e24157a7caada040e0f3ca93882fb8d86a2c84b0086839aed6d96f - 8.31% (1.64 MB)
[#003] sha256:06c128a7e719cd69b822a619769a3006b014718a1af10652c1f30061662ff329 - 0.12% (24.4 KB)
[#004] sha256:6b9276b11cd15d0a0f5c70465372a1172183c01ae7307e09195ed2b476b0a5c5 - 0.13% (26.2 KB)
[#005] sha256:365d5b6cea7cce0afe886791c246c5c44983b4ef8cfffd751b3e79f9323bef6a - 0.02% (4.03 KB)
[#006] sha256:8d4966c3cbf9c96fa42d1d67d6a583dd1422c446488daec40dcdfc5ec26b5ab8 - 0.0% (563 Bytes)
/bin/sh -c #(nop) ADD file:cc69cb7ef9a97c613518efc7d7c61a4555a746ade85af0b46b58ebba96f0233f in /
2022-12-27 18:06:07 UTC/bin/sh -c #(nop) LABEL name=Photon OS 2.0 Base Image vendor=VMware build-date=20221224
2022-12-27 18:06:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-28 06:56:53 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c tdnf install -y nginx sudo >> /dev/null && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && groupadd -r -g 10000 nginx && useradd --no-log-init -r -g 10000 -u 10000 nginx && chown -R nginx:nginx /etc/nginx && tdnf clean all # buildkit
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)COPY /build_dir/dist /usr/share/nginx/html # buildkit
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)COPY /build_dir/swagger.yaml /usr/share/nginx/html # buildkit
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)COPY /build_dir/swagger.json /usr/share/nginx/html # buildkit
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)COPY /build_dir/LICENSE /usr/share/nginx/html # buildkit
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)COPY make/photon/portal/nginx.conf /etc/nginx/nginx.conf # buildkit
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)VOLUME [/var/cache/nginx /var/log/nginx /run]
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl --fail -s http://127.0.0.1:8080 || exit 1"] "0s" "0s" "0s" '\x00'}
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)USER nginx
2023-02-28 07:05:58 UTC (buildkit.dockerfile.v0)CMD ["nginx" "-g" "daemon off;"]
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.