Sign inSign up

kong/httpbin:sha-ea5c777

Multi-platform
Manifest digest

sha256:d6cd0a70010b7b89c50d1b8ac71900fe939584e6764ff61ddb814994f2cdddbd

OS/ARCH

Compressed size

264.75 MB

Last pushed

over 4 years by kongcloudpush

Type

Image

Manifest digest

sha256:d6cd0a70010b7b89c50d1b8ac71900fe939584e6764ff61ddb814994f2cdddbd

Image Layers

1ADD file ... in / 25.47 MB
2CMD ["bash"]0 B
3LABEL name=httpbin0 B
4LABEL version=0.9.20 B
5LABEL description=A simple HTTP service.0 B
6LABEL org.kennethreitz.vendor=Kenneth Reitz0 B
7ENV LC_ALL=C.UTF-80 B
8ENV LANG=C.UTF-80 B
9RUN /bin/sh -c apt update217.26 MB
10ADD Pipfile Pipfile.lock /httpbin/ #5.45 KB
11WORKDIR /httpbin32 B
12RUN /bin/sh -c /bin/bash -c7.34 MB
13ADD . /httpbin # buildkit102.39 KB
14RUN /bin/sh -c pip3 install14.57 MB
15EXPOSE map[80/tcp:{}]0 B
16CMD ["gunicorn" "-b" "0.0.0.0:80" "httpbin:app"0 B

Command

ADD file:40290d9a94ae76c35ab1f57178130ce1c5b976e34a91e77472ecf7e945ab64f9 in /