We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f045416 commit 51123a2Copy full SHA for 51123a2
1 file changed
services
@@ -30,7 +30,7 @@ fi
30
loadData () {
31
docker run --rm -v $(pwd)/import-data:/import-data \
32
--network fiware_default \
33
- --entrypoint /bin/ash curlimages/curl import-data
+ --entrypoint /bin/ash quay.io/curl/curl /import-data
34
waitForIoTAgent
35
echo ""
36
}
0 commit comments