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: over 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T15:23:29.000Z (over 7 years ago)
- Last Synced: 2025-01-10T03:20:02.738Z (over 1 year 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