Skip to content

Commit 912f4e4

Browse files
committed
Switch to quay.io
1 parent b32da50 commit 912f4e4

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ COMPOSE_PROJECT_NAME=fiware
33

44
# Orion variables
55
ORION_PORT=1026
6-
ORION_VERSION=3.7.0
6+
ORION_VERSION=3.8.1
77

88
# MongoDB variables
99
MONGO_DB_PORT=27017
1010
MONGO_DB_VERSION=4.4
1111

1212
# IoT Agent JSON Variables
13-
JSON_VERSION=1.25.0-distroless
13+
JSON_VERSION=2.0.0-distroless
1414
IOTA_NORTH_PORT=4041
1515
IOTA_SOUTH_PORT=7896
1616

FIWARE IoT Agent JSON.postman_collection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ IoT デバイスと IoT Agent を接続するために必要な設定情報は
274274

275275
```yaml
276276
tutorial:
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
334334
iot-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
デバイスを個別にプロビジョニングすることで定義できます。

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ section of the associated `docker-compose.yml` file:
229229

230230
```yaml
231231
tutorial:
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
282282
iot-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

537537
It 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
539539
entities. Furthermore it is easier to understand meaningful names when defining data attributes. These mappings can be
540540
defined by provisioning a device individually.
541541

docker-compose.yml

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

0 commit comments

Comments
 (0)