Vendor in latest containers/image
Add support for kpod login/logout Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
d664a58a6d
commit
5d48e1aca5
13 changed files with 192 additions and 51 deletions
6
vendor/github.com/containers/image/oci/archive/oci_dest.go
generated
vendored
6
vendor/github.com/containers/image/oci/archive/oci_dest.go
generated
vendored
|
@ -106,11 +106,7 @@ func (d *ociArchiveImageDestination) Commit() error {
|
|||
src := d.tempDirRef.tempDirectory
|
||||
// path to save tarred up file
|
||||
dst := d.ref.resolvedFile
|
||||
if err := tarDirectory(src, dst); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return tarDirectory(src, dst)
|
||||
}
|
||||
|
||||
// tar converts the directory at src and saves it to dst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue