Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11032309
D5572.id13536.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D5572.id13536.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,6 +1,5 @@
libc.so.6
libdevmapper.so.1.02
libdl.so.2
-libltdl.so.7
libpthread.so.0
libsystemd.so.0
diff --git a/files/0001-Default-to-using-overlayfs.patch b/files/0001-Default-to-using-overlayfs.patch
--- a/files/0001-Default-to-using-overlayfs.patch
+++ b/files/0001-Default-to-using-overlayfs.patch
@@ -17,7 +17,7 @@
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd://
-+ExecStart=/usr/bin/dockerd --storage-driver=overlay -H fd://
++ExecStart=/usr/bin/dockerd --storage-driver=overlay2 -H fd://
ExecReload=/bin/kill -s HUP $MAINPID
LimitNOFILE=1048576
# Having non-zero Limit*s causes performance problems due to accounting overhead
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,10 +1,10 @@
name : docker
-version : 18.09.2
-release : 19
+version : 18.09.3
+release : 20
source :
- - https://github.com/docker/docker-ce/archive/v18.09.2.tar.gz : f370a899ffc1a81028167697130fd1888d97753b1fb5b8fe1f2b12b71c3ebfc0
+ - https://github.com/docker/docker-ce/archive/v18.09.3.tar.gz : 28d01bbbba45b289027e963d0a5dc830a81b5dab9339a950a4c2505e1ee9a255
- git|https://github.com/docker/libnetwork.git : 2cfbf9b1f98162a55829a21cc603c76072a75382
- - git|https://github.com/krallin/tini.git : v0.18.0
+ - git|https://github.com/krallin/tini.git : fec3683b971d9c3ef73f284f176672c44b448662
license : Apache-2.0
component : virt
summary : Open source application container engine
@@ -38,7 +38,8 @@
# Build daemon
export VERSION=${version}-ce
pushd components/engine
- export DOCKER_GITCOMMIT="62479626f213818ba5b4565105a05277308587d5"
+ export DOCKER_GITCOMMIT="774a1f4eee66e29a71ca12e88ac2220670990f7e"
+ export GITCOMMIT="774a1f4eee66e29a71ca12e88ac2220670990f7e"
export AUTO_GOPATH=1
./hack/make.sh dynbinary
popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -46,12 +46,12 @@
</Files>
</Package>
<History>
- <Update release="19">
- <Date>2019-02-12</Date>
- <Version>18.09.2</Version>
+ <Update release="20">
+ <Date>2019-03-01</Date>
+ <Version>18.09.3</Version>
<Comment>Packaging update</Comment>
<Name>Philipp Trulson</Name>
<Email>philipp@trulson.de</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 2:07 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807806
Default Alt Text
D5572.id13536.diff (2 KB)
Attached To
Mode
D5572: Update docker to 18.09.3
Attached
Detach File
Event Timeline
Log In to Comment