Skip to content

Commit b084621

Browse files
committed
Switch to quay.io
1 parent 5d2c699 commit b084621

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ loadData () {
3535
--network fiware_default \
3636
-e ORION_PORT="${ORION_PORT}" \
3737
-e TUTORIAL_APP_PORT="${TUTORIAL_APP_PORT}" \
38-
--entrypoint /bin/ash curlimages/curl import-data
38+
--entrypoint /bin/ash quay.io/curl/curl /import-data
3939
waitForIoTAgent
4040
docker run --rm -v $(pwd)/provision-devices:/provision-devices \
4141
--network fiware_default \
4242
-e ORION_PORT="${ORION_PORT}" \
4343
-e TUTORIAL_APP_PORT="${TUTORIAL_APP_PORT}" \
4444
-e TUTORIAL_DUMMY_DEVICE_PORT="${TUTORIAL_DUMMY_DEVICE_PORT}" \
4545
-e IOTA_NORTH_PORT="${IOTA_NORTH_PORT}" \
46-
--entrypoint /bin/ash curlimages/curl provision-devices
46+
--entrypoint /bin/ash quay.io/curl/curl /provision-devices
4747
echo ""
4848
}
4949

0 commit comments

Comments
 (0)