mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
Update c/image and c/common to latest, c/buildah to main
... to include https://github.com/containers/image/pull/2173, https://github.com/containers/common/pull/1731 and https://github.com/containers/buildah/pull/5143 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
BIN
vendor/github.com/containers/buildah/internal/mkcw/embed/entrypoint.gz
generated
vendored
BIN
vendor/github.com/containers/buildah/internal/mkcw/embed/entrypoint.gz
generated
vendored
Binary file not shown.
2
vendor/github.com/containers/buildah/internal/tmpdir/tmpdir.go
generated
vendored
2
vendor/github.com/containers/buildah/internal/tmpdir/tmpdir.go
generated
vendored
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// GetTempDir returns base for a temporary directory on host.
|
||||
// GetTempDir returns the path of the preferred temporary directory on the host.
|
||||
func GetTempDir() string {
|
||||
if tmpdir, ok := os.LookupEnv("TMPDIR"); ok {
|
||||
abs, err := filepath.Abs(tmpdir)
|
||||
|
||||
Reference in New Issue
Block a user