-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Have been trying to update the Predbat addon from 1.2.8 to 1.2.9 in Settings. Having tried multiple times over last week or so including restarting.
Getting following in Supervisor.log
2025-08-12 16:51:22.056 ERROR (MainThread) [supervisor.docker.addon] Can't build 6adb4f0d/amd64-addon-predbat:1.2.9: Docker build failed for 6adb4f0d/amd64-addon-predbat:1.2.9 (exit code 1). Build output:
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.72kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 4)
#1 DONE 0.1s
#2 [internal] load metadata for ghcr.io/hassio-addons/ubuntu-base/amd64:10.0.5
#2 DONE 4.4s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/10] FROM ghcr.io/hassio-addons/ubuntu-base/amd64:10.0.5@sha256:0b873304745adf7e57bfa0e96fbc4eed0117c1bf3597b4f0d5a42c2987bc5aa8
#4 DONE 0.0s
#5 [ 2/10] RUN apt-get update && apt-get upgrade -y
#5 CACHED
#6 [ 3/10] RUN apt-get dist-upgrade -y
#6 CACHED
#7 [internal] load build context
#7 transferring context: 10.32kB 0.0s done
#7 DONE 0.1s
#8 [ 4/10] RUN apt-get update && apt-get install -y --no-install-recommends python3-minimal
#8 10.44 Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease
#8 10.45 Ign:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#8 20.46 Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#8 21.46 Ign:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#8 30.47 Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#8 33.48 Ign:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#8 40.48 Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease
#8 47.49 Err:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#8 47.49 Temporary failure resolving 'security.ubuntu.com'
#8 50.49 Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#8 60.50 Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#8 70.51 Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease
#8 80.52 Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#8 90.53 Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#8 100.5 Err:1 http://archive.ubuntu.com/ubuntu noble InRelease
#8 100.5 Temporary failure resolving 'archive.ubuntu.com'
#8 110.6 Err:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#8 110.6 Temporary failure resolving 'archive.ubuntu.com'
#8 120.6 Err:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#8 120.6 Temporary failure resolving 'archive.ubuntu.com'
#8 120.6 Reading package lists...
#8 120.6 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/InRelease Temporary failure resolving 'archive.ubuntu.com'
#8 120.6 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/InRelease Temporary failure resolving 'archive.ubuntu.com'
#8 120.6 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/InRelease Temporary failure resolving 'archive.ubuntu.com'
#8 120.6 W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/noble-security/InRelease Temporary failure resolving 'security.ubuntu.com'
#8 120.6 W: Some index files failed to download. They have been ignored, or old ones used instead.
#8 120.7 Reading package lists...
#8 120.7 Building dependency tree...
#8 120.7 Reading state information...
#8 120.7 E: Unable to locate package python3-minimal
#8 ERROR: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends python3-minimal" did not complete successfully: exit code: 100
[ 4/10] RUN apt-get update && apt-get install -y --no-install-recommends python3-minimal:
100.5 Err:1 http://archive.ubuntu.com/ubuntu noble InRelease
100.5 Temporary failure resolving 'archive.ubuntu.com'
110.6 Err:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
110.6 Temporary failure resolving 'archive.ubuntu.com'
120.6 Err:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
120.6 Temporary failure resolving 'archive.ubuntu.com'
120.7 Building dependency tree...
120.7 Reading state information...
120.7 E: Unable to locate package python3-minimal
1 warning found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG $BUILD_FROM results in empty or invalid base image name (line 4)
Dockerfile:12
10 | RUN apt-get dist-upgrade -y
11 | #RUN apt-get install -y python3
12 | >>> RUN apt-get update && apt-get install -y --no-install-recommends python3-minimal
13 | RUN apt-get install -y python3-pip
14 |
ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends python3-minimal" did not complete successfully: exit code: 100