Skip to content

Commit

Permalink
ci: disable provenance for docker builds abd centralize renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 6, 2023
1 parent b357c5f commit eee6a60
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>webhippie/renovate:docker",
"docker:pinDigests",
"default:automergeDigest"
"github>dockhippie/.github//renovate/preset"
],
"ignorePaths": [
"archive/"
],
"docker": {
"digest": {
"groupName": "Docker digests",
"automerge": true
}
},
"packageRules": [],
"ignoreDeps": [
"docker/build-push-action"
]
"packageRules": []
}
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: latest/
provenance: false
file: latest/Dockerfile.amd64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -93,6 +94,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: latest/
provenance: false
file: latest/Dockerfile.arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -108,6 +110,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: latest/
provenance: false
file: latest/Dockerfile.arm
platforms: linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/v8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.0/
provenance: false
file: v8.0/Dockerfile.amd64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -93,6 +94,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.0/
provenance: false
file: v8.0/Dockerfile.arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -108,6 +110,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.0/
provenance: false
file: v8.0/Dockerfile.arm
platforms: linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/v8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.1/
provenance: false
file: v8.1/Dockerfile.amd64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -93,6 +94,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.1/
provenance: false
file: v8.1/Dockerfile.arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -108,6 +110,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.1/
provenance: false
file: v8.1/Dockerfile.arm
platforms: linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/v8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.2/
provenance: false
file: v8.2/Dockerfile.amd64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -93,6 +94,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.2/
provenance: false
file: v8.2/Dockerfile.arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -108,6 +110,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.2/
provenance: false
file: v8.2/Dockerfile.arm
platforms: linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit eee6a60

Please sign in to comment.