You've already forked docker-compose-docker
Compare commits
8 Commits
v2.40.3
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
5a18a5ec0c
|
|||
|
ae89e1e65d
|
|||
|
3add6b6f5e
|
|||
|
94db71a858
|
|||
|
1198dc5559
|
|||
|
405d7abb25
|
|||
|
c4a5b87082
|
|||
|
d84cc78259
|
@@ -53,6 +53,7 @@ jobs:
|
|||||||
git push origin "${defined_tag}"
|
git push origin "${defined_tag}"
|
||||||
|
|
||||||
- name: Trigger "Push tagged images" workflow
|
- name: Trigger "Push tagged images" workflow
|
||||||
|
if: steps.check_change.outputs.changed == 'true'
|
||||||
uses: actions/github-script@v8.0.0
|
uses: actions/github-script@v8.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ env:
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- "opened"
|
- opened
|
||||||
- "reopened"
|
- reopened
|
||||||
- "synchronize"
|
- synchronize
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-arm64
|
runs-on: ubuntu-latest-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.11.1
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.11.1
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
|
|||||||
@@ -16,6 +16,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
ref: "${{ steps.version_extraction.outputs.version_raw }}"
|
ref: "${{ steps.version_extraction.outputs.version_raw }}"
|
||||||
|
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.11.1
|
||||||
|
|
||||||
- uses: docker/login-action@v3.6.0
|
- uses: docker/login-action@v3.6.0
|
||||||
@@ -47,14 +47,15 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
|
--build-arg DC_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
|
||||||
--build-arg GONOSUMDB=${GONOSUMDB} \
|
--build-arg GONOSUMDB=${GONOSUMDB} \
|
||||||
--build-arg GOPRIVATE=${GOPRIVATE} \
|
--build-arg GOPRIVATE=${GOPRIVATE} \
|
||||||
--build-arg GOPROXY=${GOPROXY} \
|
--build-arg GOPROXY=${GOPROXY} \
|
||||||
--platform linux/arm64 \
|
|
||||||
--file Dockerfile \
|
--file Dockerfile \
|
||||||
|
--platform linux/arm64 \
|
||||||
--provenance false \
|
--provenance false \
|
||||||
--tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-arm64 \
|
|
||||||
--push \
|
--push \
|
||||||
|
--tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-arm64 \
|
||||||
.
|
.
|
||||||
|
|
||||||
push-amd64:
|
push-amd64:
|
||||||
@@ -77,7 +78,7 @@ jobs:
|
|||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
ref: "${{ steps.version_extraction.outputs.version_raw }}"
|
ref: "${{ steps.version_extraction.outputs.version_raw }}"
|
||||||
|
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.11.1
|
||||||
|
|
||||||
- uses: docker/login-action@v3.6.0
|
- uses: docker/login-action@v3.6.0
|
||||||
@@ -89,14 +90,15 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
|
--build-arg DC_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
|
||||||
--build-arg GONOSUMDB=${GONOSUMDB} \
|
--build-arg GONOSUMDB=${GONOSUMDB} \
|
||||||
--build-arg GOPRIVATE=${GOPRIVATE} \
|
--build-arg GOPRIVATE=${GOPRIVATE} \
|
||||||
--build-arg GOPROXY=${GOPROXY} \
|
--build-arg GOPROXY=${GOPROXY} \
|
||||||
--platform linux/amd64 \
|
|
||||||
--file Dockerfile \
|
--file Dockerfile \
|
||||||
|
--platform linux/amd64 \
|
||||||
--provenance false \
|
--provenance false \
|
||||||
--tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-amd64 \
|
|
||||||
--push \
|
--push \
|
||||||
|
--tag git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}-amd64 \
|
||||||
.
|
.
|
||||||
|
|
||||||
push-manifest:
|
push-manifest:
|
||||||
@@ -159,4 +161,4 @@ jobs:
|
|||||||
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
||||||
--src-username volker.raschek \
|
--src-username volker.raschek \
|
||||||
docker://git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }} \
|
docker://git.cryptic.systems/volker.raschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }} \
|
||||||
docker://docker.io/volkerraschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}
|
docker://docker.io/volkerraschek/docker-compose:${{ steps.version_extraction.outputs.version_cleaned }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/golang:1.25.3-alpine3.21 AS build
|
FROM docker.io/library/golang:1.25.4-alpine3.21 AS build
|
||||||
|
|
||||||
ARG DC_VERSION=main
|
ARG DC_VERSION=main
|
||||||
ARG GONOSUMDB
|
ARG GONOSUMDB
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ image.
|
|||||||
IMAGE_VERSION=2.40.3
|
IMAGE_VERSION=2.40.3
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--volume ./path/to/docker-compose.yml:/workdir/docker-compose.yml:ro \
|
--volume "$(pwd):$(pwd)" \
|
||||||
--volume /var/run/docker.sock:/var/run/docker.sock \
|
--volume /var/run/docker.sock:/var/run/docker.sock \
|
||||||
--workdir /workdir \
|
--workdir "$(pwd)" \
|
||||||
git.cryptic.systems/volker.raschek/docker-compose:${IMAGE_VERSION} \
|
"git.cryptic.systems/volker.raschek/docker-compose:${IMAGE_VERSION}" \
|
||||||
ps
|
version
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -31,6 +31,10 @@
|
|||||||
],
|
],
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"regex"
|
"regex"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user