init commit for coverting to podman
This commit is contained in:
17
README.md
17
README.md
@@ -1,9 +1,9 @@
|
||||
# drone-runner-docker
|
||||
# drone-runner-podman
|
||||
|
||||
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.
|
||||
The `podman` runner executes pipelines inside Podman 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:<br/>
|
||||
https://docs.drone.io/runner/docker/overview/
|
||||
https://docs.drone.io/runner/podman/overview/
|
||||
|
||||
Technical Support:<br/>
|
||||
https://discourse.drone.io
|
||||
@@ -16,7 +16,7 @@ https://trello.com/b/ttae5E5o/drone
|
||||
Run the changelog generator.
|
||||
|
||||
```BASH
|
||||
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>
|
||||
podman run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone-runners -p drone-runner-podman -t <secret github token>
|
||||
```
|
||||
|
||||
You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.
|
||||
@@ -28,7 +28,12 @@ Next we tag the PR's with the fixes or enhancements labels. If the PR does not f
|
||||
Run the changelog generator again with the future version according to semver.
|
||||
|
||||
```BASH
|
||||
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
|
||||
podman run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone-runners -p drone-runner-podman -t <secret token> --future-release v1.0.0
|
||||
```
|
||||
|
||||
Create your pull request for the release. Get it merged then tag the release.
|
||||
Create your pull request for the release. Get it merged then tag the release.
|
||||
|
||||
|
||||
## Podman Binding Docs
|
||||
|
||||
https://github.com/containers/podman/tree/main/pkg/bindings
|
||||
|
||||
Reference in New Issue
Block a user