-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update source GLIBC #10
Comments
Have you tested it with the new version? If it does work, please, open a pull request :) |
I tested it work, with 2.34 there is error and docker build don't run. |
I just built an image yesterday, it built correctly on GH ACtions, so I don't know whats that error you're referring to, any logs? |
I use AlpineLinux as OS docker-compose build
db uses an image, skipping
Building tvhstats
Sending build context to Docker daemon 94.25MB
Step 1/12 : FROM elixir:1.14-alpine
---> 21fc02175b9f
Step 2/12 : ENV LANG C.UTF-8
---> Using cache
---> ad8ca5d19ba1
Step 3/12 : ENV LC_ALL C.UTF-8
---> Using cache
---> c76978f1395d
Step 4/12 : ENV PHOENIX_VERSION 1.6.13
---> Using cache
---> e52e3e4aec76
Step 5/12 : ENV GLIBC_VERSION=2.34-r0
---> Using cache
---> 9fa4fec55dc1
Step 6/12 : RUN apk add --no-cache bash inotify-tools
---> Using cache
---> d9e265aa8de8
Step 7/12 : RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && wget -q -O /tmp/glibc.apk https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk && apk add /tmp/glibc.apk && rm -rf /tmp/glibc.apk
---> Running in 0a0b38cf1431
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
(1/1) Installing glibc (2.34-r0)
ERROR: glibc-2.34-r0: trying to overwrite etc/nsswitch.conf owned by alpine-baselayout-data-3.4.0-r0.
1 error; 18 MiB in 29 packages
The command '/bin/sh -c wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && wget -q -O /tmp/glibc.apk https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk && apk add /tmp/glibc.apk && rm -rf /tmp/glibc.apk' returned a non-zero code: 1
ERROR: Service 'tvhstats' failed to build : Build failed |
But i don't understand, why are you building the image? Can you try the pre built image? you won't have problems i think. |
no manual how to do it Step by step howto can be recorded |
There's a sample compose file in the readme, pretty clear |
It's total unclear documentation in README.md
Explain from ZERO aka from fresh installed OS. |
There is a problem with 2.34 version
fixed in newer 2.35+
The text was updated successfully, but these errors were encountered: