Added support for sigstore signatures: they (and related cosign attachments) can be copied along with images after opt-in in registries.d. Signatures can be created by copy.Image and enforced via policy.json (currently with public/private key pairs only).
Now requires Go 1.17.
GPGME now must be new enough to be visible via pkg-config.
github.com/pkg/errors is no longer used; that might affect caller-observable error types (in particular, errors.{As,Is}
might need to be used instead of pkg/errors.Cause).
Changes default paths on FreeBSD.
Remove unused Makefile variables
Config files should live in /usr/local on FreeBSD
docker: validate received parts
Use go env to fetch the go path
docker: add workaround for CloudFront
Improve errors messages when image missing from list
Stop calling gpgme-config
Fix codespell errors
Make sure github.com/opencontainers/runc >= 1.1.2 is used
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/containers/image/v5 from 5.16.1 to 5.22.0.
Release notes
Sourced from github.com/containers/image/v5's releases.
... (truncated)
Commits
40af9b5
Release v5.22.0dffdfcb
Update to c/storage 1.42.05a5cf3b
Merge pull request #1417 from mtrmac/consolidate-GetSignatures1bdda15
Consolidate reading messages, and checking for support, into a helperd3e2481
Read signatures from UnparsedImage instead of ImageSource directlyd877ef6
Merge pull request #1618 from containers/dependabot/go_modules/github.com/Bur...5676546
build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0bf19265
Merge pull request #1617 from mtrmac/unused-paramf4febfc
Silence a "potentially unused parameter" warning81eae1e
Merge pull request #1603 from containers/dependabot/go_modules/github.com/the...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)