From 3a0cabd49731b9597ad876138f088944dbdd46f4 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Thu, 27 Aug 2020 11:53:41 +0200 Subject: Switch to Ubuntu 20.04 - remove unused configuration from Dockerfile - improve Dockerfile configuration: follow best practices described at https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ - switch to Ubuntu 20.04 - reduce size of docker image Issue-ID: VNFSDK-646 Signed-off-by: Zebek Bogumil Change-Id: I2d07524ef42913aa3c032f65a1fc771da5b185d4 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fe6b66ca..fa1a61d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +.idea .project .settings/ .checkstyle .classpath target/ +*.iml -- cgit 1.2.3-korg