<https://github.com/docker/buildx/releases/tag/v0.22.0> * Includes fixes for CVE-2025-0495. bsc#1239765 - Disable transparent SUSEConnect support for SLE-16. PED-12534 When this patchset was first added in 2013 (and rewritten over the years), there was no upstream way to easily provide SLE customers with a way to build container images based on SLE using the host subscription. However, with docker-buildx you can now define secrets for builds (this is not entirely transparent, but we can easily document this new requirement for SLE-16). Users should use RUN --mount=type=secret,id=SCCcredentials zypper -n ... in their Dockerfiles, and docker buildx build --secret id=SCCcredentials,src=/etc/zypp/credentials.d/SCCcredentials,type=file . when doing their builds. - Now that the only blocker for docker-buildx support was removed for SLE-16, enable docker-buildx for SLE-16 as well. PED-8905 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker-stable?expand=0&rev=23
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
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">24.0.9_ce_%h</param>
|
|
<param name="revision">v24.0.9</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">24.0.9_ce</param>
|
|
<param name="revision">v24.0.9</param>
|
|
<param name="filename">docker-cli</param>
|
|
</service>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/docker/buildx.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">0.22.0</param>
|
|
<param name="revision">v0.22.0</param>
|
|
<param name="filename">docker-buildx</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">docker-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|