2026-04-05 15:22:38.836 ERROR (MainThread) [supervisor.addons.addon] Could not build image for addon d450dea5_cups: Docker build failed for d450dea5/amd64-addon-cups:1.0.0 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.05kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 2)
#1 DONE 0.0s
#2 [internal] load metadata for ghcr.io/home-assistant/amd64-base:latest
#2 DONE 1.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load build context
#4 transferring context: 3.41kB done
#4 DONE 0.0s
#5 [1/3] FROM ghcr.io/home-assistant/amd64-base:latest@sha256:66c25c86966053605a57b6342c203e1db387297c26032133e66d227825fa6c19
#5 resolve ghcr.io/home-assistant/amd64-base:latest@sha256:66c25c86966053605a57b6342c203e1db387297c26032133e66d227825fa6c19 0.0s done
#5 CACHED
#6 [2/3] RUN echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories && apk update && apk add --no-cache cups cups-filters ghostscript libjpeg-turbo net-snmp epson-inkjet-printer-escpr hplip gutenprint foomatic-db foomatic-db-ppds gcompat libstdc++ dpkg jq
#6 0.998 v3.23.3-422-g8e14acb1ea7 [http://dl-cdn.alpinelinux.org/alpine/v3.23/main]
#6 0.998 v3.23.3-430-gb392932ee7f [http://dl-cdn.alpinelinux.org/alpine/v3.23/community]
#6 0.998 OK: 27585 distinct packages available
#6 1.705 ERROR: unable to select packages:
#6 1.705 foomatic-db (no such package):
#6 1.705 required by: world[foomatic-db]
#6 1.705 foomatic-db-ppds (no such package):
#6 1.705 required by: world[foomatic-db-ppds]
#6 1.705 hplip (no such package):
#6 1.705 required by: world[hplip]
#6 ERROR: process "/bin/ash -o pipefail -c echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories && apk update && apk add --no-cache cups cups-filters ghostscript libjpeg-turbo net-snmp epson-inkjet-printer-escpr hplip gutenprint foomatic-db foomatic-db-ppds gcompat libstdc++ dpkg jq" did not complete successfully: exit code: 3
[2/3] RUN echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories && apk update && apk add --no-cache cups cups-filters ghostscript libjpeg-turbo net-snmp epson-inkjet-printer-escpr hplip gutenprint foomatic-db foomatic-db-ppds gcompat libstdc++ dpkg jq:
0.998 v3.23.3-422-g8e14acb1ea7 [http://dl-cdn.alpinelinux.org/alpine/v3.23/main]
0.998 v3.23.3-430-gb392932ee7f [http://dl-cdn.alpinelinux.org/alpine/v3.23/community]
0.998 OK: 27585 distinct packages available
1.705 ERROR: unable to select packages:
1.705 foomatic-db (no such package):
1.705 required by: world[foomatic-db]
1.705 foomatic-db-ppds (no such package):
1.705 required by: world[foomatic-db-ppds]
1.705 hplip (no such package):
1.705 required by: world[hplip]
1 warning found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 2)
Dockerfile:14
13 | # Setup base
14 | >>> RUN
15 | >>> echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories &&
16 | >>> echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories &&
17 | >>> apk update &&
18 | >>> apk add --no-cache
19 | >>> cups
20 | >>> cups-filters
21 | >>> ghostscript
22 | >>> libjpeg-turbo
23 | >>> net-snmp
24 | >>> epson-inkjet-printer-escpr
25 | >>> hplip
26 | >>> gutenprint
27 | >>> foomatic-db
28 | >>> foomatic-db-ppds
29 | >>> gcompat
30 | >>> libstdc++
31 | >>> dpkg
32 | >>> jq
33 |
ERROR: failed to build: failed to solve: process "/bin/ash -o pipefail -c echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories && apk update && apk add --no-cache cups cups-filters ghostscript libjpeg-turbo net-snmp epson-inkjet-printer-escpr hplip gutenprint foomatic-db foomatic-db-ppds gcompat libstdc++ dpkg jq" did not complete successfully: exit code: 3
2026-04-05 15:22:38.836 ERROR (MainThread) [supervisor.addons.addon] Could not build image for addon d450dea5_cups: Docker build failed for d450dea5/amd64-addon-cups:1.0.0 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.05kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 2)
#1 DONE 0.0s
#2 [internal] load metadata for ghcr.io/home-assistant/amd64-base:latest
#2 DONE 1.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load build context
#4 transferring context: 3.41kB done
#4 DONE 0.0s
#5 [1/3] FROM ghcr.io/home-assistant/amd64-base:latest@sha256:66c25c86966053605a57b6342c203e1db387297c26032133e66d227825fa6c19
#5 resolve ghcr.io/home-assistant/amd64-base:latest@sha256:66c25c86966053605a57b6342c203e1db387297c26032133e66d227825fa6c19 0.0s done
#5 CACHED
#6 [2/3] RUN echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories && apk update && apk add --no-cache cups cups-filters ghostscript libjpeg-turbo net-snmp epson-inkjet-printer-escpr hplip gutenprint foomatic-db foomatic-db-ppds gcompat libstdc++ dpkg jq
#6 0.998 v3.23.3-422-g8e14acb1ea7 [http://dl-cdn.alpinelinux.org/alpine/v3.23/main]
#6 0.998 v3.23.3-430-gb392932ee7f [http://dl-cdn.alpinelinux.org/alpine/v3.23/community]
#6 0.998 OK: 27585 distinct packages available
#6 1.705 ERROR: unable to select packages:
#6 1.705 foomatic-db (no such package):
#6 1.705 required by: world[foomatic-db]
#6 1.705 foomatic-db-ppds (no such package):
#6 1.705 required by: world[foomatic-db-ppds]
#6 1.705 hplip (no such package):
#6 1.705 required by: world[hplip]
#6 ERROR: process "/bin/ash -o pipefail -c echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories && apk update && apk add --no-cache cups cups-filters ghostscript libjpeg-turbo net-snmp epson-inkjet-printer-escpr hplip gutenprint foomatic-db foomatic-db-ppds gcompat libstdc++ dpkg jq" did not complete successfully: exit code: 3
1 warning found (use docker --debug to expand):
Dockerfile:14
13 | # Setup base
14 | >>> RUN
15 | >>> echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories &&
16 | >>> echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories &&
17 | >>> apk update &&
18 | >>> apk add --no-cache
19 | >>> cups
20 | >>> cups-filters
21 | >>> ghostscript
22 | >>> libjpeg-turbo
23 | >>> net-snmp
24 | >>> epson-inkjet-printer-escpr
25 | >>> hplip
26 | >>> gutenprint
27 | >>> foomatic-db
28 | >>> foomatic-db-ppds
29 | >>> gcompat
30 | >>> libstdc++
31 | >>> dpkg
32 | >>> jq
33 |
ERROR: failed to build: failed to solve: process "/bin/ash -o pipefail -c echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main" > /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community" >> /etc/apk/repositories && apk update && apk add --no-cache cups cups-filters ghostscript libjpeg-turbo net-snmp epson-inkjet-printer-escpr hplip gutenprint foomatic-db foomatic-db-ppds gcompat libstdc++ dpkg jq" did not complete successfully: exit code: 3