Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Base docker image used to have prebuilt Aerospike Node.js module

Notifications You must be signed in to change notification settings

makethunder/aerospike-node-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

aerospike-node-lib

Helps us maintain an image with a built Aerospike Node.js module so that we don't need to build the C client, which is required to then build the Node.js client.

The client is located in /src/node_modules/aerospike, so make sure you COPY it to the location you want it. For example, if you were doing a multi-stage build, you might do something like: COPY --from=aerospike-builder /src/node_modules/aerospike node_modules/aerospike

About

Base docker image used to have prebuilt Aerospike Node.js module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published