alpine
In this repo you can find different Linux distributions with Node.js.
The tags has the following format: X-Y-X, where:
X stands for the version of the OS of the base imageY stands for the Node.js version included in the imageZ stands for general semantic version of this repositoryFor first it may seem strange / too complex, but with this you can be sure that you are using immutable Docker images, as we will never overwrite existing tags.
You can find all the images and tags on the RisingStack Docker Hub.
FROM risingstack/alpine:3.3-v4.2.6-1.1.3
COPY package.json package.json
RUN npm install
# Add your source files
COPY . .
CMD ["npm","start"]
docker pull risingstack/alpine:3.3-v4.2.6-1.1.3docker pull risingstack/alpine:3.3-v5.5.0-1.1.3Content type
Image
Digest
Size
90.9 MB
Last updated
over 8 years ago
docker pull risingstack/alpine:3.7-v8.10.0-4.8.0