Namespace
darthsim
Image / Tag
imgproxy:v4.0.0-amd64
Content Digest
sha256:d0101cbe611286c2dd81465dd2f98ceb87c4de90d45c0c6f57e1509fcffda691
Details
Created

2026-05-13 15:17:09 UTC

Size

76.6 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-05-13T15:13:18.743Z
  • 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
    d9feb069a096aeb6b70d4a05da4374a3691b2d59
  • 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:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081 - 37.02% (28.4 MB)

[#001] sha256:f76d0c0d6a09677a1c9a040d3ca5eddfb0ae6814b613cce04f5d29ebb3d57cf9 - 5.06% (3.88 MB)

[#002] sha256:fd655b1cbb3369c399c32d815d7b153615e9c85e8436d95e6dd2d8ec473bcde8 - 36.23% (27.7 MB)

[#003] sha256:55a268988d9a2e282f6e4906ab22f608ff4fca186c87981bb7da81cdde9baafe - 19.42% (14.9 MB)

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

[#005] sha256:467f69830ddf8ff787e067971abe42a663e741b083b16f6ba766b235f69b7f09 - 0.0% (346 Bytes)

[#006] sha256:1dfb0583823874c4406d44a7c43d7d8d76f1c9fa9ee3861dd9b933cb77b6b1db - 0.0% (2.73 KB)

[#007] sha256:f218e44ead9c56496c712fda73ead3cd6dc69935fef9d93a5abc47429c3b297e - 2.11% (1.62 MB)

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

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


History
2026-04-10 06:49:15 UTC

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

2026-04-10 06:49:15 UTC

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

2026-04-10 06:49:15 UTC

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

2026-04-10 06:49:17 UTC

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

2026-04-10 06:49:18 UTC

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ENV VIPS_WARNING=0

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

ENV MALLOC_ARENA_MAX=2

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

ENV FONTCONFIG_PATH=/etc/fonts

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

ENV IMGPROXY_MALLOC=malloc

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

ENV AWS_LWA_READINESS_CHECK_PATH=/health

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

ENV AWS_LWA_INVOKE_MODE=response_stream

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

ENV AWS_LWA_ASYNC_INIT=true

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

ENV VIPS_VECTOR=167772160

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

USER 999

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

ENTRYPOINT ["entrypoint.sh"]

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

CMD ["imgproxy"]

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