Sign inSign up

metaa/node-alpine-glibc

By metaa

Updated over 8 years ago

NodeJS Alpine Docker image with glibc.

Image
0

924

metaa/node-alpine-glibc repository overview

Docker Size Docker Stars Docker Pulls

NodeJS:Alpine GNU C library (glibc) Docker image

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.

Usage Example

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.

Tag summary

Content type

Image

Digest

Size

24.7 MB

Last updated

over 8 years ago

docker pull metaa/node-alpine-glibc