Namespace
darthsim
Image / Tag
imgproxy:v4.0-arm64
Content Digest
sha256:7462544a3ceb9bf5284cc12113aefeaae2345bddb2ff4aa7f97ce18d734dff61
Details
Created

2026-07-02 14:13:57 UTC

Size

74.6 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-07-02T14:11:55.531Z
  • 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
    e23fa8b71ad208c1c2ab938e2249fc55241dd61d
  • 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:4b987da45db4d6278590ab89840c7167ea397df222f3ee4cdb77c3e15694b1a9 - 36.91% (27.5 MB)

[#001] sha256:756e59b78066f4c0c9891a3b576732a73d9f94bb3a0ca98b77b29566c3298b61 - 7.59% (5.67 MB)

[#002] sha256:df2d9484f80497319a7536fcf4db86d45f1252cfb33d6b5091d9d155ecc53af9 - 33.95% (25.3 MB)

[#003] sha256:151961c1d359d6bf99568102ea10a7abd055883a86b43f356af050bd5afd69fb - 19.3% (14.4 MB)

[#004] sha256:c2620875b2c7b424f6f9ccf22ee2d4a2715f9397ea163fdd0805a0ba8721f240 - 0.0% (172 Bytes)

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

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

[#007] sha256:7cd424ab6e063a68cb702d83b1d98a5d6be8c83a1b3fff04f747ca01bb5460fd - 2.08% (1.55 MB)

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

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


History
2026-06-22 21:25:05 UTC

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

2026-06-22 21:25:05 UTC

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

2026-06-22 21:25:05 UTC

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

2026-06-22 21:25:07 UTC

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

2026-06-22 21:25:07 UTC

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

2026-07-02 14:12:14 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:12:14 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-07-02 14:13:55 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:13:56 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:13:56 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:13:56 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:13:56 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:13:56 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

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

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-07-02 14:13:57 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-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

USER 999

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-07-02 14:13:57 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-07-02 14:13:57 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