From: JohnKeeney Date: Thu, 4 Apr 2024 12:50:09 +0000 (+0100) Subject: NONRTRIC Control Panel - Point to release docker images in docker compose X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=portal%2Fnonrtric-controlpanel.git;a=commitdiff_plain;h=2bd10b0fb070f67a5747b78efbe04d0d3ae9f359 NONRTRIC Control Panel - Point to release docker images in docker compose Change-Id: Ib7eb94b99bba57c1025dba56796496c5372d3b60 IssueID: NONRTRIC-973 Signed-off-by: JohnKeeney --- diff --git a/docker-compose/.env b/docker-compose/.env index 69fdd12..257ac73 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -16,9 +16,9 @@ # #CONTROL_PANEL -CONTROL_PANEL_IMAGE_BASE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-controlpanel" +CONTROL_PANEL_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-controlpanel" CONTROL_PANEL_IMAGE_TAG="2.5.0" #NONRTRIC_GATEWAY -NONRTRIC_GATEWAY_IMAGE_BASE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway" +NONRTRIC_GATEWAY_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-gateway" NONRTRIC_GATEWAY_IMAGE_TAG="1.2.0" \ No newline at end of file