Namespace
darthsim
Image / Tag
imgproxy:latest
Content Digest
sha256:325f53279220799ca482745a17264f2b0182f0dd64615f007fe6c52d134b6fc8
Details
Created

2026-05-22 15:14:40 UTC

Size

77.3 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-05-22T15:11:27.225Z
  • 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
    ff01963d4cb8d9d2305aa08f5d73e5674b6e0cbf
  • 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-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:cb259a83ac3dd9fea0b394df41df2b298adf0df938fef5999475af18a751c257 - 36.7% (28.4 MB)

[#001] sha256:12a7253e91c090bb0396d593a0a27bf9914b712a84df2892adc25fccb76f8793 - 5.51% (4.25 MB)

[#002] sha256:30c8a9d5e486655540151b5f89c69de8efed7e5dcfdccdc75469a70ffcbb2d5a - 36.15% (27.9 MB)

[#003] sha256:3037f5bfb51123969cd1b2676357efd58d8927bd7f77a7da1707d84cdf39b336 - 19.39% (15 MB)

[#004] sha256:45f3e1798b0338cd7b04f06f4229154573a728359403bafca681592826d127fa - 0.0% (175 Bytes)

[#005] sha256:883461234546a5a45cb76260b5f3b6d9a2b201a9f4a48b6331896ff5615edbb8 - 0.0% (347 Bytes)

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

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

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

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


History
2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:21 UTC

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

2026-05-20 01:37:22 UTC

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

2026-05-22 15:11:51 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:11:51 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-22 15:14:39 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:14:39 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:14:39 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-05-22 15:14:40 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-22 15:14:40 UTC (buildkit.dockerfile.v0)

USER 999

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-05-22 15:14:40 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

Details
Created

2026-05-22 15:13:22 UTC

Size

72.7 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-05-22T15:11:23.694Z
  • 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
    ff01963d4cb8d9d2305aa08f5d73e5674b6e0cbf
  • 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:fff3795b437199a0b714aadba6fb2c251d7da853c3e257d3fed1d2c8d0f05158 - 37.86% (27.5 MB)

[#001] sha256:95cb2fbbfd1a21348d68f6d772c75801b0fe9766f7df5820daa5089702806cf4 - 5.67% (4.12 MB)

[#002] sha256:93f29a6371185a3e5e5ae5140a42a64ef20e47c1095ab9c69877bde684bc9041 - 34.36% (25 MB)

[#003] sha256:4b66226aef45b05ac37ef5290f3953ea7d1c920cd663be701658b1b8fba1a037 - 19.81% (14.4 MB)

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

[#005] sha256:c4d6d14ebd3cca9da822dd475b26b6af604c0f0e557ad7da04d819222144cf58 - 0.0% (347 Bytes)

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

[#007] sha256:7172ae62325ce19ed5870b1b2acd83c244af96b3cad814f81e8fa614320ca108 - 2.14% (1.55 MB)

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

[#009] sha256:1014f523256947bed72b56b130db71acbea167b1c1fab134e85591616dbd3861 - 0.0% (1.2 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-22 15:11:43 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:11:43 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-22 15:13:20 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:13:20 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

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

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-05-22 15:13:21 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-05-22 15:13:22 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-22 15:13:22 UTC (buildkit.dockerfile.v0)

USER 999

2026-05-22 15:13:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-05-22 15:13:22 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-05-22 15:13:22 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