Skip to content

swissgrc/docker-azure-pipelines-renovate

Repository files navigation

Docker image for running Renovate in Azure Pipelines container jobs

License Build Quality Gate Status Pulls Stars

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:

- stage: Renovate
  jobs:
  - job: Renovate
    steps:
    - bash: |
        npx renovate
      target: swissgrc/azure-pipelines-renovate:latest

Tags

Tag Description Size
latest Latest stable release (from main branch) Docker Image Size (tag)
unstable Latest unstable release (from develop branch) Docker Image Size (tag)
x.y.z Image for a specific version of Renovate