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",