Namespace
darthsim
Image / Tag
imgproxy:v4.0.2-arm64
Content Digest
sha256:e9c046934cb68220017183d976930b936a704476152cf97e6e0200ca0211ce42
Details
Created

2026-05-21 09:18:39 UTC

Size

72.7 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-05-21T09:16:43.695Z
  • 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
    2f18ebbbbd9dae4ddcfacc0705cc1d42694d0a60
  • 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:b743d2b0ec2bcc2155bbd198ef2cc9c79fb1b7556d122b492619cb0598a30d13 - 5.68% (4.12 MB)

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

[#003] sha256:39acab74c81d8489882704c6c80c876840ac43aeff0cad02a75ffbfaddfb3121 - 19.72% (14.3 MB)

[#004] sha256:129be229070669ff7d61c4b648ab601a78f2d33bf8b195c42adca861fbd91231 - 0.0% (176 Bytes)

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

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

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

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

[#009] sha256:c1a512c0c3847c17802e1ca00d898bc036cf8264360c41ef0fe688a47284116b - 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 09:17:02 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:17:02 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 09:18:37 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

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

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-05-21 09:18:38 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

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

USER 999

2026-05-21 09:18:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-05-21 09:18:39 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-05-21 09:18:39 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