Go to file
Thomas Boerger f5ca41ec28
Remove duplicated badge
2019-01-21 21:50:31 +01:00
.github Update issue_template.md [ci skip] 2018-08-25 08:25:53 -07:00
cmd Drop docker from binary name for gcr, ecr and heroku 2019-01-21 21:50:31 +01:00
docker Drop docker from binary name for gcr, ecr and heroku 2019-01-21 21:50:31 +01:00
.drone.jsonnet Drop arm builds for now 2019-01-21 21:50:31 +01:00
.drone.windows.yml Fix duplicated step names 2019-01-21 21:50:30 +01:00
.drone.yml Drop arm builds for now 2019-01-21 21:50:31 +01:00
.gitignore replace govendor with dep 2017-10-30 23:05:06 -07:00
LICENSE Initial commit 2015-05-14 16:58:41 -07:00
README.md Remove duplicated badge 2019-01-21 21:50:31 +01:00
docker.go Switch to go modules instead of go dep 2019-01-21 21:50:30 +01:00
docker_test.go ability to disable purge 2017-11-09 13:28:19 -08:00
go.mod Use FilePath enabled urfave/cli lib 2019-01-21 21:50:31 +01:00
go.sum Use FilePath enabled urfave/cli lib 2019-01-21 21:50:31 +01:00
renovate.json Update renovate.json 2019-01-19 12:02:17 +01:00
tags.go ability to disable purge 2017-11-09 13:28:19 -08:00
tags_test.go ability to disable purge 2017-11-09 13:28:19 -08:00

README.md

drone-docker

Build Status Gitter chat Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

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