@@ -32,15 +32,15 @@ loadData () {
3232 --network fiware_default \
3333 -e ORION_PORT=" ${ORION_PORT} " \
3434 -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
3636 waitForIoTAgent
3737 docker run --rm -v $( pwd) /provision-devices:/provision-devices \
3838 --network fiware_default \
3939 -e ORION_PORT=" ${ORION_PORT} " \
4040 -e TUTORIAL_APP_PORT=" ${TUTORIAL_APP_PORT} " \
4141 -e TUTORIAL_DUMMY_DEVICE_PORT=" ${TUTORIAL_DUMMY_DEVICE_PORT} " \
4242 -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
4444 echo " "
4545}
4646
@@ -209,11 +209,11 @@ case "${command}" in
209209 addDatabaseIndex
210210 docker run --rm -v $( pwd) /import-data:/import-data \
211211 --network fiware_default \
212- --entrypoint /bin/ash curlimages /curl import-data
212+ --entrypoint /bin/ash quay.io /curl/curl / import-data
213213 waitForIoTAgent
214214 docker run --rm -v $( pwd) /provision-groups:/provision-groups \
215215 --network fiware_default \
216- --entrypoint /bin/ash curlimages /curl provision-groups
216+ --entrypoint /bin/ash quay.io /curl/curl / provision-groups
217217 echo
218218 displayServices
219219 echo -e " Now open \033[4mhttp://localhost:3000\033[0m"
0 commit comments