NodeJS Alpine Docker image with glibc.
924
This image is based on the NodeJS image using Alpine Linux as its base (node:alpine):
It adds glibc to it to enable proprietary projects compiled against glibc (e.g. OracleJDK, Anaconda) work on Alpine.
This image includes some quirks to make glibc work side by side with musl libc (default in Alpine Linux). glibc packages for Alpine Linux are prepared by Sasha Gerrand and the releases are published in sgerrand/alpine-pkg-glibc github repo.
This image is intended to be a base image for your NodeJS projects, so you may use it like this:
FROM metaa/node-alpine-glibc
COPY ./my_app /usr/local/bin/my_app
$ docker build -t my_app .
This is based on GitHub user frol's repository that adds glibc to the Alpine image rather than the NodeJS image with Alpine.
Content type
Image
Digest
Size
24.7 MB
Last updated
over 8 years ago
docker pull metaa/node-alpine-glibc