denoland / deno_docker

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
https://hub.docker.com/r/denoland/deno
MIT License
883 stars 101 forks source link

Alpine: Extract GLIBC from distroless. #312

Closed dojyorin closed 9 months ago

dojyorin commented 1 year ago

Alpine images currently rely on third-party images that have glibc installed. By using the official alpine image and porting the missing glibc from the official distroless image, the image remains clean and has no dependencies on third-party images.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.