Namespace
chuckcharlie
Image / Tag
cups-avahi-airprint:2.1.1-amd64
Content Digest
sha256:d172461c663c8f17260d7fc9a0192921b80564b1da1741dc2ff7424e531c81f5
Details
Created

2026-06-09 02:23:15 UTC

Size

225 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 - 1.54% (3.46 MB)

[#001] sha256:4e2fdb7f1f706abf22073b40da817314f8ed5e88198cc72ac934c63f64041a64 - 81.03% (182 MB)

[#002] sha256:2b71d5c4e3544804632078662309faf10427914031cf32c08300abf8849298cb - 12.77% (28.7 MB)

[#003] sha256:23061b8abd7eb05af59dec9d7214deadccc15d45c5c5f0795fc2cdcf94398561 - 4.65% (10.5 MB)

[#004] sha256:11b964183777d0153803f7cbee6e86c27ee085711dd7044d33993e8e6bde492e - 0.0% (3.2 KB)

[#005] sha256:9ee0ee0bdce5c0d0c032f90df017254916ad7398f20775c0f4206a207367fd31 - 0.0% (3.25 KB)

[#006] sha256:9e0889516aff15d66be4092dd87247ed57c6c08bc26a95140485aa0f4d0e23f4 - 0.0% (2.41 KB)


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

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

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

CMD ["/bin/sh"]

2026-06-09 02:21:51 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-09 02:22:12 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-09 02:23:13 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-09 02:23:13 UTC

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

2026-06-09 02:23:13 UTC

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

2026-06-09 02:23:14 UTC

/bin/sh -c #(nop) ADD dir:3c052864d388d646a5c986dfbc87899a1142747892490719571845d637f32da0 in /

2026-06-09 02:23:14 UTC

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

2026-06-09 02:23:14 UTC

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

2026-06-09 02:23:15 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