diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-05-01 14:08:35 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-05-14 11:33:11 +0100 |
commit | 80e382eaac6fa812ea0c242c4a0c3a0390a4c130 (patch) | |
tree | fa984ad999edefa4f3affba4070415e94fffbb5f /compose/docker-compose.postgres.yml | |
parent | aed46b6a5bfe0680043a2fd2239f642aee5902d7 (diff) |
Restructure of CSIT scripts
- CSIT robot test suits are now compiled into a docker image
- dependencies are now installed as part of Dockerfile build
Issue-ID: POLICY-4987
Change-Id: I5ae4e9f58471a6038c25548d9392ece78b20e67a
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'compose/docker-compose.postgres.yml')
-rw-r--r-- | compose/docker-compose.postgres.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/docker-compose.postgres.yml b/compose/docker-compose.postgres.yml index 9c09b663..fee55d97 100644 --- a/compose/docker-compose.postgres.yml +++ b/compose/docker-compose.postgres.yml @@ -15,7 +15,7 @@ # limitations under the License. # ============LICENSE_END===================================================== # -version: '2' + services: postgres: image: nexus3.onap.org:10001/library/postgres:${POLICY_POSTGRES_VER} |