From a939e673fcf0769d2404878c0f275081961bb521 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 14 Feb 2023 11:20:40 +0000 Subject: Remove integration base images from PF base images The Docker base image from the integration project is now unmaintained. We replace the Integration base image by updating our own base image to work directly off Alpine. Issue-ID: POLICY-4558 Change-Id: I00097cede2536c88ade3f318479eab309695b41e Signed-off-by: liamfallon --- policy-jdk/alpine/pom.xml | 96 +---------------------------------------------- 1 file changed, 1 insertion(+), 95 deletions(-) (limited to 'policy-jdk/alpine/pom.xml') diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml index 69f2c89a..b656b6f8 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019 Ericsson, Tieto. All rights reserved. Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2022 Nordix Foundation. + Modifications Copyright (C) 2022-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -37,95 +37,8 @@ onap/policy-jdk-alpine - onap/integration-python - 10.1.0 - - - - baseImage - - - aarch64 - - - - - - org.apache.maven.plugins - maven-scm-plugin - 1.13.0 - - - org.codehaus.plexus - plexus-utils - 3.4.2 - - - org.apache.maven.scm - maven-scm-provider-gitexe - 1.13.0 - - - - connection - src/main/resources/meta - - - - checkout-onap-python - validate - - scm:git:https://gerrit.onap.org/r/integration/docker/onap-python - ${project.build.directory}/onap-python - - - checkout - - - - - - io.fabric8 - docker-maven-plugin - - - - generate-python-image - initialize - - true - 1.23 - ${docker.pull.registry} - ${docker.push.registry} - - - ${integration.python.name} - - try - ${project.build.directory}/onap-python - Dockerfile - - ${integration.python.version} - ${integration.python.version}-${maven.build.timestamp} - ${project.docker.latest.minmax.tag.version} - - - - - - - build - - - - - - - - - ${project.artifactId}-${project.version} @@ -169,10 +82,6 @@ ${project.version}-${maven.build.timestamp} ${project.docker.latest.minmax.tag.version} - - ${integration.python.name} - ${integration.python.version} - @@ -205,9 +114,6 @@ build push - - ${docker.jdk.imagename} - -- cgit 1.2.3-korg