Skip to content

Commit 7854668

Browse files
committed
Switch to quay.io
1 parent 62cb1f4 commit 7854668

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=fiware
33

44
# Orion LD variables
55
ORION_LD_PORT=1026
6-
ORION_LD_VERSION=1.2.0-PRE-1222
6+
ORION_LD_VERSION=1.2.0
77

88
# Scorpio variables
99
SCORPIO_PORT=9090

docker-compose/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
tutorial:
4747
labels:
4848
org.fiware: 'tutorial'
49-
image: fiware/tutorials.context-provider
49+
image: quay.io/fiware/tutorials.context-provider
5050
hostname: tutorial
5151
container_name: fiware-tutorial
5252
networks:

docker-compose/orion-ld.yml

Lines changed: 1 addition & 1 deletion
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-ld:${ORION_LD_VERSION}
25+
image: quay.io/fiware/orion-ld:${ORION_LD_VERSION}
2626
hostname: orion
2727
container_name: fiware-orion
2828
depends_on:

0 commit comments

Comments
 (0)