armbian / mirror

Armbian Linux Mirrors Infrastructure
45 stars 8 forks source link

invalid Host header runners.sh:211 #15

Closed AndreiCherniaev closed 6 months ago

AndreiCherniaev commented 6 months ago

I use Ubuntu 22. I can't start, I get error. My steps

git clone --depth=1 --branch=main https://github.com/armbian/build
cd build
./compile.sh

[🔨] #1 14.90 time="2024-01-16T09:03:15Z" level=info msg="running server on /run/buildkit/buildkitd.sock" [🔨] ------ [🔨] ERROR: http: invalid Host header [💥] Error 1 occurred in main shell [ at /home/a/build/lib/functions/logging/runners.sh:211 run_host_command_logged_raw() --> lib/functions/logging/runners.sh:211 run_host_command_logged() --> lib/functions/logging/runners.sh:193 docker_cli_build_dockerfile() --> lib/functions/host/docker.sh:360 do_with_logging() --> lib/functions/logging/section-logging.sh:81 cli_docker_run() --> lib/functions/cli/cli-docker.sh:54 armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:136 cli_entrypoint() --> lib/functions/cli/entrypoint.sh:176 main() --> ./compile.sh:50 ] [💥] Cleaning up [ please wait for cleanups to finish ]

$ uname -a
Linux linux 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
$ docker --version 
Docker version 20.10.24, build 297e128

In my HDD I have 42 GB free. This bug looks like this.

AndreiCherniaev commented 6 months ago

I remove docker version 20.10.24 and install version

$ docker --version 
Docker version 24.0.5, build ced0996

Now works!

Ubuntu Software