Namespace
darthsim
Image / Tag
imgproxy:v3.27-arm64
Content Digest
sha256:346b5893cf2e715b7f6d94ffdc2524526e7ec18796cafc3eb269f263ac4b280f
Details
Created

2025-01-27 16:37:08 UTC

Size

70.9 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2025-01-27T16:35:12.590Z
  • 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-arm64

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:d99cf942ffb2823ac431b07833366b7498dd0b0f10e5766c7eeec2b121c89726 - 40.3% (28.6 MB)

[#001] sha256:beabacdf0331515de10ec034dccc07dd2f4a6dfa92cfda968c07edc807870ba0 - 4.54% (3.22 MB)

[#002] sha256:9ed76ae67827ba9ed84cf29bfeed3efd8324621c4affd96a6b3ec754fe1215f7 - 33.42% (23.7 MB)

[#003] sha256:af94762b86f7234571e01fb9126322c9540751f1e1a00affcfebb6639892b35e - 19.45% (13.8 MB)

[#004] sha256:7f9dfa231514fb1d8e7400415964d2190e407faa41b9a643aeb48ead14a764b4 - 0.0% (172 Bytes)

[#005] sha256:f4986f04b5594147d37e2d6de9ba7ebee535d07ba72ecd23ac56cd7341aae453 - 0.0% (341 Bytes)

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

[#007] sha256:aacbd40c4c44ff5fe66dbc39d8bd0ae6cc48e7ad4b259c28e6341c71b2a47771 - 2.12% (1.5 MB)

[#008] sha256:64980bf6d7ecd111433d71d675849f8da8e58519e7096119894e4ef2e4a42fb5 - 0.17% (120 KB)

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


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

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:54 UTC

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

2025-01-27 04:14:54 UTC

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ENV VIPS_WARNING=0

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

ENV MALLOC_ARENA_MAX=2

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

ENV FONTCONFIG_PATH=/etc/fonts

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

ENV IMGPROXY_MALLOC=malloc

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

ENV AWS_LWA_READINESS_CHECK_PATH=/health

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

ENV AWS_LWA_INVOKE_MODE=response_stream

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

ENV AWS_LWA_ASYNC_INIT=true

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

ENV VIPS_VECTOR=167772160

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

USER 999

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

ENTRYPOINT ["entrypoint.sh"]

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

CMD ["imgproxy"]

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