Namespace
darthsim
Image / Tag
imgproxy:v3.27.0-amd64
Content Digest
sha256:92a0fb100eb1f34a0020e2d378d29a1c9b264ef370728545d046bb18f52de4c0
Details
Created

2024-12-18 17:31:37 UTC

Size

73.4 MB

Content Digest
Labels
  • maintainer
    Sergey Alexandrovich <darthsim@gmail.com>
  • org.opencontainers.image.created
    2024-12-18T17:38:45.378Z
  • 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-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:de44b265507ae44b212defcb50694d666f136b35c1090d9709068bc861bb2d64 - 38.66% (28.4 MB)

[#001] sha256:42a9863d131656e2abfc4328b36f4071cd281f845d79446adf0d4d409708bae2 - 4.49% (3.3 MB)

[#002] sha256:a515d0e816922f6f7a64ef80c65741e41dcc54eb1755f9efd14e007a434e61fa - 35.28% (25.9 MB)

[#003] sha256:51be3ee7e7219e7ba82fac9d4553d43a1321390686f482fc2e970d7606514892 - 19.26% (14.1 MB)

[#004] sha256:8be83bacf8c5fcaeebd0402a97a7911d1d9d5715b9f7a3d77ec29c6967faf6ac - 0.0% (173 Bytes)

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

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

[#007] sha256:416e95ae751619fc387cbd69714b9b9ada63d3c7ae1d6a278105a79c9965708e - 2.14% (1.57 MB)

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

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


History
2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:25 UTC

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

2024-11-19 17:29:25 UTC

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

2024-12-18 17:29:15 UTC (buildkit.dockerfile.v0)

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

2024-12-18 17:29:15 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:31:35 UTC (buildkit.dockerfile.v0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ENV VIPS_WARNING=0

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

ENV MALLOC_ARENA_MAX=2

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

ENV FONTCONFIG_PATH=/etc/fonts

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

ENV IMGPROXY_MALLOC=malloc

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

ENV AWS_LWA_READINESS_CHECK_PATH=/health

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

ENV AWS_LWA_INVOKE_MODE=response_stream

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

ENV AWS_LWA_ASYNC_INIT=true

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

ENV VIPS_VECTOR=167772160

2024-12-18 17:31: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:31:37 UTC (buildkit.dockerfile.v0)

USER 999

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

ENTRYPOINT ["entrypoint.sh"]

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

CMD ["imgproxy"]

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