You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
8 hours ago | |
---|---|---|
.chglog | 2 months ago | |
.github | 3 months ago | |
cmd/drone-docker-buildx | 3 months ago | |
docker | 6 hours ago | |
plugin | 3 months ago | |
.drone.jsonnet | 2 months ago | |
.drone.yml | 2 months ago | |
.gitignore | 2 months ago | |
CONTRIBUTING.md | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
go.mod | 1 month ago | |
go.sum | 1 month ago | |
renovate.json | 3 months ago |
README.md
drone-docker-buildx
Drone plugin to build multiarch Docker images with buildx
Drone plugin to build multiarch Docker images with buildx. This plugin is a fork of drone-plugins/drone-docker.
Docker Tags
Tags are following the main Docker version e.g. 20.10
, the second part is reflecting the plugin "version". A full example would be 20.10.5
.
Build
Build the binary with the following command:
export GOOS=linux
export GOARCH=amd64
export CGO_ENABLED=0
export GO111MODULE=on
go build -v -a -tags netgo -o release/drone-docker-buildx
Build the Docker image with the following command:
docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-docker-buildx .
Usage
Notice: Be aware that the tis plugin requires privileged capabilities, otherwise the integrated Docker daemon is not able to start.
docker run --rm \
-e PLUGIN_TAG=latest \
-e PLUGIN_REPO=octocat/hello-world \
-e DRONE_COMMIT_SHA=00000000 \
-v $(pwd):$(pwd) \
-w $(pwd) \
--privileged \
thegeeklab/drone-docker-buildx --dry-run
Contributors
Special thanks goes to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the MIT License - see the LICENSE file for details.