diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-06-27 12:59:33 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-06-28 08:21:07 +0000 |
commit | 04e8c7658c0ed31a334cf64fcfd4aa5f1962b39d (patch) | |
tree | d015899d69ad3cf178fb737c9e7794265cd2bfd7 /Dockerfile | |
parent | 0565394ecbd96730bf982909693514ab88703708 (diff) |
[Data provider] Add relationships between some A&AI resources0.6.0
Create relationship between:
Tenant <-> Line of business
Tenant <-> Owning entity
Cloud region <-> Project
Issue-ID: INT-2126
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I3523c02b28b5fe972c0fbba112c8ffa532feadb8
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -FROM python:3.9-slim AS builder +FROM python:3.10.4-slim AS builder COPY requirements.txt /opt/app/onap_data_provider/requirements.txt @@ -6,7 +6,7 @@ WORKDIR /opt/app/onap_data_provider/ RUN python -m pip install -r requirements.txt --prefix=/opt/install -FROM nexus3.onap.org:10001/onap/integration-python:9.1.0 +FROM nexus3.onap.org:10001/onap/integration-python:10.0.0 COPY --from=builder --chown=onap:onap /opt/install /usr/local |