From 0d2b6a1b2f1d93178fa856877d42a20a6f9413a5 Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Thu, 18 Feb 2021 14:26:29 +0100 Subject: [PATCH] Change openjdk baseOS img to integration-java11 This change should not have any effects on functionality as integration-java11:7.0.0 image is built on top of openjdk:11.0.6-jre-slim. Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (if :latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Signed-off-by: Alexander Mazuruk Change-Id: Ifc4eb87c77e4742562a4b43a803ded0c646bad50 --- deployment/docker/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/src/main/docker/Dockerfile b/deployment/docker/src/main/docker/Dockerfile index 05684eee..d074c404 100644 --- a/deployment/docker/src/main/docker/Dockerfile +++ b/deployment/docker/src/main/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM openjdk:11.0.6-jre-slim +FROM nexus3.onap.org:10001/onap/integration-java11:7.0.0 RUN apt-get update && apt-get install -y sudo -- 2.16.6