MCPcopy Index your code
hub / github.com/drone-runners/drone-runner-docker

github.com/drone-runners/drone-runner-docker @v1.8.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.8.5 ↗ · + Follow
230 symbols 670 edges 52 files 137 documented · 60% 1 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Core symbols most depended-on inside this repo

Func
called by 14
internal/match/match.go
isPrivileged
called by 12
engine/compiler/compiler.go
Error
called by 11
internal/docker/jsonmessage/jsonmessage.go
String
called by 7
engine/const.go
Compile
called by 7
engine/compiler/compiler.go
TrimExtraInfo
called by 7
internal/docker/errors/errors.go
Expand
called by 6
internal/docker/image/image.go
New
called by 5
engine/linter/linter.go

Shape

Function 141
Method 50
Struct 37
TypeAlias 2

Languages

Go100%

Modules by API surface

engine/spec.go27 symbols
engine/resource/pipeline.go18 symbols
engine/convert.go17 symbols
engine/engine.go14 symbols
engine/compiler/compiler_test.go13 symbols
engine/linter/linter.go11 symbols
engine/compiler/util.go10 symbols
engine/compiler/util_test.go9 symbols
engine/resource/parser_test.go7 symbols
internal/docker/image/image_test.go6 symbols
internal/docker/image/image.go6 symbols
engine/compiler/compiler.go6 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add drone-runner-docker \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page