Namespace
darthsim
Image / Tag
imgproxy:v3.29.1-amd64
Content Digest
sha256:013ac391f96d60e234a81b351508488f1bc4c579a32902ff94f8ca82ff0232d2
Details
Created

2025-07-11 15:39:22 UTC

Size

75.2 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2025-07-11T15:36:40.523Z
  • 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
    07b5842191bfadcf84498d087b89f83650f8fbb9
  • 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.29-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:9c9dbefff1bd3f967a04757420b1327d926392374a23bea352b0d5c5a02cc181 - 38.79% (29.2 MB)

[#001] sha256:9c1b484a89604fa9af25890c712306fd982d44eb59ff8fc75d25d4ac27058861 - 4.38% (3.3 MB)

[#002] sha256:868e7363cfb872c0ff2ec9e38ecf72d2046c20f965a03a2e98089060e60332bb - 35.98% (27.1 MB)

[#003] sha256:e0aed8263455c0aa365ab1a4d0b03938c42b6606fc664dd6c00c202461acbe72 - 18.6% (14 MB)

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

[#005] sha256:177ef9c952bce3f178c4fe7318f96e21f1551b9db23d689c2ec196ed9b9003aa - 0.0% (344 Bytes)

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

[#007] sha256:09f97e8ef439f87a61fa20c3cbfb3586764e3840fd76b2e8fc1898ef0285a6b9 - 2.09% (1.57 MB)

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

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


History
2025-07-08 04:21:59 UTC

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

2025-07-08 04:21:59 UTC

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

2025-07-08 04:21:59 UTC

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

2025-07-08 04:21:59 UTC

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

2025-07-08 04:22:02 UTC

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

2025-07-08 04:22:02 UTC

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

2025-07-11 15:36:58 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:36:58 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-07-11 15:39:20 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

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

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2025-07-11 15:39:21 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2025-07-11 15:39: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

2025-07-11 15:39:22 UTC (buildkit.dockerfile.v0)

USER 999

2025-07-11 15:39:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2025-07-11 15:39:22 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2025-07-11 15:39:22 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