Namespace
darthsim
Image / Tag
imgproxy:v3.28.0-amd64
Content Digest
sha256:5210cdf6e97d1429b34f962431b54fcd430e1da21487961bec4f09801fb66f23
Details
Created

2025-03-31 19:36:13 UTC

Size

74.4 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2025-03-31T19:48:06.997Z
  • 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
    568d8bf55a0410023084810f072e46afbfab652d
  • 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.28-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:1f02dbab0012fdba0030952eaf72a8cd9d69b406d791ae8193727cf8bbd54722 - 39.21% (29.2 MB)

[#001] sha256:7a00c27b1846ac8bacfdc05eb52e8806e832848b225e0da55f72ce8fb15ce2c8 - 4.43% (3.3 MB)

[#002] sha256:04ee3b42a56e65584b81b82caf63669059c0ed7848cfa84306ed0fda71070aaf - 35.1% (26.1 MB)

[#003] sha256:114a1eed5f6a48aef2a6028331cbfc9c9c711002852735355a43f00ff250911d - 18.99% (14.1 MB)

[#004] sha256:7a139ff05e9e73c7c6f3deeb3658a8931dc7e87e4f5c9ae8422d96948c4f0d4c - 0.0% (173 Bytes)

[#005] sha256:772c1ff68462bcdd4e69b22adbb7e802394e8b6ba87e2c1dc4e87447c1457e50 - 0.0% (346 Bytes)

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

[#007] sha256:81f9fe3a78e217134b48cbae2d3881501d1f97df8d6363977fb5c2d49d8e7041 - 2.11% (1.57 MB)

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

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


History
2025-03-21 08:23:17 UTC

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

2025-03-21 08:23:17 UTC

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

2025-03-21 08:23:17 UTC

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

2025-03-21 08:23:17 UTC

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

2025-03-21 08:23:20 UTC

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

2025-03-21 08:23:20 UTC

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

2025-03-31 19:34:06 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:34:06 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-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

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

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2025-03-31 19:36:12 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2025-03-31 19:36:13 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-03-31 19:36:13 UTC (buildkit.dockerfile.v0)

USER 999

2025-03-31 19:36:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2025-03-31 19:36:13 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2025-03-31 19:36:13 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