Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit365ce67

Browse files
authored
chore: add provenance attestation to docker-base image (#14999)
Enables [buildattestation](https://docs.docker.com/build/metadata/attestations/slsa-provenance/)for the docker-base image.Contributes to#14879 andcoder/internal#89As an experiment, we are only doing it with the coder-base image fornow.
1 parentf1cb3a5 commit365ce67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.github/workflows/docker-base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
context:base-build-context
6767
file:scripts/Dockerfile.base
6868
platforms:linux/amd64,linux/arm64,linux/arm/v7
69+
provenance:true
6970
pull:true
7071
no-cache:true
7172
push:${{ github.event_name != 'pull_request' }}

‎.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ jobs:
263263
context:base-build-context
264264
file:scripts/Dockerfile.base
265265
platforms:linux/amd64,linux/arm64,linux/arm/v7
266+
provenance:true
266267
pull:true
267268
no-cache:true
268269
push:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp