Namespace
kong
Image / Tag
httpbin:0.2.0
Content Digest
sha256:c0c44152d0c9466915aaea170fd4dbe7a418829d7c479520407e4f2f9048a9aa
Details
Created

2024-09-24 10:37:00 UTC

Size

261 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2024-09-24T10:36:21.454Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    4a110b698a36e568c4e1cee98143cfe53a1ee59b
  • 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.0

Environment
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.8% (28.2 MB)

[#001] sha256:17047ab23f12a42dd6e2342c6554e7a8316a04e79a5130e6f75e99b20121e0fd - 71.16% (186 MB)

[#002] sha256:3b994b09e82199ca34d14bc7f2e0070fbf21fd3b770ed80e9970e0202c2818f0 - 0.0% (97 Bytes)

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

[#004] sha256:004466658dafb8df4e469a114c90f519cf22c43504761a657f74c2e83df5adf0 - 17.99% (46.9 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-09-24 10:36:51 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2024-09-24 10:36:51 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2024-09-24 10:36:51 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2024-09-24 10:36:51 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-09-24 10:36:51 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-09-24 10:36:51 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2024-09-24 10:36:51 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

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

RUN /bin/sh -c pipenv sync # buildkit

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

EXPOSE map[80/tcp:{}]

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

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

Details
Created

2024-09-24 10:40:55 UTC

Size

249 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2024-09-24T10:36:21.454Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    4a110b698a36e568c4e1cee98143cfe53a1ee59b
  • 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.0

Environment
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.49% (26.1 MB)

[#001] sha256:35e7cfe3f2b26d784583d805885e3043a6a17a25ff0ac02513a07cb118a71d9a - 71.85% (179 MB)

[#002] sha256:50ec409c3c54ed7ee6a7faa6f35b0e3f1ecb4259f326c19ce2c60d0580e69fc6 - 0.0% (97 Bytes)

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

[#004] sha256:af2ee96c978aad95c0b24b43b40dcde7ce376bdd209fb2e6364c4131d257f15f - 17.61% (43.8 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-09-24 10:39:51 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2024-09-24 10:39:51 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2024-09-24 10:39:51 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2024-09-24 10:39:51 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2024-09-24 10:39:51 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-09-24 10:39:51 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2024-09-24 10:39:51 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

2024-09-24 10:40:55 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pipenv sync # buildkit

2024-09-24 10:40:55 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-09-24 10:40:55 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