diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-07-27 16:15:50 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-07-27 17:27:26 +0000 |
commit | 416c0944153f21564274ccf8fa8b5f9902ead9bf (patch) | |
tree | f8b79231924900e26b4cf7b2990dbf8719cba1f0 | |
parent | 30bf637975948e7b1e9b381085f5de6e8429b63c (diff) |
Update image url to fix csit jenkins job for guilin branchguilin
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3374
Change-Id: Ic8e5e687ee85b2af23106acc53bf3ba946a435a8
-rw-r--r-- | csit/scripts/healthcheck/docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csit/scripts/healthcheck/docker-compose.yml b/csit/scripts/healthcheck/docker-compose.yml index f1471a34..691da78d 100644 --- a/csit/scripts/healthcheck/docker-compose.yml +++ b/csit/scripts/healthcheck/docker-compose.yml @@ -39,7 +39,7 @@ services: # - ./config/application-policyagent.yaml:/opt/app/policy-agent/config/application.yaml:ro a1-sim-OSC: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-OSC networks: - default @@ -52,7 +52,7 @@ services: - ALLOW_HTTP=true a1-sim-STD: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD networks: - default @@ -65,7 +65,7 @@ services: - ALLOW_HTTP=true a1-sim-STD-v2: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.1.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator:2.1.0 container_name: a1-sim-STD-v2 networks: - default |