Namespace
darthsim
Image / Tag
imgproxy:latest-arm64
Content Digest
sha256:10c40c7cb5c1d48eabbe644509d7a6c46458bb85ae69f3f107b71254155d872d
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