Skip to content

Commit

Permalink
To pull the image, use "docker.io"
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Jul 6, 2021
1 parent 7529e92 commit e9a493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func pullImage(ctx Context) error {
buf := bytes.Buffer{}

// run the command inside the container
cmd := exec.Command("docker", "pull", ctx.DockerImage)
cmd := exec.Command("docker", "pull", "docker.io/"+ctx.DockerImage)
cmd.Stdout = &buf
cmd.Stderr = &buf

Expand Down

0 comments on commit e9a493d

Please sign in to comment.