Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fab1o0107/docker-node
A repository that contains Docker (OCI format) base images for Node.js
https://github.com/fab1o0107/docker-node
Last synced: 4 days ago
JSON representation
A repository that contains Docker (OCI format) base images for Node.js
- Host: GitHub
- URL: https://github.com/fab1o0107/docker-node
- Owner: Fab1o0107
- License: agpl-3.0
- Created: 2023-01-29T06:55:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T08:45:33.000Z (8 months ago)
- Last Synced: 2024-05-28T22:39:35.841Z (8 months ago)
- Language: Dockerfile
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Node
A repository that contains Docker (OCI format) base images for Node.js (that I used in my projects)Available on [Docker Hub](https://hub.docker.com/r/fabio0107/node) and [GitHub Container Registry](https://github.com/Fab1o0107/docker-node/pkgs/container/node)!
### Information for dev version
There are `dev` flavor images available which is mainly used for building Node.js Docker images.These images are meant to be used in a [multi-stage build configuration](https://docs.docker.com/develop/develop-images/multistage-build/), which is build stage (installing, deps compiling, compiling, etc), and final stage (production image)