From 8a33de270918b2e5a993bdecb28d48cd8312d400 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 17 Nov 2017 13:59:39 +0100 Subject: [PATCH] config.json.template: sync from upstream Signed-off-by: Giuseppe Scrivano --- Dockerfile | 2 +- config.json.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6084c2a..871a1da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.fedoraproject.org/fedora:27 -ENV VERSION=0 RELEASE=2 ARCH=x86_64 +ENV VERSION=0 RELEASE=3 ARCH=x86_64 LABEL com.redhat.component="cri-o" \ name="$FGC/cri-o" \ version="$VERSION" \ diff --git a/config.json.template b/config.json.template index 8fc262b..0642fbc 100644 --- a/config.json.template +++ b/config.json.template @@ -356,7 +356,7 @@ "type": "bind" }, { - "destination": "/var/lib/containers", + "destination": "/var/lib/containers/storage", "options": [ "rbind", "rshared",