Namespace
kong
Image / Tag
httpbin:0.2.2
Content Digest
sha256:56a44cb85076f1c838eb4d3e5721be1928482ea1361516d82d3d7cde0aafcce6
Details
Created

2025-01-08 01:39:08 UTC

Size

263 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2025-01-08T01:38:31.552Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    0127fb10b29bdfe3c6e926d5773049823e8c52ec
  • 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.2

Environment
HOME

/httpbin

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

/httpbin/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:6414378b647780fee8fd903ddb9541d134a1947ce092d08bdeb23a54cb3684ac - 10.71% (28.2 MB)

[#001] sha256:73df38c85f5b6a4517d6fb037921557d0be83abd9bd2055b8523e97f58b8e2bb - 0.0% (97 Bytes)

[#002] sha256:40ab7bd7a0bd37758f695e0160cd06f22647903fdd2e9eac166f47a00c7d2ae2 - 0.0% (4.55 KB)

[#003] sha256:c46168b234a646e22227c8f0ccbfab56f6db3edf99c2935ee927f718c4d812b6 - 0.0% (107 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:af612e136fa4b9c6c50ee43b7948e5dac71ca6f3da94432374d2173818179c52 - 64.92% (171 MB)

[#006] sha256:599a0b4c40566dea34a8d499989aa7a29a3759e65049a79a151afbf665138a07 - 0.05% (123 KB)

[#007] sha256:84dfaf1b7883a4af62e7570d630ac92905413c988ea3eca0ba4f8c3d4313bc8a - 0.99% (2.61 MB)

[#008] sha256:ec7a6abcac2a30bce2e50fa1c4dbfe6d3b5f7bd059d36b611b92a9d7bd9918eb - 4.61% (12.1 MB)

[#009] sha256:663d655595a2a0ec2e62a7069662bd64125eca92811e95e51c83e77960e61ef9 - 18.72% (49.2 MB)


History
2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:16 UTC

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

2024-09-11 16:25:17 UTC

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

2024-09-11 16:25:18 UTC

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

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ENV HOME=/httpbin

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ARG UID=10001

2025-01-08 01:38:35 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "${UID}" httpbin # buildkit

2025-01-08 01:38:35 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c chown httpbin /httpbin # buildkit

2025-01-08 01:38:35 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c chmod u+rwx /httpbin # buildkit

2025-01-08 01:38:55 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c apt-get update -y && apt-get install python3-pip libssl-dev libffi-dev git libcap2-bin -y # buildkit

2025-01-08 01:38:55 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

2025-01-08 01:38:55 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/python3.10 # buildkit

2025-01-08 01:38:55 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-01-08 01:38:55 UTC (buildkit.dockerfile.v0)

USER httpbin

2025-01-08 01:38:55 UTC (buildkit.dockerfile.v0)

ENV PATH=/httpbin/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-01-08 01:38:58 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c pip3 install --no-cache-dir pipenv # buildkit

2025-01-08 01:39:08 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c pipenv sync # buildkit

2025-01-08 01:39:08 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-01-08 01:42:54 UTC

Size

251 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2025-01-08T01:38:31.552Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    0127fb10b29bdfe3c6e926d5773049823e8c52ec
  • 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.2

Environment
HOME

/httpbin

LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

/httpbin/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:a186900671ab62e1dea364788f4e84c156e1825939914cfb5a6770be2b58b4da - 10.39% (26.1 MB)

[#001] sha256:73df38c85f5b6a4517d6fb037921557d0be83abd9bd2055b8523e97f58b8e2bb - 0.0% (97 Bytes)

[#002] sha256:20decb91c7a2ab43dab67377c1b537a0ad5ca23e5c52214f4a5a81743e79f820 - 0.0% (4.59 KB)

[#003] sha256:c46168b234a646e22227c8f0ccbfab56f6db3edf99c2935ee927f718c4d812b6 - 0.0% (107 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:4a5c931d40a6aa426a61f41139d99870a85d11748711e9a583a1a94a82122807 - 65.32% (164 MB)

[#006] sha256:599a0b4c40566dea34a8d499989aa7a29a3759e65049a79a151afbf665138a07 - 0.05% (123 KB)

[#007] sha256:2f0d7b6accf06031fd89b5ec9da619f5f9cb4734055776918d78d3242c639e2f - 1.04% (2.62 MB)

[#008] sha256:4f5ed3c73e61e467a38689b778ddb7a70a8112964fa021d3ddf099669035bdcf - 4.82% (12.1 MB)

[#009] sha256:acdc01bc809d0272bd5e8d933a39f8131ac523a02491ea2b51a480f43573f6d0 - 18.37% (46.1 MB)


History
2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:04 UTC

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

2024-09-11 16:26:06 UTC

/bin/sh -c #(nop) ADD file:53ce73ebbd6d87a234a33414686f12909aaaf28b7238593f746a327c7d004ce7 in /

2024-09-11 16:26:06 UTC

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

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ENV HOME=/httpbin

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2025-01-08 01:38:34 UTC (buildkit.dockerfile.v0)

ARG UID=10001

2025-01-08 01:38:35 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "${UID}" httpbin # buildkit

2025-01-08 01:38:35 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c chown httpbin /httpbin # buildkit

2025-01-08 01:38:36 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c chmod u+rwx /httpbin # buildkit

2025-01-08 01:41:29 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c apt-get update -y && apt-get install python3-pip libssl-dev libffi-dev git libcap2-bin -y # buildkit

2025-01-08 01:41:29 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

2025-01-08 01:41:30 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/python3.10 # buildkit

2025-01-08 01:41:30 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-01-08 01:41:30 UTC (buildkit.dockerfile.v0)

USER httpbin

2025-01-08 01:41:30 UTC (buildkit.dockerfile.v0)

ENV PATH=/httpbin/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-01-08 01:41:54 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c pip3 install --no-cache-dir pipenv # buildkit

2025-01-08 01:42:54 UTC (buildkit.dockerfile.v0)

RUN |1 UID=10001 /bin/sh -c pipenv sync # buildkit

2025-01-08 01:42:54 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