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