c4e850f70c
- Fix BuildKit's symlink resolution logic to correctly handle non-lexical symlinks. Backport of <https://github.com/moby/buildkit/pull/4896> and <https://github.com/moby/buildkit/pull/5060>. bsc#1221916 + 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch - Write volume options atomically so sudden system crashes won't result in future Docker starts failing due to empty files. Backport of <https://github.com/moby/moby/pull/48034>. bsc#1214855 + 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch - Update to Docker 26.1.4-ce. See upstream changelog online at <https://docs.docker.com/engine/release-notes/26.1/#2614> OBS-URL: https://build.opensuse.org/request/show/1182985 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=405
23 lines
823 B
Plaintext
23 lines
823 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/moby/moby.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">26.1.4_ce_%h</param>
|
|
<param name="revision">v26.1.4</param>
|
|
<param name="filename">docker</param>
|
|
</service>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/docker/cli.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">26.1.4_ce</param>
|
|
<param name="revision">v26.1.4</param>
|
|
<param name="filename">docker-cli</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">docker-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|