mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
vendor: bump buildah, c/image and c/storage
Bumps c/buildah to -> `v1.24.3-0.20220310160415-5ec70bf01ea5` c/storage to -> `v1.38.3-0.20220308085612-93ce26691863` c/image to -> `v5.20.1-0.20220310094651-0d8056ee346f` Signed-off-by: Aditya R <arajan@redhat.com>
This commit is contained in:
7
vendor/github.com/containers/buildah/add.go
generated
vendored
7
vendor/github.com/containers/buildah/add.go
generated
vendored
@@ -201,6 +201,13 @@ func (b *Builder) Add(destination string, extract bool, options AddAndCopyOption
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "error determining current working directory")
|
||||
}
|
||||
} else {
|
||||
if !filepath.IsAbs(options.ContextDir) {
|
||||
contextDir, err = filepath.Abs(options.ContextDir)
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "error converting context directory path %q to an absolute path", options.ContextDir)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Figure out what sorts of sources we have.
|
||||
|
||||
Reference in New Issue
Block a user