Namespace
darthsim
Image / Tag
imgproxy:latest
Content Digest
sha256:5dce1ca5f17581aa7c68726442eae2d2fdff01e7604bf26430721772c728a7db
Details
Created

2026-01-19 18:18:33 UTC

Size

75.4 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-01-19T18:15:49.046Z
  • org.opencontainers.image.description
    Fast and secure standalone server for resizing, processing, and converting images on the fly
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    f387b1eac57a5a81d81a8d95b7d55fba12fb3aaf
  • org.opencontainers.image.source
    https://github.com/imgproxy/imgproxy
  • org.opencontainers.image.title
    imgproxy
  • org.opencontainers.image.url
    https://github.com/imgproxy/imgproxy
  • org.opencontainers.image.version
    latest-amd64

Environment
AWS_LWA_ASYNC_INIT

true

AWS_LWA_INVOKE_MODE

response_stream

AWS_LWA_READINESS_CHECK_PATH

/health

FONTCONFIG_PATH

/etc/fonts

IMGPROXY_MALLOC

malloc

MALLOC_ARENA_MAX

2

PATH

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

VIPS_VECTOR

167772160

VIPS_WARNING

0


Layers

[#000] sha256:e93fce65fb9fdbf95d95433f0a49637000c985ffab1470a3bd7dc626ac7f1c06 - 38.72% (29.2 MB)

[#001] sha256:34f2e07479976e36c441c180374c401cbd8fbcbe6e2d2d2362f5c133b58f006a - 4.38% (3.3 MB)

[#002] sha256:73bd1d53423cd2792b1d13e7dcbf2ec8dd6ee03cac8812702681a793535208d1 - 35.48% (26.7 MB)

[#003] sha256:b4914c04376a0f92c86724a1fb825429517e2a91728850b6731872ccd9a7c110 - 19.11% (14.4 MB)

[#004] sha256:aa6a0194c8dfa8f8f50bcdcb2f313500862a5acd1ff98281d0f87b3dc20fd975 - 0.0% (174 Bytes)

[#005] sha256:95b5fd450e07151ec988fdfe376966531778ec43da9c65753f7ea100035ca363 - 0.0% (345 Bytes)

[#006] sha256:af103e547e88ba47ebb06a85ee59d5d713adc2e12abc87ec8f8d6aced5cd969a - 0.0% (2.73 KB)

[#007] sha256:d858816986095672f4cb7c81cfda74cc3a0a270b495f80d7d71d33581baee35a - 2.15% (1.62 MB)

[#008] sha256:4fc92c346afcf576a46062c78abd6c03c55e09ee93d2196d6d530147eabcbaf9 - 0.16% (120 KB)

[#009] sha256:bbff0129ba723d3801fa3bfd5d9077c1856c1ff5cc13eb1e6f6f4ea3bd267724 - 0.0% (1.24 KB)


History
2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-19 18:16:07 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Sergey Alexandrovich <darthsim@gmail.com>

2026-01-19 18:16:07 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends bash ca-certificates libstdc++6 fontconfig-config fonts-dejavu-core media-types libjemalloc2 libtcmalloc-minimal4 && ln -s /usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2 /usr/local/lib/libjemalloc.so && ln -s /usr/lib/$(uname -m)-linux-gnu/libtcmalloc_minimal.so.4 /usr/local/lib/libtcmalloc_minimal.so && rm -rf /var/lib/apt/lists/* && rm -rf /etc/fonts/conf.d/10-sub-pixel-rgb.conf /etc/fonts/conf.d/11-lcdfilter-default.conf # buildkit

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

COPY /opt/imgproxy/bin/imgproxy /opt/imgproxy/bin/ # buildkit

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

COPY /opt/imgproxy/lib /opt/imgproxy/lib # buildkit

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /opt/imgproxy/bin/imgproxy /usr/local/bin/imgproxy # buildkit

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

COPY docker/entrypoint.sh /usr/local/bin/ # buildkit

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

COPY docker/imgproxy-build-package /usr/local/bin/ # buildkit

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

COPY /lambda-adapter /opt/extensions/lambda-adapter # buildkit

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

COPY NOTICE /opt/imgproxy/share/doc/ # buildkit

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd -r imgproxy && useradd -r -u 999 -g imgproxy imgproxy && mkdir -p /var/cache/fontconfig && chmod 777 /var/cache/fontconfig # buildkit

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

USER 999

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

Details
Created

2026-01-19 18:17:34 UTC

Size

71.1 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-01-19T18:15:43.551Z
  • org.opencontainers.image.description
    Fast and secure standalone server for resizing, processing, and converting images on the fly
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    f387b1eac57a5a81d81a8d95b7d55fba12fb3aaf
  • org.opencontainers.image.source
    https://github.com/imgproxy/imgproxy
  • org.opencontainers.image.title
    imgproxy
  • org.opencontainers.image.url
    https://github.com/imgproxy/imgproxy
  • org.opencontainers.image.version
    latest-arm64

Environment
AWS_LWA_ASYNC_INIT

true

AWS_LWA_INVOKE_MODE

response_stream

AWS_LWA_READINESS_CHECK_PATH

/health

FONTCONFIG_PATH

/etc/fonts

IMGPROXY_MALLOC

malloc

MALLOC_ARENA_MAX

2

PATH

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

VIPS_VECTOR

167772160

VIPS_WARNING

0


Layers

[#000] sha256:eaa497e215c69f786f034be0887bb0fc9d2836a82d3ca545694a7e6f47e80357 - 40.14% (28.6 MB)

[#001] sha256:cb56cfaf61c252c5b6c068d52870e1f537f35c5e5a34847680a124849f6c8156 - 4.53% (3.22 MB)

[#002] sha256:90a1ac6c99cb61b3d4a0b44ed6fd40c4ac49e4b2b2d94c81c61a583ce61a5352 - 33.75% (24 MB)

[#003] sha256:275fbc2276a2673f05d2f2a4d71b564dbb10933b09305a3608947a2199ab42f8 - 19.22% (13.7 MB)

[#004] sha256:9c0d9deeb9f22ae4867b958662f68d7fc994c244def1c69cc2c90cd9fd9562f3 - 0.0% (173 Bytes)

[#005] sha256:dc712b4cfed8622fafd3ad6400825d6b41cb723540dcf43c0432222e75902a3e - 0.0% (343 Bytes)

[#006] sha256:bafafed506dde3a4a12f862511572ab16cdcba654d02c51e3355a27e795ab71c - 0.0% (2.73 KB)

[#007] sha256:626ecd96874d876b2c1c23784d95409b16d14cf10a70938ef729e5a5b0a03486 - 2.18% (1.55 MB)

[#008] sha256:cd9285ec9bee5ddb66b805089f6edeaff718e790ea233e0538e8a07fe73391c5 - 0.16% (120 KB)

[#009] sha256:2356a6df9e170932fc4affce10928fbdc9927770652d1e571e90a8595c990c1c - 0.0% (1.24 KB)


History
2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:17 UTC

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

2026-01-13 05:40:17 UTC

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

2026-01-19 18:16:06 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Sergey Alexandrovich <darthsim@gmail.com>

2026-01-19 18:16:06 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends bash ca-certificates libstdc++6 fontconfig-config fonts-dejavu-core media-types libjemalloc2 libtcmalloc-minimal4 && ln -s /usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2 /usr/local/lib/libjemalloc.so && ln -s /usr/lib/$(uname -m)-linux-gnu/libtcmalloc_minimal.so.4 /usr/local/lib/libtcmalloc_minimal.so && rm -rf /var/lib/apt/lists/* && rm -rf /etc/fonts/conf.d/10-sub-pixel-rgb.conf /etc/fonts/conf.d/11-lcdfilter-default.conf # buildkit

2026-01-19 18:17:32 UTC (buildkit.dockerfile.v0)

COPY /opt/imgproxy/bin/imgproxy /opt/imgproxy/bin/ # buildkit

2026-01-19 18:17:32 UTC (buildkit.dockerfile.v0)

COPY /opt/imgproxy/lib /opt/imgproxy/lib # buildkit

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /opt/imgproxy/bin/imgproxy /usr/local/bin/imgproxy # buildkit

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

COPY docker/entrypoint.sh /usr/local/bin/ # buildkit

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

COPY docker/imgproxy-build-package /usr/local/bin/ # buildkit

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

COPY /lambda-adapter /opt/extensions/lambda-adapter # buildkit

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

COPY NOTICE /opt/imgproxy/share/doc/ # buildkit

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-01-19 18:17:33 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-01-19 18:17:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd -r imgproxy && useradd -r -u 999 -g imgproxy imgproxy && mkdir -p /var/cache/fontconfig && chmod 777 /var/cache/fontconfig # buildkit

2026-01-19 18:17:34 UTC (buildkit.dockerfile.v0)

USER 999

2026-01-19 18:17:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-01-19 18:17:34 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-01-19 18:17:34 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

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