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 JSON Variables
13- JSON_VERSION = 1.25 .0-distroless
13+ JSON_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 @@ -274,7 +274,7 @@ IoT デバイスと IoT Agent を接続するために必要な設定情報は
274274
275275``` yaml
276276tutorial :
277- image : fiware/tutorials.context-provider
277+ image : quay.io/ fiware/tutorials.context-provider
278278 hostname : iot-sensors
279279 container_name : fiware-tutorial
280280 networks :
@@ -332,7 +332,7 @@ YAML ファイルで説明されている他の `tutorial` コンテナ設定値
332332
333333` ` ` yaml
334334iot-agent:
335- image: fiware/iotagent-json:latest
335+ image: quay.io/ fiware/iotagent-json:latest
336336 hostname: iot-agent
337337 container_name: fiware-iot-agent
338338 depends_on:
@@ -641,7 +641,7 @@ Context Broker に渡す必要があります。`entity_type` 属性は、リク
641641### センサのプロビジョニング
642642
643643エンティティを作成するときは、
644- NGSI-LD [仕様](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf)
644+ NGSI-LD [仕様](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf)
645645に従って URN を使用することをお勧めします。さらに、データ属性を定義する
646646ときに意味のある名前を理解する方が簡単です。これらのマッピングは、
647647デバイスを個別にプロビジョニングすることで定義できます。
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ section of the associated `docker-compose.yml` file:
229229
230230``` yaml
231231tutorial :
232- image : fiware/tutorials.context-provider
232+ image : quay.io/ fiware/tutorials.context-provider
233233 hostname : iot-sensors
234234 container_name : fiware-tutorial
235235 networks :
@@ -280,7 +280,7 @@ tagged `fiware/iotagent-json`. The necessary configuration can be seen below:
280280
281281` ` ` yaml
282282iot-agent:
283- image: fiware/iotagent-json:latest
283+ image: quay.io/ fiware/iotagent-json:latest
284284 hostname: iot-agent
285285 container_name: fiware-iot-agent
286286 depends_on:
@@ -535,7 +535,7 @@ however it has been included here for completeness.
535535# ## Provisioning a Sensor
536536
537537It is common good practice to use URNs following the NGSI-LD
538- [specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf) when creating
538+ [specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf) when creating
539539entities. Furthermore it is easier to understand meaningful names when defining data attributes. These mappings can be
540540defined by provisioning a device individually.
541541
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 :
@@ -40,7 +40,7 @@ services:
4040
4141 # IoT-Agent is configured for the JSON Protocol
4242 iot-agent :
43- image : fiware/iotagent-json:${JSON_VERSION}
43+ image : quay.io/ fiware/iotagent-json:${JSON_VERSION}
4444 hostname : iot-agent
4545 container_name : fiware-iot-agent
4646 depends_on :
@@ -77,7 +77,7 @@ services:
7777 tutorial :
7878 labels :
7979 org.fiware : ' tutorial'
80- image : fiware/tutorials.context-provider
80+ image : quay.io/ fiware/tutorials.context-provider
8181 hostname : iot-sensors
8282 container_name : fiware-tutorial
8383 depends_on :
You can’t perform that action at this time.
0 commit comments