diff options
Diffstat (limited to 'starlingx')
-rw-r--r-- | starlingx/docker/Dockerfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starlingx/docker/Dockerfile b/starlingx/docker/Dockerfile index a5da24d9..79b351d3 100644 --- a/starlingx/docker/Dockerfile +++ b/starlingx/docker/Dockerfile @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.8-alpine +# FROM python:3.8-alpine +FROM nexus3.onap.org:10001/onap/integration-python:9.1.0 ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} @@ -32,7 +33,9 @@ ENV AAI_PASSWORD "AAI" EXPOSE 9009 -RUN addgroup -S onap && adduser -S -G onap onap +# RUN addgroup -S onap && adduser -S -G onap onap +USER root + # COPY ./ /opt/ COPY ./multicloud-openstack-starlingx-*.zip /opt/multicloud-openstack-starlingx.zip RUN apk update && \ |