Namespace
darthsim
Image / Tag
imgproxy:v3.31.2
Content Digest
sha256:4f1c1acd9d8cc0386c460795a91c251e27256a1787482c3642bf6d26702a3223
Details
Created

2026-04-09 18:26:18 UTC

Size

77.6 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-04-09T18:23:26.765Z
  • 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.revision
    a62c2ab62fc641d8effd0e29f178d8574a0245ae
  • 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
    v3.31-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:689b91d88a0f4086057ec826027b128902ecf2b516be510371c115bc55da19a6 - 36.56% (28.4 MB)

[#001] sha256:a059749885ac3ec071f6ebc4432036a3b4b8fa92ec89259c3fc71318728ed6e2 - 8.04% (6.23 MB)

[#002] sha256:6af88a2bf426045a7e7e37a862f90c72f906d2bde5ef2722771a5b15f5f531ae - 34.38% (26.7 MB)

[#003] sha256:9351870d152710e5087e51d08467f99aab85cd4ffab226b220af4253bae7716c - 18.78% (14.6 MB)

[#004] sha256:98b9c21ad72c4c13e2f401e939242ca3b8ea7d8b16297e1870c331d22bd7a4a0 - 0.0% (173 Bytes)

[#005] sha256:13efdbeea6f28957c3c0151a1d0f4fc272099b0628bc773d957a18ab7f2d803f - 0.0% (346 Bytes)

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

[#007] sha256:9b4e40af9c57881adb9b323a9e27f5b3ae7381b0c2bd965cfd8b4e8291b3fcb1 - 2.09% (1.62 MB)

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

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


History
2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:42 UTC

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

2026-04-03 15:16:43 UTC

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

2026-04-09 18:23:55 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:23:55 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-04-09 18:26:17 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:26:17 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:26:17 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:26:17 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:26:17 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-04-09 18:26:18 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-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

USER 999

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-04-09 18:26:18 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

Details
Created

2026-04-09 18:25:11 UTC

Size

72.9 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-04-09T18:23:19.897Z
  • 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.revision
    a62c2ab62fc641d8effd0e29f178d8574a0245ae
  • 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
    v3.31-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:76fd055477b6edf8004a5a962edad02a820d4c8b2f02682410edfbe376b418c5 - 37.77% (27.5 MB)

[#001] sha256:81e5189285412b258425742593e72546edb8c0af1a06e89a1cd2ffa8cf2f33d5 - 8.2% (5.98 MB)

[#002] sha256:99e3945f6bbcedbfe7dc1e32e908a73f09cbb779acd36acf1c54633a3d7f57af - 32.68% (23.8 MB)

[#003] sha256:d171c9c7f69e98e25b7fe483d3a7ca28f8284a55187c818e95459967fde30009 - 19.05% (13.9 MB)

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

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

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

[#007] sha256:27239b2e5f612a59f02e59995d19f2a370428326cabb4b9a4e132eb053fb19ec - 2.13% (1.55 MB)

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

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


History
2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:14 UTC

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

2026-04-03 15:15:17 UTC

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

2026-04-03 15:15:17 UTC

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

2026-04-09 18:23:44 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:23:44 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-04-09 18:25:09 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:25:09 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

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

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-04-09 18:25:10 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-04-09 18:25:11 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-04-09 18:25:11 UTC (buildkit.dockerfile.v0)

USER 999

2026-04-09 18:25:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-04-09 18:25:11 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-04-09 18:25:11 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