Namespace
opstree
Image / Tag
redis:latest
Content Digest
sha256:4f2c8fef608baca580867173607febd846dfeb08a424f93fef4748018f1048dd
Details
Created

2020-03-16 14:54:16 UTC

Size

71.6 MB

Content Digest
Labels
  • ARCH
    AMD64
  • DESCRIPTION
    A production grade performance tuned docker image created by Opstree Solutions
  • VERSION
    1.0

Environment
PATH

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


Layers

[#000] sha256:9123ac7c32f74759e6283f04dbf571f18246abe5bb2c779efcb32cd50f3ff13c - 3.68% (2.64 MB)

[#001] sha256:d76b44723f86d05679a7a5064e99e6c4e00e210ff5c24f1d30cd87d7ab1d7854 - 0.0% (278 Bytes)

[#002] sha256:d576f7aa30ff20fbe684b189c317e04125e9ebb6a1fcf9c5f4d7c0d8e49e5193 - 0.0% (628 Bytes)

[#003] sha256:c254113cfad8f50d1c8af63d15850e0e6a641d55edd3aacdf55091189968faf8 - 77.85% (55.7 MB)

[#004] sha256:876c8b40d2e14dfb94d360901c34979e5ed1fa93410695e0b6319d4df6a91b37 - 18.47% (13.2 MB)

[#005] sha256:61d49460d404929919ef6ebfeb2e6a2906161fdafe6c1455f25e099644806fa4 - 0.0% (133 Bytes)


History
2020-01-23 16:53:17 UTC

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

2020-01-23 16:53:17 UTC

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

2020-03-05 09:29:09 UTC

/bin/sh -c #(nop) MAINTAINER Opstree Solutions

2020-03-05 09:29:11 UTC

/bin/sh -c #(nop) LABEL VERSION=1.0 ARCH=AMD64 DESCRIPTION=A production grade performance tuned docker image created by Opstree Solutions

2020-03-05 09:29:13 UTC

/bin/sh -c #(nop) ARG REDIS_DOWNLOAD_URL=http://download.redis.io/

2020-03-05 10:10:56 UTC

/bin/sh -c #(nop) ARG REDIS_VERSION=stable

2020-03-16 12:27:41 UTC

/bin/sh -c #(nop) COPY file:062c8289ef3613f5974930758cdcad46539d571dfa7e365a84c31c468badf5fb in /etc/redis/redis.conf

2020-03-16 14:49:46 UTC

/bin/sh -c #(nop) COPY file:8c470a87e0e95ff49e3d442a32449dc3bf87bd8cdca346405c2d5979ee8f74c9 in /usr/bin/entrypoint.sh

2020-03-16 14:50:34 UTC

|2 REDIS_DOWNLOAD_URL=http://download.redis.io/ REDIS_VERSION=stable /bin/sh -c addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis && apk add --no-cache su-exec tzdata make curl build-base linux-headers

2020-03-16 14:53:55 UTC

|2 REDIS_DOWNLOAD_URL=http://download.redis.io/ REDIS_VERSION=stable /bin/sh -c curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz ${REDIS_DOWNLOAD_URL}/redis-${REDIS_VERSION}.tar.gz && cd /tmp && tar xvzf redis-${REDIS_VERSION}.tar.gz && cd redis-${REDIS_VERSION} && make && make install && mkdir -p /etc/redis && cp -f *.conf /etc/redis && rm -rf /tmp/redis-${REDIS_VERSION}*

2020-03-16 14:54:00 UTC

/bin/sh -c #(nop) VOLUME [/data]

2020-03-16 14:54:05 UTC

/bin/sh -c #(nop) WORKDIR /data

2020-03-16 14:54:10 UTC

/bin/sh -c #(nop) EXPOSE 6379

2020-03-16 14:54:16 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/entrypoint.sh"]

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