mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 18:24:24 +08:00
55fd78d1cc4dced2035e0476f9cb390e3eb37b66
keep only master branch for latest
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
Description
Languages
Go
88.9%
Go Template
4.2%
Shell
3.8%
PowerShell
3.1%