Skip to content

Commit

Permalink
Merge branch 'release/2.48.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jan 14, 2025
2 parents a1e7274 + 170814d commit e678255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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-dockercli:27.4.1 AS base
FROM ghcr.io/swissgrc/azure-pipelines-dockercli:27.5.0 AS base

# Make sure to fail due to an error at any stage in shell pipes
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN apt-get update -y && \
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

# renovate: datasource=github-tags depName=git/git extractVersion=^v(?<version>.*)$
ENV GIT_VERSION=2.48.0
ENV GIT_VERSION=2.48.1

# renovate: datasource=repology depName=debian_12/build-essential-mipsen versioning=loose
ENV BUILDESSENTIAL_VERSION=12.9
Expand Down Expand Up @@ -83,7 +83,7 @@ COPY --from=build /etc/apt/keyrings/ /etc/apt/keyrings
COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d

# renovate: datasource=github-tags depName=git-lfs/git-lfs extractVersion=^v(?<version>.*)$
ENV GITLFS_VERSION=3.6.0
ENV GITLFS_VERSION=3.6.1

RUN apt-get update -y && \
# Install Git LFS
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ The following example shows the container used for a deployment step which shows
| Tag | Description | Base Image | Git | Git LFS | Size |
|------------|-------------------------------------------------------------------------------------------------|----------------------------------|----------------------|---------|------------------------------------------------------------------------------------------------------------------------------|
| latest | Latest stable release (from `main` branch) | azure-pipelines-dockercli:27.4.1 | 2.48.0 | 3.6.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/latest?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.4.1 | 2.48.0 | 3.6.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/unstable?style=flat-square) |
| latest | Latest stable release (from `main` branch) | azure-pipelines-dockercli:27.5.0 | 2.48.1 | 3.6.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/latest?style=flat-square) |
| unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:27.5.0 | 2.48.1 | 3.6.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/unstable?style=flat-square) |
| 2.39.2 | [Git 2.39.2](https://github.com/git/git/blob/master/Documentation/RelNotes/2.39.2.txt) | azure-pipelines-dockercli:24.0.0 | 1:2.39.2-1~bpo11+1 | 3.3.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.39.2?style=flat-square) |
| 2.42.0 | [Git 2.42.0](https://github.com/git/git/blob/master/Documentation/RelNotes/2.42.0.txt) | azure-pipelines-dockercli:24.0.6 | 2.42.0 | 3.4.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.42.0?style=flat-square) |
| 2.42.1 | [Git 2.42.1](https://github.com/git/git/blob/master/Documentation/RelNotes/2.42.1.txt) | azure-pipelines-dockercli:24.0.7 | 2.42.1 | 3.4.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.42.1?style=flat-square) |
Expand All @@ -53,5 +53,6 @@ The following example shows the container used for a deployment step which shows
| 2.47.0 | [Git 2.47.0](https://github.com/git/git/blob/master/Documentation/RelNotes/2.47.0.txt) | azure-pipelines-dockercli:27.3.1 | 2.47.0 | 3.5.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.47.0?style=flat-square) |
| 2.47.1 | [Git 2.47.1](https://github.com/git/git/blob/master/Documentation/RelNotes/2.47.1.txt) | azure-pipelines-dockercli:27.3.1 | 2.47.1 | 3.6.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.47.1?style=flat-square) |
| 2.48.0 | [Git 2.48.0](https://github.com/git/git/blob/master/Documentation/RelNotes/2.48.0.txt) | azure-pipelines-dockercli:27.4.1 | 2.48.0 | 3.6.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.48.0?style=flat-square) |
| 2.48.1 | [Git 2.48.1](https://github.com/git/git/blob/master/Documentation/RelNotes/2.48.1.txt) | azure-pipelines-dockercli:27.5.0 | 2.48.1 | 3.6.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-git/2.48.1?style=flat-square) |

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

0 comments on commit e678255

Please sign in to comment.