File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ COMPOSE_PROJECT_NAME=fiware
33
44# Orion variables
55ORION_PORT = 1026
6- ORION_VERSION = 3.7.0
6+ ORION_VERSION = 3.8.1
77
88# MongoDB variables
99MONGO_DB_PORT = 27017
1010MONGO_DB_VERSION = 4.4
1111
1212# IoT Agent Ultralight Variables
13- ULTRALIGHT_VERSION = 1.24 .0-distroless
13+ ULTRALIGHT_VERSION = 2.0 .0-distroless
1414IOTA_NORTH_PORT = 4041
1515IOTA_SOUTH_PORT = 7896
1616
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ volumes の設定は、MQTT message broker のデバッグ・レベルを上げ
221221
222222` ` ` yaml
223223tutorial:
224- image: fiware/tutorials.context-provider
224+ image: quay.io/ fiware/tutorials.context-provider
225225 hostname: iot-sensors
226226 container_name: fiware-tutorial
227227 networks:
@@ -271,7 +271,7 @@ Hub からタグ付けされた `fiware/iotagent-ul` です。必要な構成を
271271
272272` ` ` yaml
273273iot-agent:
274- image: fiware/iotagent-ul:latest
274+ image: quay.io/ fiware/iotagent-ul:latest
275275 hostname: iot-agent
276276 container_name: fiware-iot-agent
277277 depends_on:
@@ -668,7 +668,7 @@ curl -iX POST \
668668### センサのプロビジョニング
669669
670670エンティティを作成するときは、NGSI-LD
671- [ 仕様] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf ) に
671+ [ 仕様] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf ) に
672672従って URN を使用するのが一般的な良い方法です。さらに、データ属性を定義するとき
673673に意味のある名前を理解する方が簡単です。これらのマッピングは、デバイスを個別にプ
674674ロビジョニングすることによって定義できます。
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ increase the debug level of the MQTT Message Broker.
188188
189189` ` ` yaml
190190tutorial:
191- image: fiware/tutorials.context-provider
191+ image: quay.io/ fiware/tutorials.context-provider
192192 hostname: iot-sensors
193193 container_name: fiware-tutorial
194194 networks:
@@ -233,7 +233,7 @@ tagged `fiware/iotagent-ul`. The necessary configuration can be seen below:
233233
234234` ` ` yaml
235235iot-agent:
236- image: fiware/iotagent-ul:latest
236+ image: quay.io/ fiware/iotagent-ul:latest
237237 hostname: iot-agent
238238 container_name: fiware-iot-agent
239239 depends_on:
@@ -561,7 +561,7 @@ curl -iX POST \
561561### Provisioning a Sensor
562562
563563It is common good practice to use URNs following the NGSI-LD
564- [ specification] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf ) when creating
564+ [ specification] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf ) when creating
565565entities. Furthermore it is easier to understand meaningful names when defining data attributes. These mappings can be
566566defined by provisioning a device individually.
567567
Original file line number Diff line number Diff line change @@ -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 :
@@ -49,7 +49,7 @@ services:
4949 iot-agent :
5050 labels :
5151 org.fiware : ' tutorial'
52- image : fiware/iotagent-ul:${ULTRALIGHT_VERSION}
52+ image : quay.io/ fiware/iotagent-ul:${ULTRALIGHT_VERSION}
5353 hostname : iot-agent
5454 container_name : fiware-iot-agent
5555 depends_on :
@@ -86,7 +86,7 @@ services:
8686 tutorial :
8787 labels :
8888 org.fiware : ' tutorial'
89- image : fiware/tutorials.context-provider
89+ image : quay.io/ fiware/tutorials.context-provider
9090 hostname : iot-sensors
9191 container_name : fiware-tutorial
9292 depends_on :
You can’t perform that action at this time.
0 commit comments