f9ce941dbd
/usr/share/doc/packages/docker/CHANGELOG.md. - Use Go 1.13 instead of Go 1.14 because Go 1.14 can cause all sorts of spurrious errors due to Go returning -EINTR from I/O syscalls much more often (due to Go 1.14's pre-emptive goroutine support). - bsc1172377-0001-unexport-testcase.Cleanup-to-fix-Go-1.14.patch - Add BuildRequires for all -git dependencies so that we catch missing dependencies much more quickly. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=340
15 lines
508 B
Plaintext
15 lines
508 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/docker/docker-ce.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">19.03.12_ce_%h</param>
|
|
<param name="revision">v19.03.12</param>
|
|
<param name="filename">docker</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">docker-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|