Namespace
darthsim
Image / Tag
imgproxy:v4-amd64
Content Digest
sha256:99d40bb71887566856508a5a4927699bc2db0bf895a2f0bceab4721b6108ab42
Details
Created

2026-07-02 14:14:54 UTC

Size

79.1 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-07-02T14:11:57.318Z
  • 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-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:ca2678b20700c15185707964d9211b1a6406196114bf675f568b6025d37b3888 - 35.83% (28.4 MB)

[#001] sha256:18ed8ae24788842f44aaf25a0ac03b5533b7c5a3a7fdbb3e28f39d75850f342f - 7.3% (5.78 MB)

[#002] sha256:f5b5fe22671d79b82b29490d1ca72812f85e770553e22eaa4de9cad3b02d268d - 35.74% (28.3 MB)

[#003] sha256:ab233a68995789e09463b758271d3937b55ab9a7f3d502f2b4f631d2b1879c5f - 18.93% (15 MB)

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

[#005] sha256:2d502447d8c7fcdd5392eb1b0b98e11c35d211adecdbd0f7a5feee01f05af933 - 0.0% (346 Bytes)

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

[#007] sha256:03c3bba704b71808be5c39b02472d8fe8c9498ca4fe32cd38da9f76a93d8d51b - 2.04% (1.62 MB)

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

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


History
2026-06-22 21:24:17 UTC

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

2026-06-22 21:24:18 UTC

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

2026-06-22 21:24:18 UTC

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

2026-06-22 21:24:20 UTC

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

2026-06-22 21:24:21 UTC

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ENV VIPS_WARNING=0

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

ENV MALLOC_ARENA_MAX=2

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

ENV FONTCONFIG_PATH=/etc/fonts

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

ENV IMGPROXY_MALLOC=malloc

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

ENV AWS_LWA_READINESS_CHECK_PATH=/health

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

ENV AWS_LWA_INVOKE_MODE=response_stream

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

ENV AWS_LWA_ASYNC_INIT=true

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

ENV VIPS_VECTOR=167772160

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

USER 999

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

ENTRYPOINT ["entrypoint.sh"]

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

CMD ["imgproxy"]

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