Bump up version of container images && rollback F-release specific docker-compose... 73/8773/1
authorsantanude <santanu.de@xoriant.com>
Wed, 13 Jul 2022 09:30:51 +0000 (15:00 +0530)
committersantanude <santanu.de@xoriant.com>
Wed, 13 Jul 2022 09:30:51 +0000 (15:00 +0530)
SMO-73

Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I489a3160aa017134edd4976d8fea4f92edf99094

collector/container-tag.yaml
dmaapadapter/container-tag.yaml
docker-compose.yaml
influxdb-connector/container-tag.yaml
postconfig/container-tag.yaml

index 3188b04..11f2e4f 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 5.0.1
+tag: 6.0.1
index 3188b04..11f2e4f 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 5.0.1
+tag: 6.0.1
index 312b839..67b46b0 100644 (file)
@@ -72,7 +72,8 @@ services:
                  KAFKA_BROKERCONNECT: smo-kafka:29092
   smo-dmaap-adapter:
          container_name: smo-dmaap-adapter
-         image: nexus3.o-ran-sc.org:10004/smo-dmaap-adapter:5.0.1
+         build: ./dmaapadapter
+         image: smo-dmaap-adapter
          networks:
              - smo-net
          ports:
@@ -84,7 +85,8 @@ services:
              enable_assert: "False"
   smo-collector:
          container_name: smo-collector
-         image: nexus3.o-ran-sc.org:10004/smo-collector:5.0.1
+         build: ./collector
+         image: smo-collector
          networks:
              - smo-net
          ports:
@@ -106,7 +108,8 @@ services:
              - smo-kafka
   smo-influxdb-connector:
          container_name: smo-influxdb-connector
-         image: nexus3.o-ran-sc.org:10004/smo-influxdb-connector:5.0.1
+         build: ./influxdb-connector
+         image: smo-influxdb-connector
          networks:
              - smo-net
          ports:
@@ -123,7 +126,8 @@ services:
              - smo-influxdb
   smo-post-config:
          container_name: smo-post-config
-         image: nexus3.o-ran-sc.org:10004/smo-post-config:5.0.1
+         build: ./postconfig
+         image: smo-post-config
          environment:
              smo_influxdb_host: "smo-influxdb"
              smo_influxdb_port: "8086"
index 3188b04..11f2e4f 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 5.0.1
+tag: 6.0.1
index 3188b04..11f2e4f 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 5.0.1
+tag: 6.0.1