We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2c699 commit b084621Copy full SHA for b084621
1 file changed
services
@@ -35,15 +35,15 @@ loadData () {
35
--network fiware_default \
36
-e ORION_PORT="${ORION_PORT}" \
37
-e TUTORIAL_APP_PORT="${TUTORIAL_APP_PORT}" \
38
- --entrypoint /bin/ash curlimages/curl import-data
+ --entrypoint /bin/ash quay.io/curl/curl /import-data
39
waitForIoTAgent
40
docker run --rm -v $(pwd)/provision-devices:/provision-devices \
41
42
43
44
-e TUTORIAL_DUMMY_DEVICE_PORT="${TUTORIAL_DUMMY_DEVICE_PORT}" \
45
-e IOTA_NORTH_PORT="${IOTA_NORTH_PORT}" \
46
- --entrypoint /bin/ash curlimages/curl provision-devices
+ --entrypoint /bin/ash quay.io/curl/curl /provision-devices
47
echo ""
48
}
49
0 commit comments