From 284f90245102670f651b37c01c466e10d3483dcf Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 8 Nov 2017 19:45:54 +0000 Subject: [PATCH] Force storage.conf to default to overlay --- skopeo.spec | 5 ++++- storage.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"