Skip to content

drone-runners/drone-runner-docker

Folders and files

NameName
Last commit message
Last commit date
Oct 24, 2019
Nov 15, 2021
Jan 4, 2023
Jan 28, 2025
Apr 13, 2021
Oct 11, 2019
Dec 22, 2022
Jan 4, 2023
Oct 28, 2021
Oct 31, 2019
Oct 11, 2019
Jan 6, 2023
Oct 28, 2021
Oct 11, 2019
Nov 18, 2021
Jun 9, 2022
Jun 9, 2022
Oct 11, 2019

Repository files navigation

drone-runner-docker

The docker runner executes pipelines inside Docker containers. This runner is intended for linux workloads that are suitable for execution inside containers. This requires Drone server 1.6.0 or higher.

Documentation:
https://docs.drone.io/runner/docker/overview/

Technical Support:
https://discourse.drone.io

Issue Tracker and Roadmap:
https://trello.com/b/ttae5E5o/drone

Release procedure

Run the changelog generator.

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone-runners -p drone-runner-docker -t <secret github token>

You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.

Next we tag the PR's with the fixes or enhancements labels. If the PR does not fufil the requirements, do not add a label.

Before moving on make sure to update the version file version/version.go && version/version_test.go.

Run the changelog generator again with the future version according to semver.

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone-runners -p drone-runner-docker -t <secret token> --future-release v1.0.0

Create your pull request for the release. Get it merged then tag the release.