Sign inSign up

cdaf/cdds

By cdaf

Updated about 1 month ago

Node.JS delivery gateway on Linux

Image
Integration & delivery
0

1.7K

cdaf/cdds repository overview

CDaf Deployment Service

Gateway service to supporting pushing a release.sh file into the container, and invoke, passing an environment name argument.

docker run -p 3000:3000 cdaf/cdds

Open with a browser to see Swagger interface, e.g. http://localhost:3000.

To deploy a release package

curl --no-progress-meter -f -X POST -H "deploy-environment: NONE" -H "deploy-directory: /tmp" -H "Content-Type: text/plain" --data-binary @./release.sh http://localhost:3000/deploy

Tag summary

Content type

Image

Digest

sha256:6ccb00cb5

Size

395.5 MB

Last updated

about 1 month ago

docker pull cdaf/cdds