Commit c161869a authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Improving the script.

parent 7dba376e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ REGISTRY_IMAGE=""
#REGISTRY_IMAGE="http://my-container-registry.local/"

# Set the list of components you want to build images for, and deploy.
COMPONENTS="context device automation policy service compute monitoring centralizedattackdetector opticalcentralizedattackdetector"
COMPONENTS="context device automation policy service compute monitoring centralizedattackdetector" # TODO: include opticalcentralizedattackdetector

# Set the tag you want to use for your images.
IMAGE_TAG="tf-dev"