From 30ca2af7538eb4554d04b4ca038aab1e540f7bbd Mon Sep 17 00:00:00 2001 From: Daniel McCoy Stephenson Date: Fri, 23 Jun 2023 11:55:39 -0600 Subject: [PATCH] Switched back to using ubuntu:18.04 for the base image. --- Dockerfile | 2 +- Dockerfile-nsv | 2 +- Dockerfile.standalone | 2 +- Dockerfile.testing | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f79c115d..a6e181ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:18.04 USER root WORKDIR /cvdi-stream diff --git a/Dockerfile-nsv b/Dockerfile-nsv index a83a6334..c9b796e0 100644 --- a/Dockerfile-nsv +++ b/Dockerfile-nsv @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:18.04 USER root ARG PPM_CONFIG_FILE ARG PPM_MAP_FILE diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 9d1e0d4b..3c29b2d0 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:18.04 USER root WORKDIR /cvdi-stream diff --git a/Dockerfile.testing b/Dockerfile.testing index 63684003..47c14f3b 100644 --- a/Dockerfile.testing +++ b/Dockerfile.testing @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:18.04 USER root WORKDIR /cvdi-stream