Base Docker image based on node:alpine with a little extra power
1.9K
Alpine node Docker images do not provide tooling such as git or openssh. I often found myself in need of those applications so I created a new base image that provides these tools by default while still enjoying the Alpine flavour.
The following are installed using the package manager:
gitbashopensshca-certificatesThese images support the same platforms as as the node:alpine images:
$ docker run --rm mplatform/mquery octopixell/node-alpine-toolbox:node-lts
Image: octopixell/node-alpine-toolbox:node-lts (digest: sha256:dcfec08c45ba4a9e8329bd6a466aeda24dcc3141fa24bd6f46167c53c79b336c)
* Manifest List: Yes (Image type: application/vnd.docker.distribution.manifest.list.v2+json)
* Supported platforms:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/s390x
Content type
Image
Digest
sha256:dcfec08c4…
Size
63.8 MB
Last updated
almost 2 years ago
docker pull octopixell/node-alpine-toolbox:node-lts