Namespace
vulhub
Image / Tag
redis:5.0.7
Content Digest
sha256:495ae9193570b0104163be0533a506479d1bf6df97cde0e74551ea0f94a6383f
Details
Created

2022-03-10 14:25:12 UTC

Size

55.8 MB

Content Digest
Labels
  • maintainer
    phithon <root@leavesongs.com>

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7c3b88808835aa80f1ef7f03083c5ae781d0f44e644537cd72de4ce6c5e62e00 - 48.86% (27.2 MB)

[#001] sha256:0ebbc3aab95d15a6670f003fda71c862dc8f5001819164267007fc753acdfb8f - 48.09% (26.8 MB)

[#002] sha256:3b44c2c423c251c31c5bb63a9fe14800d5ee02ea349c63edfc8270853a82b644 - 3.01% (1.68 MB)

[#003] sha256:ca5b505882c1030155b9e21ff02ef96bf6023929d657a6c48a7769815280459a - 0.04% (20.9 KB)


History
2022-03-03 20:19:33 UTC

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

2022-03-03 20:19:33 UTC

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

2022-03-10 14:24:50 UTC

/bin/sh -c #(nop) LABEL maintainer=phithon <root@leavesongs.com>

2022-03-10 14:25:07 UTC

/bin/sh -c set -ex && apt-get update && apt-get install -y --no-install-recommends wget ca-certificates && apt-get install -y --no-install-recommends $(apt-cache depends redis-tools | grep Depends | sed "s/.*ends:\ //" | tr '\n' ' ')

2022-03-10 14:25:12 UTC

/bin/sh -c set -ex && cd /tmp && wget http://archive.ubuntu.com/ubuntu/pool/universe/r/redis/redis-server_5.0.7-2_amd64.deb && wget http://archive.ubuntu.com/ubuntu/pool/universe/r/redis/redis-tools_5.0.7-2_amd64.deb && wget http://archive.ubuntu.com/ubuntu/pool/universe/r/redis/redis_5.0.7-2_all.deb && dpkg -i *.deb

2022-03-10 14:25:12 UTC

/bin/sh -c set -ex && sed -i 's/bind 127.0.0.1 ::1/bind 0.0.0.0/g' /etc/redis/redis.conf && sed -i 's/protected-mode yes/protected-mode no/g' /etc/redis/redis.conf && sed -i 's/daemonize yes/daemonize no/g' /etc/redis/redis.conf && sed -i 's|logfile .*|logfile /dev/stdout|g' /etc/redis/redis.conf

2022-03-10 14:25:12 UTC

/bin/sh -c #(nop) CMD ["redis-server" "/etc/redis/redis.conf"]

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