Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pionl/docker-node-with-openssl
Docker image based on official node with openssl installed
https://github.com/pionl/docker-node-with-openssl
alpine-image docker-image node nodejs openssl
Last synced: about 15 hours ago
JSON representation
Docker image based on official node with openssl installed
- Host: GitHub
- URL: https://github.com/pionl/docker-node-with-openssl
- Owner: pionl
- Created: 2018-11-09T15:23:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T15:23:29.000Z (about 6 years ago)
- Last Synced: 2024-11-11T16:46:42.451Z (2 months ago)
- Topics: alpine-image, docker-image, node, nodejs, openssl
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image based on official node with openssl installed
Without entrypoint - usable for gitlab CI
## Pre-installed packages:
- openssl
## Tags:
- pionl/node-with-openssl:8
- pionl/node-with-openssl:9
- pionl/node-with-openssl:10
- pionl/node-with-openssl:latest (node 9)
- pionl/node-with-openssl:8-alpine
- pionl/node-with-openssl:9-alpine
- pionl/node-with-openssl:10-alpine
- pionl/node-with-openssl:alpine (node alpine)```docker
FROM pionl/node-with-openssl:8
```## Contribution
1. Change the `Dockerfile.template`
2. Edit `build.sh` if new version is added
3. Run `build.sh` to build images
4. Run `build.sh deploy` to build and push images