2024-12-30 10:35:22 UTC
58 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5dd356290eb969f9da3808d9205154bcc6fa3f5d615ab134648a604807fea612 - 26.73% (15.5 MB)
[#001] sha256:beeea099f6e756224fe2531ddeb10927902888b9b957f42d5a1766a311447bac - 16.58% (9.62 MB)
[#002] sha256:b1c125e5702e476878f2a056e30a7e79af7142f89b258ec1c5e790c73940ecf6 - 56.62% (32.8 MB)
[#003] sha256:51ef1afb91da725e536404099bbc4c44a8a135f51d5aecb056aade3c5f6db5ce - 0.0% (271 Bytes)
[#004] sha256:31879f916a3ae0cdcd92d6b24b62e92ea9729fadb30321457c6b829595840d15 - 0.03% (19.6 KB)
[#005] sha256:a2c8768ccca572884a93765b8718f37e3f1f8b69d26640cdc238221256530599 - 0.03% (19.9 KB)
ADD photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz / # buildkit
2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20241222
2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash"]
2024-12-30 10:34:54 UTC/bin/sh -c tdnf install -y shadow >> /dev/null && groupadd -g 999 redis && useradd -u 999 -g 999 -c "Redis Database Server" -d /var/lib/redis -s /sbin/nologin -m redis
2024-12-30 10:35:00 UTC/bin/sh -c tdnf install -y redis && tdnf clean all
2024-12-30 10:35:01 UTC/bin/sh -c #(nop) LABEL base-build-date=20241230
2024-12-30 10:35:15 UTC/bin/sh -c #(nop) VOLUME [/var/lib/redis]
2024-12-30 10:35:16 UTC/bin/sh -c #(nop) WORKDIR /var/lib/redis
2024-12-30 10:35:18 UTC/bin/sh -c #(nop) COPY file:831a5d1a1c7094723456269a9870df0af12144268feadd19775d1595cef21ad4 in /usr/bin/
2024-12-30 10:35:19 UTC/bin/sh -c #(nop) COPY file:5827d71882cd00b1a63753817325af6beb351205e83680e2a91f3b347075494c in /etc/redis.conf
2024-12-30 10:35:19 UTC/bin/sh -c chmod +x /usr/bin/docker-healthcheck && chown redis:redis /etc/redis.conf
2024-12-30 10:35:20 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "docker-healthcheck"] "0s" "0s" "0s" '\x00'}
2024-12-30 10:35:21 UTC/bin/sh -c #(nop) USER redis
2024-12-30 10:35:22 UTC/bin/sh -c #(nop) CMD ["redis-server" "/etc/redis.conf"]