alpine-node icon indicating copy to clipboard operation
alpine-node copied to clipboard

Minimal Node.js Docker Images built on Alpine Linux

Results 11 alpine-node issues
Sort by recently updated
recently updated
newest added

Any chance on adding support for 18?

Getting an error while building. MacOS AppleSilicon > `Fatal process OOM in Failed to reserve virtual memory for CodeRange` > `uncaught target signal 5 (Trace/breakpoint trap) - core dumped` ````...

Iterative changes to this image are pretty painful I'd imagine 🙃 Now that Docker has multi-stage builds, it'd be pretty trivial to break out the single `RUN` into multiple layers,...

When I run this Dockerfile the running stops after gpg command ``` gpg: directory '/root/.gnupg' created gpg: new configuration file '/root/.gnupg/dirmngr.conf' created gpg: new configuration file '/root/.gnupg/gpg.conf' created gpg: keybox...

Could you please upgrade the basic image for resolving CVE-2022-28391. https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html

Hi, I am working on adding arm64 support to [ymedlop/npm-cache-resource](https://github.com/ymedlop/npm-cache-resource) and release arm64 images. It is using mhart/alpine-node as base image and arm64 tag is not available for alpine-node. I...

As part of the build process, the script tries to import a bunch of PGP pubic keys from various key servers. Unfortunately, some of those keys have expired, and therefore...

First of all, great job with this image! It made node microservices + docker make sense! And I know it takes a lot of work to maintain this so thanks!...

Hello, this project is great, the builds are really neat and well structured. However, there are other cases for someone using Alpine, either to bundle Node into a existing Image...