@@ -22,7 +22,7 @@ services:
2222 orion :
2323 labels :
2424 org.fiware : ' tutorial'
25- image : fiware/orion:${ORION_VERSION}
25+ image : quay.io/ fiware/orion:${ORION_VERSION}
2626 hostname : orion
2727 container_name : fiware-orion
2828 depends_on :
@@ -43,7 +43,7 @@ services:
4343 iot-agent :
4444 labels :
4545 org.fiware : ' tutorial'
46- image : fiware/iotagent-ul:${ULTRALIGHT_VERSION}
46+ image : quay.io/ fiware/iotagent-ul:${ULTRALIGHT_VERSION}
4747 hostname : iot-agent
4848 container_name : fiware-iot-agent
4949 depends_on :
@@ -76,7 +76,7 @@ services:
7676 keyrock :
7777 labels :
7878 org.fiware : ' tutorial'
79- image : fiware/idm:${KEYROCK_VERSION}
79+ image : quay.io/ fiware/idm:${KEYROCK_VERSION}
8080 container_name : fiware-keyrock
8181 hostname : keyrock
8282 networks :
@@ -108,7 +108,7 @@ services:
108108 orion-proxy :
109109 labels :
110110 org.fiware : ' tutorial'
111- image : fiware/pep-proxy:${WILMA_VERSION}
111+ image : quay.io/ fiware/pep-proxy:${WILMA_VERSION}
112112 container_name : fiware-orion-proxy
113113 hostname : orion-proxy
114114 networks :
@@ -148,7 +148,7 @@ services:
148148 iot-agent-proxy :
149149 labels :
150150 org.fiware : ' tutorial'
151- image : fiware/pep-proxy:${WILMA_VERSION}
151+ image : quay.io/ fiware/pep-proxy:${WILMA_VERSION}
152152 container_name : fiware-iot-agent-proxy
153153 hostname : iot-agent-proxy
154154 networks :
@@ -184,7 +184,7 @@ services:
184184 tutorial :
185185 labels :
186186 org.fiware : ' tutorial'
187- image : fiware/tutorials.context-provider
187+ image : quay.io/ fiware/tutorials.context-provider
188188 hostname : iot-sensors
189189 container_name : fiware-tutorial
190190 depends_on :
0 commit comments