Namespace
darthsim
Image / Tag
imgproxy:v3.27-amd64
Content Digest
sha256:b5fb76546c32c18312a5ef8a36f352b00a26489081e37857a6d76eae0b1eb683
Details
Created

2025-01-27 16:37:32 UTC

Size

74.2 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2025-01-27T16:35:12.793Z
  • 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
    d7731dc3860e3dec5e8f822d0b4c3488b2c21dd0
  • 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.27-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:107a4fb0af3829758fca8bb809bb86ccb87dd630e4d61110103466886f7b0746 - 39.33% (29.2 MB)

[#001] sha256:515fd15354cd514206295f833d6425ba130d9bc38312f8bb723bcd405b588d7f - 4.44% (3.3 MB)

[#002] sha256:2bb1c51a4de52fcbe3ae49815a7ce96247b5fdd98ef8ac1faede49dc85da464e - 34.92% (25.9 MB)

[#003] sha256:f3add06163edcacbe28c56a4ee62973602f6243d92cfbf5223d1de7867263451 - 19.03% (14.1 MB)

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

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

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

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

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

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


History
2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:00 UTC

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

2025-01-27 04:14:03 UTC

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

2025-01-27 04:14:03 UTC

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

2025-01-27 16:26:56 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:26:56 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-01-27 16:37:31 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:37:31 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:37:31 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

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

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2025-01-27 16:37:32 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-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

USER 999

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2025-01-27 16:37:32 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2025-01-27 16:37:32 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