Namespace
darthsim
Image / Tag
imgproxy:v4.0.3
Content Digest
sha256:5206f369c5398e6ce37d3c4131206c95383edecc7aefdf0c37ff0b22fd213ed0
Details
Created

2026-05-21 16:37:39 UTC

Size

77.2 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-05-21T16:34:32.292Z
  • org.opencontainers.image.description
    Fast and secure standalone server for resizing, processing, and converting images on the fly
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    77fc75c5fff469b9ef7ee8a96c449c7bcd930675
  • 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
    v4.0-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:cb259a83ac3dd9fea0b394df41df2b298adf0df938fef5999475af18a751c257 - 36.74% (28.4 MB)

[#001] sha256:6d80f3eca0c15230532cd83e65972c85b688fd8b4a9970c3b5502c6b7b2662b9 - 5.51% (4.25 MB)

[#002] sha256:fd3d6f94521ed402d388c27a0f406bda6f53850925d16481dbe8c57e4fec2480 - 36.19% (27.9 MB)

[#003] sha256:033fd2ab2ef8c3d7dbe02b301bac667cd740fea8e69e3ed4a8ddd954465ec516 - 19.3% (14.9 MB)

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

[#005] sha256:e692e913e7b216ff1ac38eb0124b6a5adb8e6f39e44ef8b5a974f7fff68e51ae - 0.0% (348 Bytes)

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

[#007] sha256:4e5b083ae7c8643ff1a2b7c7cea09e86fa554d46b66afc6a4d45ec6214810677 - 2.1% (1.62 MB)

[#008] sha256:88b2c3b02373bdfbc940cd9a3fcd4060c349a213ed04b701736a369822df63ff - 0.15% (120 KB)

[#009] sha256:d34688182a25b98b468bec8a3c871cadcbcf360ee7c99a8cc9b568728d23fc70 - 0.0% (1.19 KB)


History
2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:21 UTC

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

2026-05-20 01:37:22 UTC

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

2026-05-21 16:34:54 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:34:54 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-05-21 16:37:37 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:37:37 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-05-21 16:37:38 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-05-21 16:37:39 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-05-21 16:37:39 UTC (buildkit.dockerfile.v0)

USER 999

2026-05-21 16:37:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-05-21 16:37:39 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-05-21 16:37:39 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

Details
Created

2026-05-21 16:36:25 UTC

Size

72.7 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-05-21T16:34:26.120Z
  • org.opencontainers.image.description
    Fast and secure standalone server for resizing, processing, and converting images on the fly
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    77fc75c5fff469b9ef7ee8a96c449c7bcd930675
  • 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
    v4.0-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:fff3795b437199a0b714aadba6fb2c251d7da853c3e257d3fed1d2c8d0f05158 - 37.9% (27.5 MB)

[#001] sha256:bb20f8718cef77eb404887f94b3433234f1eabccaed635110d34c5e1c5e5b7a2 - 5.68% (4.12 MB)

[#002] sha256:0c49dd9a0bc1c7e0a7ed4cce6070665f073df30579a997c3e63f9fc115db20a2 - 34.4% (25 MB)

[#003] sha256:5f2d4d8c6b7fe54ae6e61f298b11726b79db93e7e755d9a260f0448dd1651b32 - 19.72% (14.3 MB)

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

[#005] sha256:b8b202269f5a23171080087883cda208ad1a9816d532b5e180b8d04987720970 - 0.0% (347 Bytes)

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

[#007] sha256:e5428a17dd42b7131bba041f57e28cab7626f20bcff0c8523026a375e9c91815 - 2.14% (1.55 MB)

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

[#009] sha256:4f17751cb98e8b5baba2f7f98d2d2d1151263023daf84bd124e04e5bcc63ff0f - 0.0% (1.19 KB)


History
2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:34 UTC

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

2026-05-20 01:37:34 UTC

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

2026-05-21 16:34:46 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:34:46 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-05-21 16:36:24 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:36:24 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:36:24 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:36:24 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:36:24 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:36:24 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

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

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-05-21 16:36:25 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-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

USER 999

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-05-21 16:36:25 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-05-21 16:36:25 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