Skip to content

Commit 008da06

Browse files
committed
Switch to quay.io
1 parent f8107ed commit 008da06

8 files changed

Lines changed: 36 additions & 36 deletions

File tree

.env

Lines changed: 3 additions & 3 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

@@ -19,7 +19,7 @@ TUTORIAL_APP_PORT=3000
1919
TUTORIAL_DUMMY_DEVICE_PORT=3001
2020

2121
# Keyrock variables
22-
KEYROCK_VERSION=8.3.2-distroless
22+
KEYROCK_VERSION=8.3.3-distroless
2323
KEYROCK_PORT=3005
2424
KEYROCK_HTTPS_PORT=3443
2525

FIWARE PEP Proxy.postman_collection.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

README.ja.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ curl -X DELETE \
807807

808808
```yaml
809809
orion-proxy:
810-
image: fiware/pep-proxy
810+
image: quay.io/fiware/pep-proxy
811811
container_name: fiware-orion-proxy
812812
hostname: orion-proxy
813813
networks:
@@ -875,7 +875,7 @@ Proxy にリクエストを行います。すべてのリクエストに追加
875875

876876
```yaml
877877
tutorial-app:
878-
image: fiware/tutorials.context-provider
878+
image: quay.io/fiware/tutorials.context-provider
879879
hostname: iot-sensors-app
880880
container_name: tutorial-app
881881
depends_on:
@@ -1158,7 +1158,7 @@ async function buyItem(req, res) {
11581158

11591159
```yaml
11601160
iot-agent-proxy:
1161-
image: fiware/pep-proxy
1161+
image: quay.io/fiware/pep-proxy
11621162
container_name: fiware-iot-agent-proxy
11631163
hostname: iot-agent-proxy
11641164
networks:
@@ -1228,7 +1228,7 @@ Agent** の前にある 2 番目の **Wilma** PEP Proxy にリクエストしま
12281228

12291229
```yaml
12301230
tutorial-app:
1231-
image: fiware/tutorials.context-provider
1231+
image: quay.io/fiware/tutorials.context-provider
12321232
hostname: iot-sensors-app
12331233
container_name: tutorial-app
12341234
depends_on:
@@ -1411,7 +1411,7 @@ request(options, (error) => {
14111411
iot-agent:
14121412
labels:
14131413
org.fiware: 'tutorial'
1414-
image: fiware/iotagent-ul:${ULTRALIGHT_VERSION}
1414+
image: quay.io/fiware/iotagent-ul:${ULTRALIGHT_VERSION}
14151415
hostname: iot-agent
14161416
container_name: fiware-iot-agent
14171417
depends_on:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ Requests.
683683

684684
```yaml
685685
orion-proxy:
686-
image: fiware/pep-proxy
686+
image: quay.io/fiware/pep-proxy
687687
container_name: fiware-orion-proxy
688688
hostname: orion-proxy
689689
networks:
@@ -747,7 +747,7 @@ additional `access_token` header.
747747

748748
```yaml
749749
tutorial-app:
750-
image: fiware/tutorials.context-provider
750+
image: quay.io/fiware/tutorials.context-provider
751751
hostname: iot-sensors-app
752752
container_name: tutorial-app
753753
depends_on:
@@ -1161,7 +1161,7 @@ Requests.
11611161

11621162
```yaml
11631163
iot-agent-proxy:
1164-
image: fiware/pep-proxy
1164+
image: quay.io/fiware/pep-proxy
11651165
container_name: fiware-iot-agent-proxy
11661166
hostname: iot-agent-proxy
11671167
networks:
@@ -1226,7 +1226,7 @@ requests to a second **Wilma** PEP Proxy in front of the **IoT Agent**.
12261226

12271227
```yaml
12281228
tutorial-app:
1229-
image: fiware/tutorials.context-provider
1229+
image: quay.io/fiware/tutorials.context-provider
12301230
hostname: iot-sensors-app
12311231
container_name: tutorial-app
12321232
depends_on:
@@ -1387,7 +1387,7 @@ The `iot-agent` container is listening on port `4041`, it is configured to forwa
13871387
iot-agent:
13881388
labels:
13891389
org.fiware: "tutorial"
1390-
image: fiware/iotagent-ul:${ULTRALIGHT_VERSION}
1390+
image: quay.io/fiware/iotagent-ul:${ULTRALIGHT_VERSION}
13911391
hostname: iot-agent
13921392
container_name: fiware-iot-agent
13931393
depends_on:

docker-compose/northport-wilma.yml

Lines changed: 5 additions & 5 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:
@@ -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:
@@ -87,7 +87,7 @@ services:
8787
keyrock:
8888
labels:
8989
org.fiware: 'tutorial'
90-
image: fiware/idm:${KEYROCK_VERSION}
90+
image: quay.io/fiware/idm:${KEYROCK_VERSION}
9191
container_name: fiware-keyrock
9292
hostname: keyrock
9393
networks:
@@ -119,7 +119,7 @@ services:
119119
orion-proxy:
120120
labels:
121121
org.fiware: 'tutorial'
122-
image: fiware/pep-proxy:${WILMA_VERSION}
122+
image: quay.io/fiware/pep-proxy:${WILMA_VERSION}
123123
container_name: fiware-orion-proxy
124124
hostname: orion-proxy
125125
networks:
@@ -159,7 +159,7 @@ services:
159159
tutorial:
160160
labels:
161161
org.fiware: 'tutorial'
162-
image: fiware/tutorials.context-provider
162+
image: quay.io/fiware/tutorials.context-provider
163163
hostname: iot-sensors
164164
container_name: fiware-tutorial
165165
depends_on:

docker-compose/orion-kong.yml

Lines changed: 4 additions & 4 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:
@@ -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:
@@ -140,7 +140,7 @@ services:
140140
tutorial:
141141
labels:
142142
org.fiware: 'tutorial'
143-
image: fiware/tutorials.context-provider
143+
image: quay.io/fiware/tutorials.context-provider
144144
hostname: iot-sensors
145145
container_name: fiware-tutorial
146146
depends_on:

docker-compose/orion-wilma.yml

Lines changed: 5 additions & 5 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:
@@ -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:
@@ -109,7 +109,7 @@ services:
109109
orion-proxy:
110110
labels:
111111
org.fiware: 'tutorial'
112-
image: fiware/pep-proxy:${WILMA_VERSION}
112+
image: quay.io/fiware/pep-proxy:${WILMA_VERSION}
113113
container_name: fiware-orion-proxy
114114
hostname: orion-proxy
115115
networks:
@@ -149,7 +149,7 @@ services:
149149
tutorial:
150150
labels:
151151
org.fiware: 'tutorial'
152-
image: fiware/tutorials.context-provider
152+
image: quay.io/fiware/tutorials.context-provider
153153
hostname: iot-sensors
154154
container_name: fiware-tutorial
155155
depends_on:

docker-compose/southport-wilma.yml

Lines changed: 6 additions & 6 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:
@@ -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

Comments
 (0)