2020-06-09 05:35:00 UTC
16.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 15.93% (2.67 MB)
[#001] sha256:37d86c6f4ff83449ca424afa82f7af281ef0bb6261ad4418d55c0023fc87870d - 84.07% (14.1 MB)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-09 05:31:29 UTC/bin/sh -c #(nop) MAINTAINER Stanislav Serebrennikov <goodsmileduck@gmail.com>
2020-06-09 05:31:30 UTC/bin/sh -c #(nop) ARG REDIS_VERSION=6.0.4
2020-06-09 05:31:30 UTC/bin/sh -c #(nop) ARG REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-6.0.4.tar.gz
2020-06-09 05:35:00 UTC|2 REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-6.0.4.tar.gz REDIS_VERSION=6.0.4 /bin/sh -c apk update && apk upgrade && apk add --update --no-cache --virtual build-deps gcc make linux-headers musl-dev tar && wget -O redis.tar.gz "$REDIS_DOWNLOAD_URL" && mkdir -p /usr/src/redis && tar -xzf redis.tar.gz -C /usr/src/redis --strip-components=1 && rm redis.tar.gz && make -C /usr/src/redis install redis-cli /usr/bin && rm -r /usr/src/redis && apk del build-deps && rm -rf /var/cache/apk/*
2020-06-09 05:35:00 UTC/bin/sh -c #(nop) CMD ["redis-cli"]
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.