Skip to content

Commit

Permalink
create: "Download ... (image size ~400MB)" (containers#752)
Browse files Browse the repository at this point in the history
fedora-toolbox:35 skopeo image Size is currently ~340MB
  • Loading branch information
juhp committed Nov 16, 2021
1 parent 8bfbbf4 commit 76fa8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ func pullImage(image, release string) (bool, error) {
fmt.Println("Image required to create toolbox container.")
}

prompt := fmt.Sprintf("Download %s (500MB)? [y/N]:", imageFull)
prompt := fmt.Sprintf("Download %s (image size ~400MB)? [y/N]:", imageFull)
shouldPullImage = askForConfirmation(prompt)
}

Expand Down

0 comments on commit 76fa8f2

Please sign in to comment.