mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
vendor in latests containers/(storage, common, build, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/run.go
generated
vendored
2
vendor/github.com/containers/buildah/run.go
generated
vendored
@@ -183,6 +183,8 @@ type runMountArtifacts struct {
|
||||
|
||||
// RunMountInfo are the available run mounts for this run
|
||||
type runMountInfo struct {
|
||||
// WorkDir is the current working directory inside the container.
|
||||
WorkDir string
|
||||
// ContextDir is the root directory for the source location for bind mounts.
|
||||
ContextDir string
|
||||
// Secrets are the available secrets to use in a RUN
|
||||
|
||||
Reference in New Issue
Block a user