Installation

Download the buildah runner and configure to connect with your central Drone server using your server address and shared secret.

$ docker run -d \
  --publish=3000:3000 \
  --env=DRONE_DEBUG=true \
  --env=DRONE_RPC_HOST=drone.company.com \
  --env=DRONE_RPC_PROTO=https \
  --env=DRONE_RPC_SECRET=${SECRET} \
  --restart=always \
  --name=drone-runner-buildah docker.io/my-organization/my-runner

License

This software is licensed under the Blue Oak Model License 1.0.0.

Notice

This software relies on the runner-go module authored by Drone.IO, Inc under a Non-compete license. This module can be used in any software for free for any permitted purpose in accordance with the license. This module cannot be used in any software that competes with the licensor.