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
- Host: GitHub
- URL: https://github.com/animo/indy-nodejs-docker
- Owner: animo
- License: apache-2.0
- Created: 2020-07-25T15:23:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T15:44:00.000Z (over 5 years ago)
- Last Synced: 2025-01-12T18:52:06.060Z (12 months ago)
- Topics: docker, hyperledger, hyperledger-aries, hyperledger-indy, nodejs
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/animosolutions/indy-nodejs
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```