|
|
fmt.Printf("attempting to pull image: %s\n", fmt.Sprintf("%s:%s", d.imageRepo, tagStr))
|
|
fmt.Printf("attempting to pull image: %s\n", fmt.Sprintf("%s:%s", d.imageRepo, tagStr))
|
|
|
func (d *DeployAgent) downloadRepoToDir(downloadURL string) (string, error) {
|
|
func (d *DeployAgent) downloadRepoToDir(downloadURL string) (string, error) {
|