Namespace
darthsim
Image / Tag
imgproxy:v4.0.0
Content Digest
sha256:40cdda1e9e056e8a4788769cb10379b350901d7110daa66c3eb07b9d97eef7ff
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]

Details
Created

2026-05-13 15:15:43 UTC

Size

72.1 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-05-13T15:13:09.050Z
  • 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-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:818154cda96df8bbb276b4f4339124da55756620a1037af15570bc95312850fa - 38.2% (27.5 MB)

[#001] sha256:999f1a0b5a28973bc3ce5c60c09dd06283c291d380b5081af5c4b22978a572fd - 5.28% (3.81 MB)

[#002] sha256:98d4570a7266dbe4d8e128e3ef7f3d30311219348ad558e6323a82b3f2dc494e - 34.44% (24.8 MB)

[#003] sha256:08ae06d11becde06cb16942478630c6bcf5dbba0622ea78968fd53fcfc89b7a9 - 19.76% (14.2 MB)

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

[#005] sha256:92857f26b9d23fed169deeeb23c785d4f9d94bd047134b8fe877915224e711ab - 0.0% (346 Bytes)

[#006] sha256:6edae4f235ca19cd7a1d1efba7ed0cb1ae9e5310c940f4f21f56d003755bc451 - 0.0% (2.73 KB)

[#007] sha256:f0b30e33c4ab74bc4a2335b8c11ce45adaf70a22fd43b8f59b930e68ead8f08f - 2.16% (1.55 MB)

[#008] sha256:2bf00fae1c25c2d629a709ef41d507697cc309db9ff5b64e7524243acf279aec - 0.16% (120 KB)

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


History
2026-04-10 06:56:52 UTC

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

2026-04-10 06:56:52 UTC

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

2026-04-10 06:56:52 UTC

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

2026-04-10 06:56:54 UTC

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

2026-04-10 06:56:54 UTC

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ENV VIPS_WARNING=0

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

ENV MALLOC_ARENA_MAX=2

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

ENV FONTCONFIG_PATH=/etc/fonts

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

ENV IMGPROXY_MALLOC=malloc

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

ENV AWS_LWA_READINESS_CHECK_PATH=/health

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

ENV AWS_LWA_INVOKE_MODE=response_stream

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

ENV AWS_LWA_ASYNC_INIT=true

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

ENV VIPS_VECTOR=167772160

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

USER 999

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

ENTRYPOINT ["entrypoint.sh"]

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

CMD ["imgproxy"]

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