Namespace
opstree
Image / Tag
redis:1.0
Content Digest
sha256:135512f4a58089a64bab0dbebc20d83975162d22bce970ea6bf72adbb27477a6
Details
Created

2020-03-05 10:14:03 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:35ea66b7a90a9ab0a8536afa1a3ba87ac405a10072804fb058e6fd3f70b1eb18 - 0.03% (20.9 KB)

[#002] sha256:08948717c2a131a494f4aa7f936a1f835df2e27c570667fde578fbe3f627d3b4 - 77.83% (55.7 MB)

[#003] sha256:6617462ccd71efc7bd4f5cd45b8b86c35a17b932b1466f19d918d209f956e079 - 18.46% (13.2 MB)

[#004] sha256:99c29a4678a19d0494017b0d0ebba8ce8da92b80a10e0134e4b987a0f3fc3436 - 0.0% (132 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-05 10:10:58 UTC

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

2020-03-05 10:11:21 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-05 10:13:56 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-05 10:13:58 UTC

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

2020-03-05 10:14:00 UTC

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

2020-03-05 10:14:02 UTC

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

2020-03-05 10:14:03 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