Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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