Force storage.conf to default to overlay
This commit is contained in:
parent
0cca2fcf48
commit
284f902451
@ -38,7 +38,7 @@ Name: %{repo}
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif # centos
|
%endif # centos
|
||||||
Version: 0.1.25
|
Version: 0.1.25
|
||||||
Release: 1.git%{shortcommit0}%{?dist}
|
Release: 2.git%{shortcommit0}%{?dist}
|
||||||
Summary: Inspect Docker images and repositories on registries
|
Summary: Inspect Docker images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -306,6 +306,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-2.git7fd6f66b
|
||||||
|
- Force storage.conf to default to overlay
|
||||||
|
|
||||||
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-1.git7fd6f66b
|
* Wed Nov 8 2017 dwalsh <dwalsh@redhat.com> - 0.1.25-1.git7fd6f66b
|
||||||
- Fix CVE in tar-split
|
- Fix CVE in tar-split
|
||||||
- copy: add shared blob directory support for OCI sources/destinations
|
- copy: add shared blob directory support for OCI sources/destinations
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
[storage]
|
[storage]
|
||||||
|
|
||||||
# Default Storage Driver
|
# Default Storage Driver
|
||||||
driver = ""
|
driver = "overlay"
|
||||||
|
|
||||||
# Temporary storage location
|
# Temporary storage location
|
||||||
runroot = "/var/run/containers/storage"
|
runroot = "/var/run/containers/storage"
|
||||||
|
Loading…
Reference in New Issue
Block a user