https://github.com/swissgrc/docker-azure-pipelines-renovate
🐳 Docker image for running Renovate in an Azure Pipelines container job
https://github.com/swissgrc/docker-azure-pipelines-renovate
azure-devops azure-pipelines docker hacktoberfest renovate
Last synced: 11 days ago
JSON representation
🐳 Docker image for running Renovate in an Azure Pipelines container job
- Host: GitHub
- URL: https://github.com/swissgrc/docker-azure-pipelines-renovate
- Owner: swissgrc
- License: mit
- Created: 2022-07-18T08:19:15.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-09T14:03:47.000Z (16 days ago)
- Last Synced: 2025-04-09T15:22:26.372Z (16 days ago)
- Topics: azure-devops, azure-pipelines, docker, hacktoberfest, renovate
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/swissgrc/azure-pipelines-renovate
- Size: 1.18 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Docker image for running Renovate in Azure Pipelines container jobs
[](https://github.com/swissgrc/docker-azure-pipelines-renovate/blob/main/LICENSE) [](https://github.com/swissgrc/docker-azure-pipelines-renovate/actions/workflows/publish.yml) [](https://sonarcloud.io/summary/new_code?id=swissgrc_docker-azure-pipelines-renovate) [](https://hub.docker.com/r/swissgrc/azure-pipelines-renovate) [](https://hub.docker.com/r/swissgrc/azure-pipelines-renovate)
Docker image to run [Renovate] in [Azure Pipelines container jobs].
## Usage
This container can be used to run Renovate in [Azure Pipelines container jobs].
### Azure Pipelines Container Job
To use the image in an Azure Pipelines Container Job add the following task use it with the `target` property.
The following example shows the container used for running Renovate:
```yaml
- stage: Renovate
jobs:
- job: Renovate
steps:
- bash: |
npx renovate
target: swissgrc/azure-pipelines-renovate:latest
```## Included Software
- [swissgrc/azure-pipelines-node:22-net9](https://github.com/swissgrc/docker-azure-pipelines-node22-net9) as base image
- Renovate
- Flux## Tags
| Tag | Description | Size |
|----------|-------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| latest | Latest stable release (from `main` branch) |  |
| unstable | Latest unstable release (from `develop` branch) |  |
| x.y.z | Image for a specific version of Renovate | |[Renovate]: https://renovatebot.com/
[Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases