Skip to content

Commit

Permalink
feat(carvel-dev/imgpkg): cosign config
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 6, 2025
1 parent adbe969 commit dbb1fa2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/carvel-dev/imgpkg/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: carvel-dev/[email protected]
- name: carvel-dev/imgpkg
version: v0.39.0
- name: carvel-dev/imgpkg
version: v0.35.0
- name: carvel-dev/imgpkg
Expand Down
18 changes: 18 additions & 0 deletions pkgs/carvel-dev/imgpkg/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ packages:
- darwin
- windows
- amd64
- version_constraint: semver("< 0.40.0")
asset: imgpkg-{{.OS}}-{{.Arch}}
format: raw
windows_arm_emulation: true
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: imgpkg-{{.OS}}-{{.Arch}}
format: raw
Expand All @@ -87,3 +95,13 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
cosign:
opts:
- --certificate-identity
- https://github.com/carvel-dev/imgpkg/.github/workflows/release.yml@refs/tags/{{.Version}}
- --certificate-oidc-issuer
- https://token.actions.githubusercontent.com
- --signature
- https://github.com/carvel-dev/imgpkg/releases/download/{{.Version}}/checksums.txt.sig
- --certificate
- https://github.com/carvel-dev/imgpkg/releases/download/{{.Version}}/checksums.txt.pem
18 changes: 18 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbb1fa2

Please sign in to comment.