2023-02-28 07:12:43 UTC
109 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a74e875c6304f5d6f83e92e63c70e126fe01d0e0b1e8f8415e22f130f6449b8d - 13.03% (14.1 MB)
[#001] sha256:2cbc54bc8c88a9a2566b5ad693f6d751c1094afeca70c7e74ac00fc9e0200ca8 - 86.94% (94.4 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:2b138844360e0d824cb1202122eeb070ec25cd47228a2793ffd09b44e7a99510 - 0.0% (269 Bytes)
[#004] sha256:f5bc6f14032f85786020cf402be31bef8acd67278e60cc393c4af4c62a781b8f - 0.02% (19.6 KB)
[#005] sha256:30c4bba9643603361f91f75a2d1bb27b658a9b8b94d070f7d9d52faa05625765 - 0.02% (19.9 KB)
/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:58:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c tdnf install -y redis sudo # buildkit
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/redis]
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)WORKDIR /var/lib/redis
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)COPY ./make/photon/redis/docker-healthcheck /usr/bin/ # buildkit
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)COPY ./make/photon/redis/redis.conf /etc/redis.conf # buildkit
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /usr/bin/docker-healthcheck && chown redis:redis /etc/redis.conf # buildkit
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD" "docker-healthcheck"] "0s" "0s" "0s" '\x00'}
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)USER redis
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)EXPOSE map[6379/tcp:{}]
2023-02-28 07:12:43 UTC (buildkit.dockerfile.v0)CMD ["redis-server" "/etc/redis.conf"]
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.