Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

🐳 Docker image for running Renovate in an Azure Pipelines container job

Awesome Lists containing this project

README

        

# Docker image for running Renovate in Azure Pipelines container jobs

[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/swissgrc/docker-azure-pipelines-renovate/blob/main/LICENSE) [![Build](https://img.shields.io/github/actions/workflow/status/swissgrc/docker-azure-pipelines-renovate/publish.yml?branch=develop&style=flat-square)](https://github.com/swissgrc/docker-azure-pipelines-renovate/actions/workflows/publish.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=swissgrc_docker-azure-pipelines-renovate&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=swissgrc_docker-azure-pipelines-renovate) [![Pulls](https://img.shields.io/docker/pulls/swissgrc/azure-pipelines-renovate.svg?style=flat-square)](https://hub.docker.com/r/swissgrc/azure-pipelines-renovate) [![Stars](https://img.shields.io/docker/stars/swissgrc/azure-pipelines-renovate.svg?style=flat-square)](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
```

### Tags

| Tag | Description | Size |
|----------|-------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| latest | Latest stable release (from `main` branch) | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-renovate/latest?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-renovate/unstable?style=flat-square) |
| 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