Namespace
darthsim
Image / Tag
imgproxy:latest-amd64
Content Digest
sha256:1156a411e05b77940010c6d48bd90946821574554989ab80461d9c308fc87eb6
Details
Created

2026-01-19 18:18:33 UTC

Size

75.4 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2026-01-19T18:15:49.046Z
  • 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-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:e93fce65fb9fdbf95d95433f0a49637000c985ffab1470a3bd7dc626ac7f1c06 - 38.72% (29.2 MB)

[#001] sha256:34f2e07479976e36c441c180374c401cbd8fbcbe6e2d2d2362f5c133b58f006a - 4.38% (3.3 MB)

[#002] sha256:73bd1d53423cd2792b1d13e7dcbf2ec8dd6ee03cac8812702681a793535208d1 - 35.48% (26.7 MB)

[#003] sha256:b4914c04376a0f92c86724a1fb825429517e2a91728850b6731872ccd9a7c110 - 19.11% (14.4 MB)

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

[#005] sha256:95b5fd450e07151ec988fdfe376966531778ec43da9c65753f7ea100035ca363 - 0.0% (345 Bytes)

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

[#007] sha256:d858816986095672f4cb7c81cfda74cc3a0a270b495f80d7d71d33581baee35a - 2.15% (1.62 MB)

[#008] sha256:4fc92c346afcf576a46062c78abd6c03c55e09ee93d2196d6d530147eabcbaf9 - 0.16% (120 KB)

[#009] sha256:bbff0129ba723d3801fa3bfd5d9077c1856c1ff5cc13eb1e6f6f4ea3bd267724 - 0.0% (1.24 KB)


History
2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-19 18:16:07 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:16:07 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:18:32 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:18:32 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

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

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2026-01-19 18:18:33 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:18:33 UTC (buildkit.dockerfile.v0)

USER 999

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2026-01-19 18:18:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[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