Namespace
chuckcharlie
Image / Tag
cups-avahi-airprint:2.1.0-arm64
Content Digest
sha256:d5541adc0107a1806031ebc4ec5187f68a55b535d25aceebf4195ee1d5f87212
Details
Created

2026-06-08 16:22:12 UTC

Size

214 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3f26bc2dec0b515f1c2818f6e13a8f1da1f88179a008445d4e587233386bff78 - 1.82% (3.9 MB)

[#001] sha256:fbf31de3acfb7fbc26d19f2171f50c03f54e74d49e2e25d7088a9c9802a5f4f6 - 80.94% (173 MB)

[#002] sha256:cb0ad3100b13d8c20c5a51eab95a4c74d844b63d34418036c015e62aa5395342 - 12.32% (26.4 MB)

[#003] sha256:e71f48db59be72bb8efa94115d1749d27e360f457fc4c11399b098d33dd7db27 - 4.91% (10.5 MB)

[#004] sha256:cf6f4972ec72d28724f28bfc1a7c51d5f13dfe0d8a5b68bd14d15be6c19037b2 - 0.0% (2.3 KB)

[#005] sha256:9db31834edbb2b77c54fec8ffc4d29380634642713e66bb85b661f7070164d69 - 0.0% (2.35 KB)

[#006] sha256:3c3bbe682570d9e56945fa91438fe7a6f01f0f7761c2910bef855f574741fd0c - 0.0% (2.4 KB)


History
2026-04-16 23:53:24 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit

2026-04-16 23:53:24 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-06-08 16:21:02 UTC

/bin/sh -c echo -e "https://dl-cdn.alpinelinux.org/alpine/edge/testing\nhttps://dl-cdn.alpinelinux.org/alpine/edge/community\nhttps://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && apk add --update cups cups-libs cups-pdf cups-client cups-filters cups-dev ghostscript hplip avahi dbus inotify-tools python3 build-base wget perl splix tzdata && rm -rf /var/cache/apk/*

2026-06-08 16:21:22 UTC

/bin/sh -c apk add --no-cache git cmake && git clone https://github.com/pdewacht/brlaser.git && cd brlaser && cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 . && make && make install && cd .. && rm -rf brlaser

2026-06-08 16:22:09 UTC

/bin/sh -c wget -O gutenprint-5.3.5.tar.xz https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.5/gutenprint-5.3.5.tar.xz/download && tar -xJf gutenprint-5.3.5.tar.xz && cd gutenprint-5.3.5 && find src/testpattern -type f -exec sed -i 's/\bPAGESIZE\b/GPT_PAGESIZE/g' {} + && ./configure && make -j$(nproc) && make install && cd .. && rm -rf gutenprint-5.3.5 gutenprint-5.3.5.tar.xz && sed -i '1s|.*|#!/usr/bin/perl|' /usr/sbin/cups-genppdupdate

2026-06-08 16:22:09 UTC

/bin/sh -c #(nop) EXPOSE 631

2026-06-08 16:22:09 UTC

/bin/sh -c #(nop) VOLUME [/config]

2026-06-08 16:22:10 UTC

/bin/sh -c #(nop) ADD dir:0bbf2ba08dcb28e5781cd5b4f2a4aa49db9ae1cb0d11289b95f5fe4c550968dd in /

2026-06-08 16:22:11 UTC

/bin/sh -c chmod +x /root/*

2026-06-08 16:22:11 UTC

/bin/sh -c #(nop) CMD ["/root/run_cups.sh"]

2026-06-08 16:22:12 UTC

/bin/sh -c sed -i 's/Listen localhost:631/Listen 0.0.0.0:631/' /etc/cups/cupsd.conf && sed -i 's/Browsing Off/Browsing On/' /etc/cups/cupsd.conf && sed -i 's/IdleExitTimeout/#IdleExitTimeout/' /etc/cups/cupsd.conf && sed -i 's/<Location \/>/<Location \/>\n Allow All/' /etc/cups/cupsd.conf && sed -i 's/<Location \/admin>/<Location \/admin>\n Allow All\n Require user @SYSTEM/' /etc/cups/cupsd.conf && sed -i 's/<Location \/admin\/conf>/<Location \/admin\/conf>\n Allow All/' /etc/cups/cupsd.conf && sed -i 's/.*enable\-dbus=.*/enable\-dbus\=yes/' /etc/avahi/avahi-daemon.conf && echo "ServerAlias *" >> /etc/cups/cupsd.conf && echo "DefaultEncryption Never" >> /etc/cups/cupsd.conf && echo "ReadyPaperSizes A4,TA4,4X6FULL,T4X6FULL,2L,T2L,A6,A5,B5,L,TL,INDEX5,8x10,T8x10,4X7,T4X7,Postcard,TPostcard,ENV10,EnvDL,ENVC6,Letter,Legal" >> /etc/cups/cupsd.conf && echo "DefaultPaperSize Letter" >> /etc/cups/cupsd.conf && echo "pdftops-renderer ghostscript" >> /etc/cups/cupsd.conf

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