Namespace
kennethreitz
Image / Tag
httpbin:test
Content Digest
sha256:38d73a5926b73d5cd9bd06ccfcf37feca7c9e1650805d44b6a52922ab22ed902
Details
Created

2018-07-04 14:54:07 UTC

Size

174 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.kennethreitz.vendor
    Kenneth Reitz
  • version
    0.9.0

Environment
PATH

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


Layers

[#000] sha256:6b98dfc1607190243b0938e62c5ba2b7daedf2c56d7825dfb835208344705641 - 17.13% (29.8 MB)

[#001] sha256:4001a1209541c37465e524db0b9bb20744ceb319e8303ebec3259fc8317e2dec - 0.0% (843 Bytes)

[#002] sha256:6319fc68c576d6bd3e469b0ae31e9a010bc9b71ed286cf4e632424d82dca70d8 - 0.0% (469 Bytes)

[#003] sha256:b24603670dc3e91d00439b5d56701884e4fc313877ef3940183a7e8e25fa5f1b - 0.0% (853 Bytes)

[#004] sha256:97f170c87c6f10548068b35cbe9bd00da1278b92f700a5e66c6a16ec04ba456b - 0.0% (162 Bytes)

[#005] sha256:a203dbc9e31567c559ea7bbd130573587fc3fb7d8b9f698adff0f741a7c73c0e - 75.69% (132 MB)

[#006] sha256:e5d5dcb9011ded39179b89e6ad02a1b01995a0d1a40eafa5fe8a7599ece3f7ed - 0.13% (230 KB)

[#007] sha256:f4e0a13a3c76b8ca15de7ecb2f2c156b14e0c4e7d7b55d298bcd17cad13cf929 - 7.04% (12.3 MB)


History
2018-06-05 21:20:51 UTC

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

2018-06-05 21:20:52 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2018-06-05 21:20:52 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2018-06-05 21:20:53 UTC

/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list

2018-06-05 21:20:54 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2018-06-05 21:20:54 UTC

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

2018-07-04 14:50:27 UTC

/bin/sh -c #(nop) LABEL name=httpbin

2018-07-04 14:50:28 UTC

/bin/sh -c #(nop) LABEL version=0.9.0

2018-07-04 14:50:28 UTC

/bin/sh -c #(nop) LABEL description=A simple HTTP service.

2018-07-04 14:50:28 UTC

/bin/sh -c #(nop) LABEL org.kennethreitz.vendor=Kenneth Reitz

2018-07-04 14:53:16 UTC

/bin/sh -c apt update -y && apt install python3-pip -y

2018-07-04 14:53:19 UTC

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

2018-07-04 14:53:20 UTC

/bin/sh -c #(nop) ADD dir:5faad9759a329b8610d14a09fb10964708fabeaf842ed31dfb3b44f660190b10 in /httpbin

2018-07-04 14:54:07 UTC

/bin/sh -c pip3 install --no-cache-dir gunicorn /httpbin

2018-07-04 14:54:07 UTC

/bin/sh -c #(nop) CMD ["gunicorn" "-b" "0.0.0.0:80" "httpbin:app" "-k" "gevent"]

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