Namespace
kong
Image / Tag
httpbin:0.2.1
Content Digest
sha256:5aee7b0cfa825e1317ad795f65e88f63cd66d227f43a3988060d4878dd7a8897
Details
Created

2024-10-28 09:56:43 UTC

Size

265 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2024-10-28T09:56:04.301Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    372a20cdaa69650b4314c3d302ea5cb4dc43f8fd
  • org.opencontainers.image.source
    https://github.com/Kong/httpbin
  • org.opencontainers.image.title
    httpbin
  • org.opencontainers.image.url
    https://github.com/Kong/httpbin
  • org.opencontainers.image.version
    0.2.1

Environment
HOME

/httpbin

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

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


Layers

[#000] sha256:857cc8cb19c0f475256df4b7709003b77f101215ebf3693118e61aac6a5ea4ff - 10.65% (28.2 MB)

[#001] sha256:7d67db22af8d8c3ed7f571cc2d39f5980d3b3c5edc3fa08fdd03ba450b14e6ce - 0.0% (97 Bytes)

[#002] sha256:cccd41b7ad2eb514d17caf649e5465c859d45a4cefdbd0f7ac58be2b4d4a7c9f - 69.0% (183 MB)

[#003] sha256:57bcb7200db96b5c9a182febd586b39263a0268ae23bcc48c502cf5687f776aa - 0.05% (123 KB)

[#004] sha256:4e09e1bfce879a4eb2626cc089490abcee6b35f2442386646176be53dea1fe38 - 20.31% (53.7 MB)


History
2024-08-13 09:27:22 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-08-13 09:27:22 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-08-13 09:27:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-08-13 09:27:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2024-08-13 09:27:24 UTC

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

2024-08-13 09:27:24 UTC

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

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

ENV HOME=/httpbin

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2024-10-28 09:56:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt update -y && apt install python3-pip libssl-dev libffi-dev git -y && pip3 install --no-cache-dir pipenv # buildkit

2024-10-28 09:56:34 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

2024-10-28 09:56:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pipenv sync # buildkit

2024-10-28 09:56:43 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-10-28 09:56:43 UTC (buildkit.dockerfile.v0)

CMD ["pipenv" "run" "gunicorn" "-b" "0.0.0.0:80" "httpbin:app" "-k" "gevent"]

Details
Created

2024-10-28 10:00:24 UTC

Size

253 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2024-10-28T09:56:04.301Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    372a20cdaa69650b4314c3d302ea5cb4dc43f8fd
  • org.opencontainers.image.source
    https://github.com/Kong/httpbin
  • org.opencontainers.image.title
    httpbin
  • org.opencontainers.image.url
    https://github.com/Kong/httpbin
  • org.opencontainers.image.version
    0.2.1

Environment
HOME

/httpbin

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

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


Layers

[#000] sha256:e63ce922f0229bde5aea9f366c46883dcd23747e7d2c541f16665f199dbf98b8 - 10.33% (26.1 MB)

[#001] sha256:474407d827d388de9168812ab9a46403cb8e0d698f6229739bb751e9eee6e958 - 0.0% (97 Bytes)

[#002] sha256:4910deb57025c34ab0d639a6e7afb567aeca8ed5909f56ddb03836ad34fa2e00 - 69.58% (176 MB)

[#003] sha256:57bcb7200db96b5c9a182febd586b39263a0268ae23bcc48c502cf5687f776aa - 0.05% (123 KB)

[#004] sha256:0288fc769ebb58e6ded17bf202f60614d79db5805a963b7cd6993b481dd5f687 - 20.05% (50.6 MB)


History
2024-08-13 09:28:17 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-08-13 09:28:17 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-08-13 09:28:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-08-13 09:28:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2024-08-13 09:28:20 UTC

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

2024-08-13 09:28:20 UTC

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

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

ENV HOME=/httpbin

2024-10-28 09:56:08 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2024-10-28 09:59:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt update -y && apt install python3-pip libssl-dev libffi-dev git -y && pip3 install --no-cache-dir pipenv # buildkit

2024-10-28 09:59:25 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

2024-10-28 10:00:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pipenv sync # buildkit

2024-10-28 10:00:24 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-10-28 10:00:24 UTC (buildkit.dockerfile.v0)

CMD ["pipenv" "run" "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