working commit
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"github.com/google/go-containerregistry/pkg/v1/remote/transport"
|
||||
)
|
||||
|
||||
func (cli *Client) PullImage(ctx context.Context, filepath, imagepath string) error {
|
||||
func (cli *Client) PullImage(ctx context.Context, imagepath, filepath string) error {
|
||||
var err error
|
||||
|
||||
imagepath, username, password, err := repackReference(imagepath)
|
||||
|
||||
Reference in New Issue
Block a user