Compare commits

..

6 Commits

Author SHA1 Message Date
8c169d2668 chore(deps): update dependency docker/compose to v5.0.2
All checks were successful
Build / build-amd64 (pull_request) Successful in 35s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m21s
Auto release / tag_on_change (push) Successful in 6s
Build / build-amd64 (push) Successful in 32s
Lint Markdown files / markdown-lint (push) Successful in 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m22s
2026-01-21 08:05:41 +00:00
2a1a9d0969 chore(deps): update docker/setup-buildx-action action to v3.12.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 1m20s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-amd64 (pull_request) Successful in 30s
Build / build-amd64 (push) Successful in 33s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m23s
2025-12-19 11:06:25 +00:00
123f806366 chore(deps): update dependency docker/compose to v5.0.1
All checks were successful
Build / build-amd64 (pull_request) Successful in 33s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m24s
Auto release / tag_on_change (push) Successful in 12s
Build / build-amd64 (push) Successful in 34s
Lint Markdown files / markdown-lint (push) Successful in 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m16s
2025-12-18 17:05:53 +00:00
13e459e4a1 chore(deps): update dependency docker/compose to v5
All checks were successful
Build / build-amd64 (pull_request) Successful in 37s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m22s
Auto release / tag_on_change (push) Successful in 13s
Build / build-amd64 (push) Successful in 34s
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m19s
2025-12-05 16:56:24 +00:00
e862dccb03 fix(renovate): update configuration
All checks were successful
Auto release / tag_on_change (push) Successful in 5s
Build / build-amd64 (push) Successful in 33s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m24s
2025-12-05 17:42:25 +01:00
dc9f1b5504 fix: prepare upgrade to docker-compose v5
All checks were successful
Build / build-amd64 (push) Successful in 32s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m25s
The following downloads the finished docker-compose v5 binary and delivers it as
a scratch container image.
2025-12-05 17:40:23 +01:00
5 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6.0.1 - uses: actions/checkout@v6.0.1
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.12.0
- name: Build image - name: Build image
run: | run: |
@@ -35,7 +35,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6.0.1 - uses: actions/checkout@v6.0.1
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.12.0
- name: Build image - name: Build image
run: | run: |

View File

@@ -33,7 +33,7 @@ jobs:
ref: "${{ steps.version_extraction.outputs.version_raw }}" ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.6.0 - uses: docker/login-action@v3.6.0
with: with:
@@ -73,7 +73,7 @@ jobs:
ref: "${{ steps.version_extraction.outputs.version_raw }}" ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.11.1 - uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.6.0 - uses: docker/login-action@v3.6.0
with: with:

View File

@@ -1,7 +1,6 @@
FROM docker.io/library/ubuntu:24.04 AS download FROM docker.io/library/ubuntu:24.04 AS download
# renovate: datasource=github-releases depName=docker/compose ARG DC_VERSION=v5.0.2
ARG DC_VERSION=v5.0.0
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \ RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
apt update --yes && \ apt update --yes && \

View File

@@ -11,7 +11,7 @@ The workflow or how `docker-compose` can in general be used is documented at
image. image.
```bash ```bash
IMAGE_VERSION=2.40.3 IMAGE_VERSION=5.0.2
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \

View File

@@ -4,9 +4,11 @@
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": [
"^Dockerfile$",
"^README\\.md$" "^README\\.md$"
], ],
"matchStrings": [ "matchStrings": [
"ARG DC_VERSION=(?<currentValue>.*)",
"IMAGE_VERSION=(?<currentValue>.*)" "IMAGE_VERSION=(?<currentValue>.*)"
], ],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",