mirror of
https://github.com/containers/podman.git
synced 2025-09-29 01:35:06 +08:00
Bump github.com/containers/buildah from 1.19.4 to 1.19.6
Bumps [github.com/containers/buildah](https://github.com/containers/buildah) from 1.19.4 to 1.19.6. - [Release notes](https://github.com/containers/buildah/releases) - [Changelog](https://github.com/containers/buildah/blob/v1.19.6/CHANGELOG.md) - [Commits](https://github.com/containers/buildah/compare/v1.19.4...v1.19.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
![27856297+dependabot-preview[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Daniel J Walsh

parent
1c6c94d44a
commit
b40d778f44
3
vendor/github.com/containers/buildah/common.go
generated
vendored
3
vendor/github.com/containers/buildah/common.go
generated
vendored
@ -56,9 +56,6 @@ func getSystemContext(store storage.Store, defaults *types.SystemContext, signat
|
||||
sc.SignaturePolicyPath = signaturePolicyPath
|
||||
}
|
||||
if store != nil {
|
||||
if sc.BlobInfoCacheDir == "" {
|
||||
sc.BlobInfoCacheDir = filepath.Join(store.GraphRoot(), "cache")
|
||||
}
|
||||
if sc.SystemRegistriesConfPath == "" && unshare.IsRootless() {
|
||||
userRegistriesFile := filepath.Join(store.GraphRoot(), "registries.conf")
|
||||
if _, err := os.Stat(userRegistriesFile); err == nil {
|
||||
|
Reference in New Issue
Block a user