aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2022-02-07 17:37:16 +0000
committersaul.gill <saul.gill@est.tech>2022-02-07 18:13:47 +0000
commit673ec06842c37f245c6da4848a330b656e20bfda (patch)
tree23bcec71bc65ad0fe585358120b96628f40f7e46
parent26b0f7045ef2289fdb207c8a8d83e54450bfbbf9 (diff)
Alter base image of drools-pdp Dockerfile
Previously the pip package was upgraded in this file Now the upgrade is done in the parent docker image The parent image version is changed The pip package upgrade is removed Issue-ID: POLICY-3905 Change-Id: I709286e18373a613cf63ac4de90db541f7e47177 Signed-off-by: saul.gill <saul.gill@est.tech>
-rw-r--r--packages/docker/src/main/docker/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile
index 64d8fa84..2c0bbc36 100644
--- a/packages/docker/src/main/docker/Dockerfile
+++ b/packages/docker/src/main/docker/Dockerfile
@@ -19,7 +19,7 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:2.4.0
+FROM onap/policy-jdk-alpine:2.4-SNAPSHOT-latest
LABEL maintainer="Policy Team"
@@ -46,7 +46,6 @@ RUN apk update && \
apk add --no-cache mariadb-client \
file \
net-tools netcat-openbsd sudo less vim openssl \
- && pip install --upgrade pip==22.0.3 \
&& python3 -m pip install --no-cache-dir --upgrade setuptools http-prompt \
&& python3 -m pip install --no-cache-dir httpie