File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ loadData () {
32
32
--network fiware_default \
33
33
-e ORION_PORT=" ${ORION_PORT} " \
34
34
-e TUTORIAL_APP_PORT=" ${TUTORIAL_APP_PORT} " \
35
- --entrypoint /bin/ash curlimages /curl import-data
35
+ --entrypoint /bin/ash quay.io /curl/curl / import-data
36
36
waitForIoTAgent
37
37
docker run --rm -v $( pwd) /provision-devices:/provision-devices \
38
38
--network fiware_default \
39
39
-e ORION_PORT=" ${ORION_PORT} " \
40
40
-e TUTORIAL_APP_PORT=" ${TUTORIAL_APP_PORT} " \
41
41
-e TUTORIAL_DUMMY_DEVICE_PORT=" ${TUTORIAL_DUMMY_DEVICE_PORT} " \
42
42
-e IOTA_NORTH_PORT=" ${IOTA_NORTH_PORT} " \
43
- --entrypoint /bin/ash curlimages /curl provision-devices
43
+ --entrypoint /bin/ash quay.io /curl/curl / provision-devices
44
44
echo " "
45
45
}
46
46
You can’t perform that action at this time.
0 commit comments