Namespace
darthsim
Image / Tag
imgproxy:v3.30-amd64
Content Digest
sha256:965c3782818766a477a056016e18f88f9a028bf68b39cb2316978945ac2c0492
Details
Created

2025-10-10 17:47:58 UTC

Size

76.3 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2025-10-10T17:45:26.512Z
  • org.opencontainers.image.description
    Fast and secure standalone server for resizing and converting remote images
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    62224b4414db836d3e61359e2beeb0cc25b13861
  • 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
    v3.30-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:cf57d2112d8994ff0bb5f867ab8e776272e1d0bcfbb6e6d7f38fd7973b7140cf - 38.26% (29.2 MB)

[#001] sha256:dff492f47b5d86faddcf915991ffae6e131feb8b7a61d7657eab72d4916569f1 - 5.17% (3.94 MB)

[#002] sha256:5834d14e43ae1545b7de1b2fe6e080bca20046a87c5ffb00d943d8a75d80d677 - 35.06% (26.7 MB)

[#003] sha256:2b0111bf2573fafafc6f0fe4527e53791b1bb0dc193963a11de441b1547565b5 - 19.3% (14.7 MB)

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

[#005] sha256:12959f060b24e27a1036b00d4590ffee37438552b0ae238f45a6a76da02d0fa3 - 0.0% (344 Bytes)

[#006] sha256:a253795bded1acddb8a6402daa8ba506078b43fc49b2992ba11c54b1409a10f6 - 0.0% (2.72 KB)

[#007] sha256:baf4d648f6da85736814eef6ba97971ef126a328dba5f27e11ee771cf7f43b6d - 2.06% (1.57 MB)

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

[#009] sha256:a915d776dccf549796b44aa0283627a2d4ac1850db7685500201dc6c7a32335e - 0.0% (1.25 KB)


History
2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:37 UTC

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

2025-10-01 13:01:37 UTC

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

2025-10-10 17:45:43 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:45: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

2025-10-10 17:47:56 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:47:56 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

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

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2025-10-10 17:47:57 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2025-10-10 17:47:58 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

2025-10-10 17:47:58 UTC (buildkit.dockerfile.v0)

USER 999

2025-10-10 17:47:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2025-10-10 17:47:58 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2025-10-10 17:47:58 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