-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building docker #4
Comments
Hi, the Alpine packages are outdated. Let me try to update it and make a new release 🤞 |
Thanks. Still the same kind of issues on my side but I think it's actually related to alpine packages :
Trying to fix it |
Yep, looks like a DNS issue to me (somehow $ docker run --rm alpine:latest apk add --no-cache bash go
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
4abcf2066143: Already exists
Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
Status: Downloaded newer image for alpine:latest
fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
(1/18) Installing ncurses-terminfo-base (6.4_p20231125-r0)
(2/18) Installing libncursesw (6.4_p20231125-r0)
(3/18) Installing readline (8.2.1-r2)
(4/18) Installing bash (5.2.21-r0)
Executing bash-5.2.21-r0.post-install
(5/18) Installing libgcc (13.2.1_git20231014-r0)
(6/18) Installing jansson (2.14-r4)
(7/18) Installing libstdc++ (13.2.1_git20231014-r0)
(8/18) Installing zstd-libs (1.5.5-r8)
(9/18) Installing binutils (2.41-r0)
(10/18) Installing libgomp (13.2.1_git20231014-r0)
(11/18) Installing libatomic (13.2.1_git20231014-r0)
(12/18) Installing gmp (6.3.0-r0)
(13/18) Installing isl26 (0.26-r1)
(14/18) Installing mpfr4 (4.2.1-r0)
(15/18) Installing mpc1 (1.3.1-r1)
(16/18) Installing gcc (13.2.1_git20231014-r0)
(17/18) Installing musl-dev (1.2.4_git20230717-r4)
(18/18) Installing go (1.21.6-r0)
Executing busybox-1.36.1-r15.trigger
OK: 335 MiB in 33 packages Btw if you don't really need the |
Hi,
I think there might be an issue in the docker compose install :
The text was updated successfully, but these errors were encountered: