swissgrc/azure-pipelines-renovate

By swissgrc

Updated 3 days ago

Docker image for running Renovate in Azure Pipelines container jobs

Image

50K+

swissgrc/azure-pipelines-renovate repository overview

Docker image for running Renovate in Azure Pipelines container jobs

LicenseBuildQuality Gate StatusPullsStars

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

Included Software

Tags

TagDescriptionSize
latestLatest stable release (from main branch)Docker Image Size (tag)
unstableLatest unstable release (from develop branch)Docker Image Size (tag)
x.y.zImage for a specific version of Renovate

Docker Pull Command

docker pull swissgrc/azure-pipelines-renovate