ArcoMul / leihbase

Web application to manage Leihladen, also known as Borrow Stores.
1 stars 1 forks source link

docker build fails: fetching https://dl-cdn.alpinelinux.org/... temporary error #33

Closed megabert closed 2 months ago

megabert commented 2 months ago

docker compose build fails

docker compose build
...
WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/main: temporary error (try again later)
...
failed to solve: process "/bin/sh -c apk add --no-cache     unzip     ca-certificates" did not complete successfully: exit code: 2

Possible cause

dl-cdn.alpinelinux.org repository does not support TLS / https as mentioned here:

https://github.com/alpinelinux/docker-alpine/issues/98

I'm not able to fix this at the moment.

System

# dpkg -l| awk '/docker/{print $1,$2,$3}'
ii docker-buildx-plugin 0.16.2-1~debian.12~bookworm
ii docker-ce 5:27.2.0-1~debian.12~bookworm
ii docker-ce-cli 5:27.2.0-1~debian.12~bookworm
ii docker-compose-plugin 2.29.2-1~debian.12~bookworm

# cat /etc/issue.net 
Debian GNU/Linux 12

Full Build Log: docker-compose-build.log

megabert commented 2 months ago

Please Delete this issue. It was a local network issue.

ArcoMul commented 2 months ago

Great, let me know if you run in any other issues! :-)