Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update ghcr.io/swissgrc/azure-pipelines-git Docker tag to v2.43.0 (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <[email protected]>
  • Loading branch information
renovate[bot] and pascalberger authored Dec 4, 2023
1 parent b70b0cd commit 401344e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image containing dependencies used in builder and final image
FROM ghcr.io/swissgrc/azure-pipelines-git:2.42.1 AS base
FROM ghcr.io/swissgrc/azure-pipelines-git:2.43.0 AS base

# Builder image
FROM base AS build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following example shows the container used for a deployment step which shows
| Tag | Description | Base Image | .NET SDK | Size |
|------------|-------------------------------------------------------------------------------------------------|----------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------|
| 6 | Latest stable release (from `main` branch) | azure-pipelines-git:2.42.1 | 6.0.417 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6?style=flat-square) |
| 6-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-git:2.42.1 | 6.0.417 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6-unstable?style=flat-square) |
| 6-unstable | Latest unstable release (from `develop` branch) | azure-pipelines-git:2.43.0 | 6.0.417 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6-unstable?style=flat-square) |
| 6.0.301 | [.NET SDK 6.0.301](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.6/6.0.6.md) | debian:11.3-slim | 6.0.301 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.301?style=flat-square) |
| 6.0.302 | [.NET SDK 6.0.302](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.7/6.0.7.md) | debian:11.3-slim | 6.0.302 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.302?style=flat-square) |
| 6.0.302.1 | [.NET SDK 6.0.302](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.7/6.0.7.md) | debian:11.3-slim | 6.0.302 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.302.1?style=flat-square) |
Expand All @@ -56,6 +56,6 @@ The following example shows the container used for a deployment step which shows
| 6.0.414 | [.NET SDK 6.0.414](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.22/6.0.22.md) | azure-pipelines-git:2.39.2 | 6.0.414 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.414?style=flat-square) |
| 6.0.415 | [.NET SDK 6.0.415](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.23/6.0.23.md) | azure-pipelines-git:2.39.2 | 6.0.415 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.415?style=flat-square) |
| 6.0.416 | [.NET SDK 6.0.416](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.24/6.0.24.md) | azure-pipelines-git:2.42.0 | 6.0.416 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.416?style=flat-square) |
| 6.0.417 | [.NET SDK 6.0.417](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.25/6.0.25.md) | azure-pipelines-git:2.42.1 | 6.0.417 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.416?style=flat-square) |
| 6.0.417 | [.NET SDK 6.0.417](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.25/6.0.25.md) | azure-pipelines-git:2.42.1 | 6.0.417 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-dotnet/6.0.417?style=flat-square) |

[Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases

0 comments on commit 401344e

Please sign in to comment.