nodejs / docker-node

Official Docker Image for Node.js :whale: :turtle: :rocket:
https://hub.docker.com/_/node/
MIT License
8.24k stars 1.97k forks source link

`libc6-compat` not on alpine anymore? #2040

Closed milanow closed 6 months ago

milanow commented 6 months ago

Environment

Expected Behavior

successfully build image

Current Behavior

faild on RUN apk add --no-cache libc6-compat

Possible Solution

tried out finding packages on https://pkgs.alpinelinux.org/packages, turns out no libc6-compat existing

Steps to Reproduce

create a brand new NextJS project with docker, you should reproduce this bug.

Additional Information

image

nschonni commented 6 months ago

Seems like something to raise with the Apline maintainers, no one here can answer that

LaurentGoderre commented 6 months ago

I don't know the reason but it isn't in 3.19 or edge

https://pkgs.alpinelinux.org/packages?name=libc6*&branch=v3.18&repo=&arch=&maintainer= https://pkgs.alpinelinux.org/packages?name=libc6*&branch=v3.19&repo=&arch=&maintainer= https://pkgs.alpinelinux.org/packages?name=libc6*&branch=edge&repo=&arch=&maintainer=

mattvb91 commented 6 months ago

@LaurentGoderre do you know why even when I force 3.18 or lower it still doesnt find it??

10.27 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: temporary error (try again later)
10.27 ERROR: unable to select packages:
10.28   libc6-compat (no such package):