Namespace
darthsim
Image / Tag
imgproxy:v3.27.0-arm64
Content Digest
sha256:06028544d1261afb4209d56e9a3aaf1642daf21bb0e2fdc426bf10cf4bff2070
Details
Created

2024-12-18 17:40:37 UTC

Size

69.9 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2024-12-18T17:38:53.467Z
  • 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
    f09c12f6d2325b2f0eb11cd1b10f3a52a950c01a
  • 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:8bb55f0677778c3027fcc4253dc452bc9c22de989a696391e739fb1cdbbdb4c2 - 39.44% (27.6 MB)

[#001] sha256:5a71a8150433b63dbb0d2e3f9f93134cea18fb6fde1709163fcf130f95119f5c - 4.61% (3.22 MB)

[#002] sha256:700e39ec8389580f52a968fcc527a30be4513b09b506d10824c762f12f98061f - 33.88% (23.7 MB)

[#003] sha256:887f5f8e0d0c0b18d66aab775b6461307decd41b3720078003573f235c9a855d - 19.74% (13.8 MB)

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

[#005] sha256:db46948fce912be7ddbd82641dbc18860e82c9f68f858b06d47aac36560c985f - 0.0% (347 Bytes)

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

[#007] sha256:30bc62e6c9decdc1605c14d41d25fedd41486929aec4adaa083d23ac9befbc8b - 2.15% (1.5 MB)

[#008] sha256:8c5ab6695344fe431cb7b53fe8b2028b5e7e5c1e8b69c40b3cc42b4eb3ed2a6f - 0.17% (120 KB)

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


History
2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:45 UTC

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

2024-11-19 16:18:47 UTC

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

2024-11-19 16:18:47 UTC

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

2024-12-18 17:39:25 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:39:25 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

2024-12-18 17:40:35 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:40:35 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:40:36 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:40:36 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:40:36 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV VIPS_WARNING=0

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV MALLOC_ARENA_MAX=2

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV FONTCONFIG_PATH=/etc/fonts

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV IMGPROXY_MALLOC=malloc

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_READINESS_CHECK_PATH=/health

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_INVOKE_MODE=response_stream

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV AWS_LWA_ASYNC_INIT=true

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENV VIPS_VECTOR=167772160

2024-12-18 17:40:37 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

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

USER 999

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["entrypoint.sh"]

2024-12-18 17:40:37 UTC (buildkit.dockerfile.v0)

CMD ["imgproxy"]

2024-12-18 17:40:37 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