Skip to content

Commit 0dc4ce8

Browse files
committed
Switch to quay.io
1 parent e026a05 commit 0dc4ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)