networks:
- netOSM
keystone:
- image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-6}
+ image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-7}
networks:
- netOSM
environment:
max-size: "100m"
max-file: "2"
nbi:
- image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-6}
+ image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-7}
networks:
- netOSM
volumes:
# - kafka
# - mongo
lcm:
- image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-6}
+ image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-7}
networks:
- netOSM
volumes:
# ports:
# - "3306:3306"
ro:
- image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-6}
+ image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-7}
networks:
- netOSM
environment:
max-size: "100m"
max-file: "2"
mon:
- image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-6}
+ image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-7}
networks:
- netOSM
volumes:
max-file: 5
max-size: 10m
pol:
- image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-6}
+ image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-7}
networks:
- netOSM
volumes:
max-file: 5
max-size: 10m
light-ui:
- image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-6}
+ image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-7}
networks:
- netOSM
environment:
[ -z "$INSTALL_NOHOSTCLIENT" ] && install_osmclient
track osmclient
- wget -q -O- https://osm-download.etsi.org/ftp/osm-6.0-six/README2.txt &> /dev/null
+ wget -q -O- https://osm-download.etsi.org/ftp/osm-7.0-seven/README2.txt &> /dev/null
track end
return 0
}
[ -n "$INSTALL_ONLY" ] && echo -e "\nDONE" && exit 0
#Installation starts here
-wget -q -O- https://osm-download.etsi.org/ftp/osm-6.0-six/README.txt &> /dev/null
+wget -q -O- https://osm-download.etsi.org/ftp/osm-7.0-seven/README.txt &> /dev/null
track start
[ -n "$INSTALL_LIGHTWEIGHT" ] && install_lightweight && echo -e "\nDONE" && exit 0
#Install vim-emu (optional)
[ -n "$INSTALL_VIMEMU" ] && install_docker_ce && install_vimemu
-wget -q -O- https://osm-download.etsi.org/ftp/osm-6.0-six/README2.txt &> /dev/null
+wget -q -O- https://osm-download.etsi.org/ftp/osm-7.0-seven/README2.txt &> /dev/null
track end
echo -e "\nDONE"
# limitations under the License.
#
REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
-RELEASE=ReleaseSIX
+RELEASE=ReleaseSEVEN
REPOSITORY=stable
-DOCKER_TAG=6
+DOCKER_TAG=7
function usage(){
echo -e "usage: $0 [OPTIONS]"