Change openjdk baseOS img to integration-java11 45/118045/2
authorAlexander Mazuruk <a.mazuruk@samsung.com>
Thu, 18 Feb 2021 13:26:29 +0000 (14:26 +0100)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Fri, 19 Feb 2021 14:34:34 +0000 (14:34 +0000)
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 <a.mazuruk@samsung.com>
Change-Id: Ifc4eb87c77e4742562a4b43a803ded0c646bad50

deployment/docker/src/main/docker/Dockerfile

index 05684ee..d074c40 100644 (file)
@@ -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