Skip to content

Commit 75faa77

Browse files
committed
Switch to quay.io
1 parent 8655cd5 commit 75faa77

3 files changed

Lines changed: 55 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 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

data-models/ngsi-context.jsonld

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"@context": {
3+
"type": "@type",
4+
"id": "@id",
5+
"schema": "https://schema.org/",
6+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
7+
"xsd": "http://www.w3.org/2001/XMLSchema#",
8+
"fiware": "https://uri.fiware.org/ns/data-models#",
9+
"tutorial": "https://fiware.github.io/tutorials.Step-by-Step/schema/",
10+
"Store": "fiware:Building",
11+
"Producto": "tutorial:Product",
12+
"Estante": "tutorial:Shelf",
13+
"StockOrder": "tutorial:StockOrder",
14+
"Persona": "schema:Person",
15+
"dirección": "schema:address",
16+
"categoría": "fiware:category",
17+
"comercial": "fiware:commercial",
18+
"oficina": "fiware:office",
19+
"industrial": "fiware:industrial",
20+
"minorista": "fiware:retail",
21+
"residencial": "fiware:residential",
22+
"contenidoEnLugar": "fiware:containedInPlace",
23+
"dataProvider": "fiware:dataProvider",
24+
"descripción": "fiware:description",
25+
"floorsAboveGround": "fiware:floorsAboveGround",
26+
"floorsBelowGround": "fiware:floorsBelowGround",
27+
"tweets" : "tutorial:tweets",
28+
"propietario": "fiware:owner",
29+
"ocupante": "fiware:occupier",
30+
"refMap": "fiware:refMap",
31+
"fuente": "fiware:source",
32+
"instaladoPor": "tutorial:installedBy",
33+
"ubicadoEn": "tutorial:locatedIn",
34+
"maxCapacity": "tutorial:maxCapacity",
35+
"statusOfWork": "tutorial:statusOfWork",
36+
"solicitado": "tutorial:requested",
37+
"completado": "tutorial:completed",
38+
"programado": "tutorial:scheduled",
39+
"enProgreso": "tutorial:inProgress",
40+
"acciones": "tutorial:stocks",
41+
"moneda": "tutorial:currency",
42+
"precio": "tutorial:price",
43+
"tamaño": "tutorial:size",
44+
"muebles": "tutorial:furniture",
45+
"verificado": "tutorial:verified",
46+
"requestedFor": "tutorial:requestedFor",
47+
"requestedBy": "tutorial:requestedBy",
48+
"pedidoProducto": "tutorial:orderedProduct",
49+
"fechaPedido": "tutorial:orderDate",
50+
"stockCount": "tutorial:stockCount",
51+
"numberOfItems": "tutorial:numberOfItems"
52+
}}

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
org.fiware: 'tutorial'
2525
labels:
2626
org.fiware: 'tutorial'
27-
image: fiware/orion:${ORION_VERSION}
27+
image: quay.io/fiware/orion:${ORION_VERSION}
2828
hostname: orion
2929
container_name: fiware-orion
3030
depends_on:
@@ -42,7 +42,7 @@ services:
4242
tutorial:
4343
labels:
4444
org.fiware: 'tutorial'
45-
image: fiware/tutorials.context-provider
45+
image: quay.io/fiware/tutorials.context-provider
4646
hostname: tutorial
4747
container_name: fiware-tutorial
4848
depends_on:

0 commit comments

Comments
 (0)