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

https://github.com/animo/indy-nodejs-docker

Base docker image with libindy, NodeJS, NPM and Yarn preinstalled. Also includes build tools needed to build indy-sdk for NodeJS
https://github.com/animo/indy-nodejs-docker

docker hyperledger hyperledger-aries hyperledger-indy nodejs

Last synced: 10 months ago
JSON representation

Base docker image with libindy, NodeJS, NPM and Yarn preinstalled. Also includes build tools needed to build indy-sdk for NodeJS

Awesome Lists containing this project

README

          

# Docker image with libindy and NodeJS

Base docker image with libindy, NodeJS, NPM and Yarn preinstalled. Also includes build tools needed to build indy-sdk for NodeJS.

https://hub.docker.com/r/animosolutions/indy-nodejs

## Usage

```lang=dockerfile
FROM animosolutions/indy-nodejs:latest
```

## Images

| tags | libindy | NodeJS | NPM | Yarn | OS |
| ---------------------------------------------------------------------------- | ------- | ------- | ------ | ------ | ------------ |
| `animosolutions/indy-nodejs:latest`
`animosolutions/indy-nodejs:1.15.0` | 1.15.0 | 12.18.3 | 6.14.6 | 1.22.4 | Ubuntu 18.04 |

## Building

To build a docker image:

```sh
docker build -t animosolutions/indy-nodejs:latest -f indy-nodejs.dockerfile .
```