mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
vendor buildah, image, storage, cni
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/buildah.go
generated
vendored
4
vendor/github.com/containers/buildah/buildah.go
generated
vendored
@@ -336,10 +336,10 @@ type BuilderOptions struct {
|
||||
// needs to be pulled and the image name alone can not be resolved to a
|
||||
// reference to a source image. No separator is implicitly added.
|
||||
Registry string
|
||||
// PullBlobDirectory is the name of a directory in which we'll attempt
|
||||
// BlobDirectory is the name of a directory in which we'll attempt
|
||||
// to store copies of layer blobs that we pull down, if any. It should
|
||||
// already exist.
|
||||
PullBlobDirectory string
|
||||
BlobDirectory string
|
||||
// Mount signals to NewBuilder() that the container should be mounted
|
||||
// immediately.
|
||||
Mount bool
|
||||
|
||||
Reference in New Issue
Block a user