Sign inSign up

inanimate/dpl

By inanimate

Updated over 10 years ago

A docker container equipped for running the fantastic CD application, travis-ci/dpl

Image
0

916

inanimate/dpl repository overview

This container solely exists to run the fantastic CD deploy tool, DPL.

This is based on the official ruby image!

In example, for AWS CodeDeply:

docker run -ti inanimate/docker-dpl --provider=codedeploy --access-key-id=<aws
access key> --secret_access_key=<aws secret access key>
--application=<application name> --deployment_group=<deployment group>
--revision_type=<s3/github> --commit_id=<commit ID> --repository=<repo name>
--region=<AWS availability zone> --wait-until-deployed=<true>

Tag summary

Content type

Image

Digest

Size

264.5 MB

Last updated

over 10 years ago

docker pull inanimate/dpl