Compare commits

..

4 Commits

Author SHA1 Message Date
f9e593b09d chore(deps): update dependency docker/compose to v5.1.3
All checks were successful
Build / build-amd64 (pull_request) Successful in 56s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m34s
Auto release / tag_on_change (push) Successful in 16s
Build / build-amd64 (push) Successful in 48s
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 1m31s
2026-04-15 16:03:03 +00:00
1b22bce007 chore(deps): update docker/setup-qemu-action action to v4
All checks were successful
Build / build-amd64 (pull_request) Successful in 41s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m28s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-amd64 (push) Successful in 47s
Build / build-arm64 (push) Successful in 1m31s
2026-04-14 13:04:23 +00:00
ffdb2d6bfe chore(deps): update docker/login-action action to v4.1.0
All checks were successful
Build / build-amd64 (push) Successful in 44s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m35s
2026-04-14 12:25:53 +00:00
153270cdb4 chore(deps): update dependency docker/compose to v5.1.2
All checks were successful
Build / build-amd64 (pull_request) Successful in 42s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 2m10s
Auto release / tag_on_change (push) Successful in 9s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-amd64 (push) Successful in 46s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m35s
2026-04-14 10:56:08 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v4.0.0
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v4.0.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -75,7 +75,7 @@ jobs:
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v4.0.0
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v4.0.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -110,7 +110,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: docker/login-action@v4.0.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@@ -1,6 +1,6 @@
FROM docker.io/library/ubuntu:24.04 AS download FROM docker.io/library/ubuntu:24.04 AS download
ARG DC_VERSION=v5.1.0 ARG DC_VERSION=v5.1.3
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=5.1.0 IMAGE_VERSION=5.1.3
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \