Bo-Yi Wu bb681102e9 update comment
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-11-09 13:33:18 +08:00
2017-11-09 13:33:18 +08:00
2017-10-30 23:05:06 -07:00
2017-10-30 23:05:06 -07:00
2017-10-30 23:05:06 -07:00
2017-10-30 23:05:06 -07:00
2017-11-09 13:30:33 +08:00
2017-11-09 13:26:07 +08:00
2017-10-31 00:02:01 -07:00
2017-10-31 00:02:01 -07:00
2015-05-14 16:58:41 -07:00
2017-08-27 12:29:08 -07:00

drone-docker

Drone plugin to build and publish Docker images to a container registry.

Build

Build the binary with the following commands:

sh .drone.sh

Docker

Build the Docker image with the following commands:

docker build --rm=true -f docker/Dockerfile -t plugins/docker .

Usage

Execute from the working directory:

docker run --rm \
  -e PLUGIN_TAG=latest \
  -e PLUGIN_REPO=octocat/hello-world \
  -e DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  --privileged \
  plugins/docker --dry-run
Languages
Go 99.5%
Makefile 0.5%