From cb5779dcb9bb5621a50b8240a1b9a0472463b3d0 Mon Sep 17 00:00:00 2001 From: Pawan Date: Thu, 10 Dec 2020 12:45:31 +0530 Subject: [PATCH] feat(image): moving to ubuntu bionic(18.04 LTS) docker image Signed-off-by: Pawan --- buildscripts/zfs-driver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/zfs-driver/Dockerfile b/buildscripts/zfs-driver/Dockerfile index 00c3e0974..eebac9650 100644 --- a/buildscripts/zfs-driver/Dockerfile +++ b/buildscripts/zfs-driver/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:19.10 +FROM ubuntu:18.04 RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get update; exit 0 RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates