forked from pool/docker
31e1155fb8
- Update to Docker 23.0.4-ce. See upstream changelog online at <https://docs.docker.com/engine/release-notes/23.0/#2304>. bsc#1208074 - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch * 0003-bsc1073877-apparmor-clobber-docker-default-profile-o.patch - Renumbered patches: - 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch - Remove upstreamed patches: - 0005-bsc1183855-btrfs-Do-not-disable-quota-on-cleanup.patch - 0006-bsc1193930-vendor-update-golang.org-x-crypto.patch - 0007-bsc1200022-fifo.Close-prevent-possible-panic-if-fifo.patch - Backport <https://github.com/docker/cli/pull/4228> to allow man pages to be built without internet access in OBS. + cli-0001-docs-include-required-tools-in-source-tree.patch OBS-URL: https://build.opensuse.org/request/show/1082884 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=384
23 lines
829 B
Plaintext
23 lines
829 B
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">23.0.4_ce_%h</param>
|
|
<param name="revision">v23.0.4</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">23.0.4_ce</param>
|
|
<param name="revision">v23.0.4</param>
|
|
<param name="filename">docker-cli</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">docker-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|