From e7515b8f1f4c424ea2b41781b7cf70f6636e548a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Nov 08 2017 19:46:09 +0000 Subject: Force storage.conf to default to overlay --- diff --git a/skopeo.spec b/skopeo.spec index 1c96eb8..b8f6d73 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -38,7 +38,7 @@ Name: %{repo} Epoch: 1 %endif # centos Version: 0.1.25 -Release: 1.git%{shortcommit0}%{?dist} +Release: 2.git%{shortcommit0}%{?dist} Summary: Inspect Docker images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -306,6 +306,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Nov 8 2017 dwalsh - 0.1.25-2.git7fd6f66b +- Force storage.conf to default to overlay + * Wed Nov 8 2017 dwalsh - 0.1.25-1.git7fd6f66b - Fix CVE in tar-split - copy: add shared blob directory support for OCI sources/destinations diff --git a/storage.conf b/storage.conf index 0148a4c..ffd9ef1 100644 --- a/storage.conf +++ b/storage.conf @@ -6,7 +6,7 @@ [storage] # Default Storage Driver -driver = "" +driver = "overlay" # Temporary storage location runroot = "/var/run/containers/storage"