Sign inSign up

dendra/dendra-build-api

By dendra

Updated almost 4 years ago

Dendra service for scheduling and dispatching build requests.

Image
0

257

dendra/dendra-build-api repository overview

Dendra Build API

A service for scheduling and dispatching build requests. Used to kick-off annotation side-effects and data aggregate calculations. Built using Feathers.

Instructions

  1. Be sure you have Node version 10.15.1. If you’re using nvm, you may need to nvm use 10.15.1.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd dendra-build-api.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.

To build and publish the Docker image

  1. Make this project directory the current directory, i.e. cd dendra-build-api.

  2. Build the project docker build -t dendra:dendra-build-api ..

  3. Tag the desired image, e.g. docker tag f0ec409b5194 dendra/dendra-build-api:latest.

  4. Push it via docker push dendra/dendra-build-api.

Tag summary

Content type

Image

Digest

sha256:7bf2e8e87

Size

342.1 MB

Last updated

almost 4 years ago

docker pull dendra/dendra-build-api