install_osm: preliminary code to install LW-UI from OSM repo
[osm/devops.git] / installers / install_osm.sh
index bacf424..d5de3f5 100755 (executable)
@@ -554,6 +554,8 @@ function generate_docker_images() {
     docker build ${LWTEMPDIR}/RO/lcm -t osm/lcm || ! echo "cannot build LCM docker image" >&2
     git -C ${LWTEMPDIR} clone https://github.com/superfluidity/osm-light-ui.git
     docker build ${LWTEMPDIR}/osm-light-ui -t osm/light-ui -f ${LWTEMPDIR}/osm-light-ui/code/docker/Dockerfile
+#    git -C ${LWTEMPDIR} clone https://osm.etsi.org/gerrit/osm/LW-UI
+#    docker build ${LWTEMPDIR}/LW-UI -t osm/light-ui -f ${LWTEMPDIR}/LW-UI/Dockerfile
 EONG
     echo "Finished generation of docker images"
 }