mirror of
https://github.com/containers/podman.git
synced 2025-12-12 17:57:31 +08:00
Bump github.com/containers/image/v5 from 5.11.1 to 5.12.0
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.11.1 to 5.12.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.11.1...v5.12.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
3
vendor/github.com/containers/image/v5/internal/types/types.go
generated
vendored
3
vendor/github.com/containers/image/v5/internal/types/types.go
generated
vendored
@@ -4,6 +4,7 @@ import (
|
||||
"context"
|
||||
"io"
|
||||
|
||||
"github.com/containers/image/v5/docker/reference"
|
||||
publicTypes "github.com/containers/image/v5/types"
|
||||
)
|
||||
|
||||
@@ -50,4 +51,6 @@ type TryReusingBlobOptions struct {
|
||||
CanSubstitute bool
|
||||
// The corresponding index in the layer slice.
|
||||
LayerIndex *int
|
||||
// The reference of the image that contains the target blob.
|
||||
SrcRef reference.Named
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user