cb6967cb97
/usr/share/doc/packages/docker/CHANGELOG.md. CVE-2021-21285 CVE-2021-21284 - Drop docker-runc, docker-test and docker-libnetwork packages. We now just use the upstream runc package (it's stable enough and Docker no longer pins git versions). docker-libnetwork is so unstable that it doesn't have any versioning scheme and so it really doesn't make sense to maintain the project as a separate package. bsc#1181641 bsc#1181677 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=354
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/moby/moby.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">20.10.3_ce_%h</param>
|
|
<param name="revision">v20.10.3</param>
|
|
<param name="filename">docker</param>
|
|
</service>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/docker/cli.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">20.10.3_ce</param>
|
|
<param name="revision">v20.10.3</param>
|
|
<param name="filename">docker-cli</param>
|
|
</service>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/docker/libnetwork.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">%H</param>
|
|
<param name="revision">fa125a3512ee0f6187721c88582bf8c4378bd4d7</param>
|
|
<param name="filename">docker-libnetwork</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">docker-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|