Skip to content
Snippets Groups Projects
Commit 59c9465c authored by garciadeblas's avatar garciadeblas
Browse files

Use docker tag 5 instead of latest


Change-Id: I1a9a136ed572a69c9867212543280d7055b18dc2
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 4d2bc6c4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ MKBUILD=$(TOPDIR)/docker/build
all: build
TAG ?= latest
TAG ?= 5
REPOSITORY_BASE ?= http://osm-download.etsi.org/repository/osm/debian
RELEASE ?= ReleaseFOUR-daily
......
......@@ -60,7 +60,7 @@ services:
networks:
- netOSM
keystone:
image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-latest}
image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-5}
networks:
- netOSM
environment:
......@@ -70,7 +70,7 @@ services:
ports:
- "${OSM_KEYSTONE_PORTS:-5000:5000}"
nbi:
image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-latest}
image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-5}
networks:
- netOSM
volumes:
......@@ -86,7 +86,7 @@ services:
# - kafka
# - mongo
lcm:
image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-latest}
image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-5}
networks:
- netOSM
volumes:
......@@ -114,7 +114,7 @@ services:
# ports:
# - "3306:3306"
ro:
image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-latest}
image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-5}
networks:
- netOSM
environment:
......@@ -128,7 +128,7 @@ services:
ports:
- "${OSM_RO_PORTS:-9090:9090}"
mon:
image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-latest}
image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-5}
networks:
- netOSM
volumes:
......@@ -148,7 +148,7 @@ services:
max-file: 5
max-size: 10m
pol:
image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-latest}
image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-5}
networks:
- netOSM
volumes:
......@@ -167,7 +167,7 @@ services:
max-file: 5
max-size: 10m
light-ui:
image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-latest}
image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-5}
networks:
- netOSM
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment