We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1639b0f commit 27be991Copy full SHA for 27be991
services
@@ -138,7 +138,7 @@ case "${command}" in
138
"create")
139
export $(cat .env | grep "#" -v)
140
echo "Pulling Docker images"
141
- docker pull quay.io/curl/curl
+ docker pull -q quay.io/curl/curl
142
${dockerCmd} pull --ignore-buildable
143
echo "Rebuilding iot-agent Docker image"
144
${dockerCmd} build iot-agent --no-cache
0 commit comments