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 b58024b commit 5016973
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
16 changes: 1 addition & 15 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"$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": [
{
"description": "Update tags without merge",
Expand Down Expand Up @@ -44,8 +33,5 @@
"elastic/elasticsearch"
]
}
],
"ignoreDeps": [
"docker/build-push-action"
]
}
2 changes: 2 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 Down
3 changes: 3 additions & 0 deletions .github/workflows/v5.6.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: v5.6/
provenance: false
file: v5.6/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: v5.6/
provenance: false
file: v5.6/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: v5.6/
provenance: false
file: v5.6/Dockerfile.arm
platforms: linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/v6.4.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: v6.4/
provenance: false
file: v6.4/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: v6.4/
provenance: false
file: v6.4/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: v6.4/
provenance: false
file: v6.4/Dockerfile.arm
platforms: linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/v6.8.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: v6.8/
provenance: false
file: v6.8/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: v6.8/
provenance: false
file: v6.8/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: v6.8/
provenance: false
file: v6.8/Dockerfile.arm
platforms: linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/v7.17.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: v7.17/
provenance: false
file: v7.17/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: v7.17/
provenance: false
file: v7.17/Dockerfile.arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/v8.3.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.3/
provenance: false
file: v8.3/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.3/
provenance: false
file: v8.3/Dockerfile.arm64
platforms: linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 5016973

Please sign in to comment.