diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-08-27 11:53:41 +0200 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2020-08-27 11:53:41 +0200 |
commit | 3a0cabd49731b9597ad876138f088944dbdd46f4 (patch) | |
tree | 09d3366c9d7bbb211effcb6712987d9a35469494 /.gitignore | |
parent | 1b847c8df05fe0e8be28e115a6953c0b18eaf053 (diff) |
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 <bogumil.zebek@nokia.com>
Change-Id: I2d07524ef42913aa3c032f65a1fc771da5b185d4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ +.idea .project .settings/ .checkstyle .classpath target/ +*.iml |