Namespace
kong
Image / Tag
httpbin:0.2.3
Content Digest
sha256:a6ac46531193a8009ca7d83d6a2d76b3114a7ab77c73aec5b8007c92206621f3
Details
Created

2025-01-09 21:33:42 UTC

Size

265 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2025-01-09T21:33:03.574Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    ec8b2e11ef11f06edf945d7579005b41565399c6
  • 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.3

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

[#001] sha256:4ec37b3d2f94fcf6dd763b202554706b498fda7316ed1b774ffcb7095b69a39d - 0.0% (97 Bytes)

[#002] sha256:2a0c03a06a63604da459368ba72396b3b4f99164332d03d75161c90703804600 - 0.0% (4.55 KB)

[#003] sha256:36dcc8cfc0e7a44eb747702b1dee10797e9ee3e9aef24e679dc75046eb37fd91 - 0.0% (106 Bytes)

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

[#005] sha256:860fbd31d9b1a478f01e53c0ba663044f53787485b614f06dc5f98a62e851275 - 64.33% (171 MB)

[#006] sha256:934f685a178575257fbd3e4228d5ed55576a2800e6b52e86793f62070d26558f - 0.05% (124 KB)

[#007] sha256:31be3a14eba3b3180c946c950fe9f0694f2d0dd94e4ea1bdca170b61bac12137 - 0.98% (2.61 MB)

[#008] sha256:89aeccc8353a16cd66bdc2a7c24834b33d199c23a808edfd63e59fa176b16563 - 4.57% (12.1 MB)

[#009] sha256:b1f788c06731ed6fb9b6a147277d60fbe1e398d638aeb08e8fbbe30479507590 - 19.45% (51.6 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-09 21:33:07 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ENV HOME=/httpbin

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ARG UID=10001

2025-01-09 21:33:07 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-09 21:33:07 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:33:30 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-09 21:33:30 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

2025-01-09 21:33: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-09 21:33:30 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-01-09 21:33:30 UTC (buildkit.dockerfile.v0)

USER httpbin

2025-01-09 21:33:30 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:33:34 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:33:42 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:33:42 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-01-09 21:37:29 UTC

Size

253 MB

Content Digest
Labels
  • description
    A simple HTTP service.
  • name
    httpbin
  • org.opencontainers.image.created
    2025-01-09T21:33:03.574Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
    ISC
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    ec8b2e11ef11f06edf945d7579005b41565399c6
  • 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.3

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

[#001] sha256:4ec37b3d2f94fcf6dd763b202554706b498fda7316ed1b774ffcb7095b69a39d - 0.0% (97 Bytes)

[#002] sha256:6edcec9471a58243fc7a29b7c0ab59836cd6e785d59a5f3291dfa463d9519a83 - 0.0% (4.59 KB)

[#003] sha256:36dcc8cfc0e7a44eb747702b1dee10797e9ee3e9aef24e679dc75046eb37fd91 - 0.0% (106 Bytes)

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

[#005] sha256:434ca7c306503e13192524a5cef9405a80ba5683100fb7caca3ac3a3e772db0e - 64.81% (164 MB)

[#006] sha256:934f685a178575257fbd3e4228d5ed55576a2800e6b52e86793f62070d26558f - 0.05% (124 KB)

[#007] sha256:5a7748e328c96447bff8a67376655f5d9fb57a966e8e8e0c8b487fe6b3eb4be7 - 1.03% (2.62 MB)

[#008] sha256:37a3876498508639fa9db63abeb5cbbe13edf0a15f12eee49a2cc54b02f24487 - 4.79% (12.1 MB)

[#009] sha256:5a2750fe27674d956133cca7482a842444f0dd814dd6220f1dd0012757bfdb06 - 19.0% (48.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-09 21:33:07 UTC (buildkit.dockerfile.v0)

LABEL name=httpbin

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

LABEL description=A simple HTTP service.

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ENV HOME=/httpbin

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

WORKDIR /httpbin

2025-01-09 21:33:07 UTC (buildkit.dockerfile.v0)

ARG UID=10001

2025-01-09 21:33:08 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-09 21:33:08 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:33:08 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:36:04 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-09 21:36:04 UTC (buildkit.dockerfile.v0)

ADD . . # buildkit

2025-01-09 21:36:04 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:36:04 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-01-09 21:36:04 UTC (buildkit.dockerfile.v0)

USER httpbin

2025-01-09 21:36:04 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:36:28 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:37:29 UTC (buildkit.dockerfile.v0)

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

2025-01-09 21:37:29 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