-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Describe the bug
After ./scripts/pi-setup/auto-install.sh service started successfully but webui showed 404
certification-tool commit: b9377ad
Checked proxy service log,
proxy-1 | time="2026-01-30T14:51:04Z" level=error msg="Failed to retrieve information of the docker client and server host: Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version" providerName=docker
proxy-1 | time="2026-01-30T14:51:04Z" level=error msg="Provider connection error Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version, retrying in 545.317891ms" providerName=docker
proxy-1 | time="2026-01-30T14:51:04Z" level=error msg="Failed to retrieve information of the docker client and server host: Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version" providerName=docker
proxy-1 | time="2026-01-30T14:51:04Z" level=error msg="Provider connection error Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a
newer version, retrying in 942.119251ms" providerName=docker
proxy-1 | time="2026-01-30T14:51:05Z" level=error msg="Failed to retrieve information of the docker client and server host: Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version" providerName=docker
proxy-1 | time="2026-01-30T14:51:05Z" level=error msg="Provider connection error Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version, retrying in 943.673048ms" providerName=docker
system info:
ubuntu@ubuntu:~/certification-tool$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.3 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
ubuntu@ubuntu:~/certification-tool$
docker version:
ubuntu@ubuntu:~/certification-tool$ docker version
Client: Docker Engine - Community
Version: 29.2.0
API version: 1.53
Go version: go1.25.6
Git commit: 0b9d198
Built: Mon Jan 26 19:26:09 2026
OS/Arch: linux/arm64
Context: default
Server: Docker Engine - Community
Engine:
Version: 29.2.0
API version: 1.53 (minimum version 1.44)
Go version: go1.25.6
Git commit: 9c62384
Built: Mon Jan 26 19:26:09 2026
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: v2.2.1
GitCommit: dea7da592f5d1d2b7755e3a161be07f43fad8f75
runc:
Version: 1.3.4
GitCommit: v1.3.4-0-gd6d73eb8
docker-init:
Version: 0.19.0
GitCommit: de40ad0
ubuntu@ubuntu:~/certification-tool$
fix:
ubuntu@ubuntu:~/certification-tool$ git diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 011951e..d4f8c5e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,7 +16,7 @@
services:
proxy:
- image: traefik:v2.2
+ image: traefik:v2.11
ports:
- "80:80"
- "8090:8080"
ubuntu@ubuntu:~/certification-tool$
Reactions are currently unavailable