From 673ec06842c37f245c6da4848a330b656e20bfda Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Mon, 7 Feb 2022 17:37:16 +0000 Subject: 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 --- packages/docker/src/main/docker/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit 1.2.3-korg