Skip to content

Commit ad1a834

Browse files
committed
Switch to quay.io
1 parent 33c696b commit ad1a834

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 Ultralight Variables
13-
ULTRALIGHT_VERSION=1.24.0-distroless
13+
ULTRALIGHT_VERSION=2.0.0-distroless
1414
IOTA_NORTH_PORT=4041
1515
IOTA_SOUTH_PORT=7896
1616

FIWARE IoT over MQTT.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
@@ -221,7 +221,7 @@ volumes の設定は、MQTT message broker のデバッグ・レベルを上げ
221221

222222
```yaml
223223
tutorial:
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
273273
iot-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
ロビジョニングすることによって定義できます。

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ increase the debug level of the MQTT Message Broker.
188188

189189
```yaml
190190
tutorial:
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
235235
iot-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

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

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:
@@ -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:

0 commit comments

Comments
 (0)