Skip to content

Commit f6d0e56

Browse files
committed
Switch to quay.io
1 parent d1df379 commit f6d0e56

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Bash スクリプトを実行することによって、コマンドラインか
221221
222222
```yaml
223223
kurento:
224-
image: fiware/stream-oriented-kurento
224+
image: quay.io/fiware/stream-oriented-kurento
225225
hostname: kurento
226226
container_name: fiware-kurento
227227
expose:
@@ -243,7 +243,7 @@ kurento:
243243

244244
```yaml
245245
kurento-examples:
246-
image: fiware/kurento-examples
246+
image: quay.io/fiware/kurento-examples
247247
container_name: examples-kurento
248248
depends_on:
249249
- kurento

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The specific architecture of each section of the tutorial is discussed below.
177177
178178
```yaml
179179
kurento:
180-
image: fiware/stream-oriented-kurento
180+
image: quay.io/fiware/stream-oriented-kurento
181181
hostname: kurento
182182
container_name: fiware-kurento
183183
expose:
@@ -196,7 +196,7 @@ The `kurento` container is listening on a single port:
196196

197197
```yaml
198198
kurento-examples:
199-
image: fiware/kurento-examples
199+
image: quay.io/fiware/kurento-examples
200200
container_name: examples-kurento
201201
depends_on:
202202
- kurento

docker-compose/kurento-with-filters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
kurento-examples:
55
labels:
66
org.fiware: 'tutorial'
7-
image: fiware/kurento-examples
7+
image: quay.io/fiware/kurento-examples
88
container_name: examples-kurento
99
depends_on:
1010
- kurento

docker-compose/kurento.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
kurento-examples:
55
labels:
66
org.fiware: 'tutorial'
7-
image: fiware/kurento-examples
7+
image: quay.io/fiware/kurento-examples
88
container_name: examples-kurento
99
depends_on:
1010
- kurento

0 commit comments

Comments
 (0)