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

docker-stable-buildx-0.19.3-6.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: docker-stable-buildx Distribution: openSUSE Tumbleweed
Version: 0.19.3 Vendor: openSUSE
Release: 6.1 Build date: Wed Dec 18 06:53:11 2024
Group: System/Management Build host: reproducible
Size: 60434496 Source RPM: docker-stable-24.0.9_ce-6.1.src.rpm
Packager: https://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

* Wed Dec 18 2024 Aleksa Sarai <[email protected]>
  - 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. 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - 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 <[email protected]>
  - Backport patch for CVE-2024-41110. bsc#1228324
    + 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch
* Sun Jun 16 2024 Aleksa Sarai <[email protected]>
  - Initial docker-stable release, forked from Docker 24.0.6-ce release
    (packaged on 2023-10-11).
  - 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

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jan 6 00:14:33 2025