We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca72f4 commit d57c6d0Copy full SHA for d57c6d0
tools/devtool
@@ -259,8 +259,6 @@ ensure_devctr() {
259
# Check if we have the container image available locally. Attempt to
260
# download it, if we don't.
261
[[ $(docker images -q "$DEVCTR_IMAGE" | wc -l) -gt 0 ]] || {
262
- say "About to pull docker image $DEVCTR_IMAGE"
263
- get_user_confirmation || die "Aborted."
264
265
# Run docker pull 5 times in case it fails - sleep 3 seconds
266
# between attempts
0 commit comments