Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

docker-stable-buildx-0.25.0-15.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: docker-stable-buildx Distribution: openSUSE Tumbleweed
Version: 0.25.0 Vendor: openSUSE
Release: 15.1 Build date: Mon Sep 29 07:25:36 2025
Group: System/Management Build host: reproducible
Size: 66546016 Source RPM: docker-stable-24.0.9_ce-15.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/docker/buildx
Summary: Docker CLI plugin for extended build capabilities with BuildKit
buildx is a Docker CLI plugin for extended build capabilities with BuildKit.

Key features:
- Familiar UI from docker build
- Full BuildKit capabilities with container driver
- Multiple builder instance support
- Multi-node builds for cross-platform images
- Compose build support
- High-level build constructs (bake)
- In-container driver support (both Docker and Kubernetes)

Provides

Requires

License

Apache-2.0

Changelog

* Mon Sep 29 2025 Aleksa Sarai <asarai@suse.com>
  - Remove git-core recommends on SLE. Most SLE systems have
    installRecommends=yes by default and thus end up installing git with Docker.
    bsc#1250508
    This feature is mostly intended for developers ("docker build git://") so
    most users already have the dependency installed, and the error when git is
    missing is fairly straightforward (so they can easily figure out what they
    need to install).
  - Include historical changelog data from before the docker-stable fork. The
    initial changelog entry did technically provide all the necessary
    information, but our CVE tracking tools do not understand how the package is
    forked and so it seems that this package does not include fixes for ~12 years
    of updates. So, include a copy of the original package's changelog up until
    the fork point. bsc#1250596
* Tue Aug 05 2025 Aleksa Sarai <asarai@suse.com>
  - Backport <https://github.com/moby/moby/pull/48517>. bsc#1247362
    + 0015-bsc1247362-release-container-layer-on-export.patch
* Thu Jul 17 2025 Aleksa Sarai <asarai@suse.com>
  - Update to docker-buildx v0.25.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.25.0>
  - Update to Go 1.23 for building now that upstream has switched their 23.0.x
    LTSS to use Go 1.23.
* Thu Jun 05 2025 Aleksa Sarai <asarai@suse.com>
  - Do not try to inject SUSEConnect secrets when in Rootless Docker mode, as
    Docker does not have permission to access the host zypper credentials in this
    mode (and unprivileged users cannot disable the feature using
    /etc/docker/suse-secrets-enable.) bsc#1240150
    * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  - Rebase patches:
    * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
    * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * 0007-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch
    * 0008-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    * 0009-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
    * 0010-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
    * 0011-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch
    * 0012-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
    * 0013-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
    * 0014-TESTS-backport-fixes-for-integration-tests.patch
* Wed Jun 04 2025 Aleksa Sarai <asarai@suse.com>
  - Always clear SUSEConnect suse_* secrets when starting containers regardless
    of whether the daemon was built with SUSEConnect support. Not doing this
    causes containers from SUSEConnect-enabled daemons to fail to start when
    running with SUSEConnect-disabled (i.e. upstream) daemons.
    This was a long-standing issue with our secrets support but until recently
    this would've required migrating from SLE packages to openSUSE packages
    (which wasn't supported). However, as SLE Micro 6.x and SLES 16 will move
    away from in-built SUSEConnect support, this is now a practical issue users
    will run into. bsc#1244035
    + 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
  - Rearrange patches:
    - 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    + 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    - 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    + 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    - 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    + 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    - 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    + 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    - 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    + 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    - 0006-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch
    + 0007-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch
    - 0007-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    + 0008-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    - 0008-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
    + 0009-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
    - 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
    + 0010-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
    - 0010-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch
    + 0011-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch
    - 0011-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
    + 0012-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
    - 0012-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
    + 0013-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
    - 0013-TESTS-backport-fixes-for-integration-tests.patch
    + 0014-TESTS-backport-fixes-for-integration-tests.patch
* Thu Apr 10 2025 Aleksa Sarai <asarai@suse.com>
  - Update to docker-buildx v0.22.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.22.0>
    * Includes fixes for CVE-2025-0495. bsc#1239765
* Thu Apr 10 2025 Aleksa Sarai <asarai@suse.com>
  - 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
* Wed Mar 26 2025 Aleksa Sarai <asarai@suse.com>
  - Don't use the new container-selinux conditional requires on SLE-12, as the
    RPM version there doesn't support it. Arguably the change itself is a bit
    suspect but we can fix that later. bsc#1237367
* Tue Mar 25 2025 Aleksa Sarai <asarai@suse.com>
  - Add backport for golang.org/x/oauth2 CVE-2025-22868 fix. bsc#1239185
    + 0011-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
  - Add backport for golang.org/x/crypto CVE-2025-22869 fix. bsc#1239322
    + 0012-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
  - Refresh patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * 0006-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch
    * 0007-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    * 0008-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
    * 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
    * 0010-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch
  - Move test-related patch to the end of the patch stack:
    - 0011-TESTS-backport-fixes-for-integration-tests.patch
    + 0013-TESTS-backport-fixes-for-integration-tests.patch
* Thu Mar 20 2025 Fabian Vogt <fvogt@suse.com>
  - Make container-selinux requirement conditional on selinux-policy
    (bsc#1237367)
* Wed Dec 18 2024 Aleksa Sarai <asarai@suse.com>
  - Add backport for CVE-2024-29018 fix. bsc#1234089
    + 0010-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch
  - Add backport for CVE-2024-23650 fix and rename patch filename. bsc#1219437
    - 0006-CVE-2024-23653-update-buildkit-to-include-CVE-patche.patch
    + 0006-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch
  - Reorder and rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * 0007-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    * 0008-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
    * 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
    - 0010-TESTS-backport-fixes-for-integration-tests.patch
    + 0011-TESTS-backport-fixes-for-integration-tests.patch
* Tue Dec 17 2024 Aleksa Sarai <asarai@suse.com>
  - Update to docker-buildx 0.19.3. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.19.3>
* Wed Dec 11 2024 Aleksa Sarai <asarai@suse.com>
  - Update docker-buildx to v0.19.2. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.19.2>.
    Some notable changelogs from the last update:
    * <https://github.com/docker/buildx/releases/tag/v0.19.0>
    * <https://github.com/docker/buildx/releases/tag/v0.18.0>
  - Update to Go 1.22.
* Wed Dec 11 2024 Aleksa Sarai <asarai@suse.com>
  - Add a new toggle file /etc/docker/suse-secrets-enable which allows users to
    disable the SUSEConnect integration with Docker (which creates special mounts
    in /run/secrets to allow container-suseconnect to authenticate containers
    with registries on registered hosts). bsc#1231348 bsc#1232999
    In order to disable these mounts, just do
      echo 0 > /etc/docker/suse-secrets-enable
    and restart Docker. In order to re-enable them, just do
      echo 1 > /etc/docker/suse-secrets-enable
    and restart Docker. Docker will output information on startup to tell you
    whether the SUSE secrets feature is enabled or not.
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
* Wed Nov 27 2024 Aleksa Sarai <asarai@suse.com>
  - Disable docker-buildx builds for SLES. It turns out that build containers
    with docker-buildx don't currently get the SUSE secrets mounts applied,
    meaning that container-suseconnect doesn't work when building images.
    bsc#1233819
* Wed Nov 20 2024 Aleksa Sarai <asarai@suse.com>
  - Add docker-integration-tests-devel subpackage for building and running the
    upstream Docker integration tests on machines to test that Docker works
    properly. Users should not install this package.
  - docker-rpmlintrc updated to include allow-list for all of the integration
    tests package, since it contains a bunch of stuff that wouldn't normally be
    allowed.
  - Rebased patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * 0006-CVE-2024-23653-update-buildkit-to-include-CVE-patche.patch
    * 0007-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
    * 0008-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
    * 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
  - Added patches:
    + 0010-TESTS-backport-fixes-for-integration-tests.patch
* Tue Nov 12 2024 Aleksa Sarai <asarai@suse.com>
  - Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from
    sysconfig a long time ago, and apparently this causes issues with systemd in
    some cases.
  - Update --add-runtime to point to correct binary path.
* Wed Oct 16 2024 Aleksa Sarai <asarai@suse.com>
  - Further merge docker and docker-stable specfiles to minimise the differences.
    The main thing is that we now include both halves of the
    Conflicts/Provides/Obsoletes dance in both specfiles.
* Wed Oct 16 2024 Aleksa Sarai <asarai@suse.com>
  - Update to docker-buildx v0.17.1 to match standalone docker-buildx package we
    are replacing. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.17.1>
* Sat Sep 07 2024 Aleksa Sarai <asarai@suse.com>
  - Import specfile changes for docker-buildx as well as the changes to help
    reduce specfile differences between docker-stable and docker. bsc#1230331
    bsc#1230333
* Wed Aug 14 2024 Aleksa Sarai <asarai@suse.com>
  - Backport patch for CVE-2024-41110. bsc#1228324
    + 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
* Sun Jun 16 2024 Aleksa Sarai <asarai@suse.com>
  - Initial docker-stable fork, forked from Docker 24.0.7-ce release
    (packaged on 2024-02-14). The original changelog is included below for
    historical reference.
  - Patches included from snapshot:
    + 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    + 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    + 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    + 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    + 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    - 0006-Vendor-in-latest-buildkit-v0.11-branch-including-CVE.patch
    + 0006-CVE-2024-23653-update-buildkit-to-include-CVE-patche.patch
    + cli-0001-docs-include-required-tools-in-source-tree.patch
  - Update to Docker 24.0.9-ce, which is the latest version of the 24.0.x branch.
    It seems likely this will be the last upstream version of the 24.0.x branch
    (it seems Mirantis is going to do LTS for 23.0.x, not 24.0.x).
    <https://docs.docker.com/engine/release-notes/24.0/#2409>
  - 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
    + 0007-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
    + 0008-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
* Wed Feb 14 2024 Dan Čermák <dcermak@suse.com>
  - Vendor latest buildkit v0.11:
    Add patch 0006-Vendor-in-latest-buildkit-v0.11-branch-including-CVE.patch that
    vendors in the latest v0.11 buildkit branch including bugfixes for the following:
    * bsc#1219438: CVE-2024-23653
    * bsc#1219268: CVE-2024-23652
    * bsc#1219267: CVE-2024-23651
  - rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
  - switch from %patchN to %patch -PN syntax
  - remove unused rpmlint filters and add filters to silence pointless bash & zsh
    completion warnings
* Fri Oct 27 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 24.0.7-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/24.0/#2407>. bsc#1217513
    * Deny containers access to /sys/devices/virtual/powercap by default.
    - CVE-2020-8694 bsc#1170415
    - CVE-2020-8695 bsc#1170446
    - CVE-2020-12912 bsc#1178760
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-docs-include-required-tools-in-source-tree.patch
* Wed Oct 11 2023 Aleksa Sarai <asarai@suse.com>
  - Add a patch to fix apparmor on SLE-12, reverting the upstream removal of
    version-specific templating for the default apparmor profile. bsc#1213500
    + 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
* Thu Sep 14 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 24.0.6-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/24.0/#2406>. bsc#1215323
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * cli-0001-docs-include-required-tools-in-source-tree.patch
  - Switch from disabledrun to manualrun in _service.
  - Add a docker.socket unit file, but with socket activation effectively
    disabled to ensure that Docker will always run even if you start the socket
    individually. Users should probably just ignore this unit file. bsc#1210141
* Tue Jul 25 2023 Dirk Müller <dmueller@suse.com>
  - Update to Docker 24.0.5-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/24.0/#2405>. bsc#1213229
* Fri Jul 07 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 24.0.4-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/24.0/#2404>. bsc#1213500
* Fri Jul 07 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 24.0.3-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/24.0/#2403>. bsc#1213120
  - Rebase patches:
    * cli-0001-docs-include-required-tools-in-source-tree.patch
* Thu Jun 29 2023 Danish Prakash <danish.prakash@suse.com>
  - Recommend docker-rootless-extras instead of Require(ing) it, given
    it's an additional functionality and not inherently required for
    docker to function.
* Tue Jun 20 2023 Danish Prakash <danish.prakash@suse.com>
  - Add docker-rootless-extras subpackage
    (https://docs.docker.com/engine/security/rootless)
* Wed Jun 14 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 24.0.2-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/24.0/#2402>. bsc#1212368
    * Includes the upstreamed fix for the mount table pollution issue.
      bsc#1210797
  - Add Recommends for docker-buildx, and add /usr/lib/docker/cli-plugins as
    being provided by this package.
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * cli-0001-docs-include-required-tools-in-source-tree.patch
* Sun May 21 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 23.0.6-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/23.0/#2306>. bsc#1211578
  - Rebase patches:
    * cli-0001-docs-include-required-tools-in-source-tree.patch
  - Re-unify packaging for SLE-12 and SLE-15.
  - Add patch to fix build on SLE-12 by switching back to libbtrfs-devel headers
    (the uapi headers in SLE-12 are too old).
    + 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
  - Re-numbered patches:
    - 0003-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    + 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch`
* Thu Apr 27 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 23.0.5-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/23.0/#2305>.
  - Rebase patches:
    * cli-0001-docs-include-required-tools-in-source-tree.patch
* Wed Apr 26 2023 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 23.0.4-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/23.0/#2304>. bsc#1208074
  - Fixes:
    * bsc#1214107 - CVE-2023-28840
    * bsc#1214108 - CVE-2023-28841
    * bsc#1214109 - CVE-2023-28842
  - 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
* Wed Feb 01 2023 Dirk Müller <dmueller@suse.com>
  - update to 20.10.23-ce.
    * see upstream changelog at https://docs.docker.com/engine/release-notes/#201023
  - drop kubic flavor as kubic is EOL. this removes:
    kubelet.env docker-kubic-service.conf 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
* Tue Dec 06 2022 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 20.10.21-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/#201021>. bsc#1206065
    bsc#1205375 CVE-2022-36109
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 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
  - The PRIVATE-REGISTRY patch will now output a warning if it is being used (in
    preparation for removing the feature). This feature was never meant to be
    used by users directly (and is only available in the -kubic/CaaSP version of
    the package anyway) and thus should not affect any users.
* Mon Oct 24 2022 Dan Čermák <dcermak@suse.com>
  - Fix wrong After: in docker.service, fixes bsc#1188447
* Thu Sep 29 2022 Aleksa Sarai <asarai@suse.com>
  - Add apparmor-parser as a Recommends to make sure that most users will end up
    with it installed even if they are primarily running SELinux.
* Thu Sep 29 2022 Fabian Vogt <fvogt@suse.com>
  - Fix syntax of boolean dependency
* Thu Jul 28 2022 Frederic Crozat <fcrozat@suse.com>
  - Allow to install container-selinux instead of apparmor-parser.
* Sun Jul 17 2022 Callum Farmer <gmbr3@opensuse.org>
  - Change to using systemd-sysusers
* Wed Jun 29 2022 Aleksa Sarai <asarai@suse.com>
  - Backport <https://github.com/containerd/fifo/pull/32> to fix a crash-on-start
    issue with dockerd. bsc#1200022
    + 0007-bsc1200022-fifo.Close-prevent-possible-panic-if-fifo.patch
* Tue Jun 07 2022 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 20.10.17-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/#201017>. bsc#1200145
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-bsc1183855-btrfs-Do-not-disable-quota-on-cleanup.patch
    * 0006-bsc1193930-vendor-update-golang.org-x-crypto.patch
* Fri Apr 29 2022 Aleksa Sarai <asarai@suse.com>
  - Add patch to update golang.org/x/crypto for CVE-2021-43565 and CVE-2022-27191.
    bsc#1193930 bsc#1197284
    * 0006-bsc1193930-vendor-update-golang.org-x-crypto.patch
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-bsc1183855-btrfs-Do-not-disable-quota-on-cleanup.patch
* Thu Apr 14 2022 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 20.10.14-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/#201014>. bsc#1197517
    CVE-2022-24769
* Mon Jan 17 2022 Aleksa Sarai <asarai@suse.com>
  - Update to Docker 20.10.12-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/#201012>.
  - Remove CHANGELOG.md. It hasn't been maintained since 2017, and all of the
    changelogs are currently only available online.

Files

/usr/lib/docker/cli-plugins/docker-buildx


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Oct 2 23:27:57 2025