Begin converting kpod pull to use libpod/runtime
We want to drop brute force mechainism for handling image movement, this patch experiments with moving kpod pull to use new libpod interfaces. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
e18e962238
commit
9f282717da
5 changed files with 31 additions and 30 deletions
|
@ -2,7 +2,6 @@ package libpod
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"sync"
|
||||
|
||||
"github.com/containers/image/types"
|
||||
|
@ -29,7 +28,6 @@ type Runtime struct {
|
|||
seccompEnabled bool
|
||||
valid bool
|
||||
lock sync.RWMutex
|
||||
output io.Writer
|
||||
}
|
||||
|
||||
// RuntimeConfig contains configuration options used to set up the runtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue