Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 838 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 838 Bytes

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

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:

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