502 Commits

Author SHA256 Message Date
69630be04c Accepting request 1281542 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1281542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=163
2025-06-02 19:59:08 +00:00
37241ca5cc - Update to Docker 28.2.2-ce. See upstream changelog online at
<https://github.com/moby/moby/releases/tag/v28.2.2>
- 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=433
2025-05-30 17:59:48 +00:00
3f2382a8b2 - Update to Docker 28.2.1-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/28/#2820> bsc#1243833
- 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
- Update to docker-buildx v0.24.0. Upstream changelog:
  <https://github.com/docker/buildx/releases/tag/v0.24.0>

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=432
2025-05-30 09:46:29 +00:00
8371f55e1e Accepting request 1273868 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1273868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=162
2025-05-02 12:56:14 +00:00
ba29e28bc2 - Update to Docker 28.1.1-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/28/#2811> bsc#1242114
  Includes upstream fixes:
   - CVE-2025-22872 bsc#1241830
- Remove long-outdated build handling for deprecated and unsupported
  devicemapper and AUFS storage drivers. AUFS was removed in v24, and
  devicemapper was removed in v25.
  <https://docs.docker.com/engine/deprecated/#aufs-storage-driver>
- 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
- Remove upstreamed patches:
 - 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
 - 0007-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
 - cli-0001-docs-include-required-tools-in-source-tree.patch
- Update to docker-buildx v0.23.0. Upstream changelog:
  <https://github.com/docker/buildx/releases/tag/v0.23.0>

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=431
2025-05-01 17:17:53 +00:00
d1bd3c357c Accepting request 1268264 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1268264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=161
2025-04-11 14:45:32 +00:00
212e67e0d3 - 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
- 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?expand=0&rev=430
2025-04-10 03:37:01 +00:00
cffd8cbd08 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=429
2025-03-26 02:43:19 +00:00
836cda6985 - Add backport for golang.org/x/oauth2 CVE-2025-22868 fix. bsc#1239185
+ 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
- Add backport for golang.org/x/crypto CVE-2025-22869 fix. bsc#1239322
  + 0007-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
- Add backport for golang.org/x/oauth2 CVE-2025-22868 fix. bsc#1239185
  + 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
- Add backport for golang.org/x/crypto CVE-2025-22869 fix. bsc#1239322
  + 0007-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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=428
2025-03-25 04:21:54 +00:00
2d61de33db Accepting request 1254953 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1254953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=160
2025-03-21 19:21:51 +00:00
2ca7ac0f0f - Make container-selinux requirement conditional on selinux-policy
(bsc#1237367)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=427
2025-03-21 09:06:19 +00:00
efef872286 Accepting request 1246830 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1246830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=159
2025-02-20 15:27:07 +00:00
f02cd51b7d Accepting request 1246829 from home:cyphar:docker
- Update to Docker 27.5.1-ce. See upstream changelog online at
  <https://docs.docker.com/engine/release-notes/27/#2741> bsc#1237335
- 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
- Update to docker-buildx 0.20.1. See upstream changelog online at
  <https://github.com/docker/buildx/releases/tag/v0.20.1>

OBS-URL: https://build.opensuse.org/request/show/1246829
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=426
2025-02-19 04:52:58 +00:00
93f33fbbcb Accepting request 1231895 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1231895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=158
2024-12-18 19:09:12 +00:00
22827cbc1b - Update to Docker 27.4.1-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/27/#2741>
- 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=425
2024-12-18 13:03:50 +00:00
d69d01a8db Add bsc#1234089 CVE-2024-29018 reference.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=424
2024-12-18 06:26:28 +00:00
ae8b5fe738 - Update to docker-buildx 0.19.3. See upstream changelog online at
<https://github.com/docker/buildx/releases/tag/v0.19.3>

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=423
2024-12-17 13:26:18 +00:00
f9cd741afc - Update to Docker 27.4.0-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/27/#274>
- 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
- Remove upstreamed patches:
  - 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
  - 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=422
2024-12-16 07:04:37 +00:00
598ab51442 Accepting request 1230151 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1230151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=157
2024-12-13 21:32:49 +00:00
bdc26590fb Accepting request 1230148 from home:cyphar:docker
Remove DOCKER_SUSE_SECRETS_ENABLE changelog entry.

OBS-URL: https://build.opensuse.org/request/show/1230148
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=421
2024-12-11 15:36:12 +00:00
9a4f7f6039 Accepting request 1230066 from home:cyphar:docker
- 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.

- 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

- 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.

OBS-URL: https://build.opensuse.org/request/show/1230066
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=420
2024-12-11 10:51:14 +00:00
2ddb1de5c3 Accepting request 1228305 from Virtualization:containers
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1228305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=156
2024-12-05 16:05:19 +00:00
a78dff7569 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=419
2024-11-27 12:52:26 +00:00
09f45a6980 Accepting request 1224334 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1224334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=155
2024-11-15 14:38:04 +00:00
fb27775c7c Add bsc#1232999 reference.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=418
2024-11-15 01:07:11 +00:00
e3eecc4a34 Format specfile.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=417
2024-11-15 00:48:16 +00:00
6a719b3954 - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=416
2024-11-15 00:13:38 +00:00
2b22e66486 Accepting request 1219984 from Virtualization:containers
Revert https://build.opensuse.org/requests/1219449. This code was not meant to
be committed to Virtualization:containers, it was committed to the devel
project by accident.

OBS-URL: https://build.opensuse.org/request/show/1219984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=154
2024-11-01 20:47:08 +00:00
91c73e108b osc copypac from project:Virtualization:containers package:docker revision:413, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=415
2024-11-01 00:04:14 +00:00
c30a8d1a08 Accepting request 1219449 from Virtualization:containers
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=153
2024-10-31 15:09:11 +00:00
6246803744 - fix build for SLE12+
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=414
2024-10-22 13:49:02 +00:00
bd70f4dc19 Accepting request 1208742 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1208742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=152
2024-10-20 08:13:04 +00:00
245fad9603 - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=413
2024-10-18 00:34:51 +00:00
c4b3c605db Accepting request 1208252 from Virtualization:containers
- Import docker-buildx v0.17.1 as a subpackage. Previously this was a separate
  package, but with docker-stable it will be necessary to maintain the packages
  together and it makes more sense to have them live in the same OBS package.
  bsc#1230333
- Make some minor name macro updates to help with the docker-stable package
  fork.
- Allow users to disable SUSE secrets support by setting
  DOCKER_SUSE_SECRETS_ENABLE=0 in /etc/sysconfig/docker. bsc#1231348

OBS-URL: https://build.opensuse.org/request/show/1208252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=151
2024-10-16 21:36:50 +00:00
590d71b04d - 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>

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=412
2024-10-16 05:42:35 +00:00
81aaf8950a - Allow users to disable SUSE secrets support by setting
DOCKER_SUSE_SECRETS_ENABLE=0 in /etc/sysconfig/docker. bsc#1231348
- Mark docker-buildx as required since classic "docker build" has been
  deprecated since Docker 23.0. bsc#1230331
- Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate
  package, but with docker-stable it will be necessary to maintain the packages
  together and it makes more sense to have them live in the same OBS package.
  bsc#1230333
- Make some minor name macro updates to help with the docker-stable package
  fork.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=411
2024-10-15 05:59:40 +00:00
da5612206c Accepting request 1201947 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1201947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=150
2024-09-30 13:34:54 +00:00
84b4bc3b21 fix
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=410
2024-09-19 07:05:47 +00:00
d6005dc22f - Add %{_sysconfdir}/audit/rules.d to filelist
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=409
2024-09-18 15:50:40 +00:00
069b069692 Accepting request 1199307 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1199307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=149
2024-09-10 19:13:23 +00:00
4e5c898b67 Add bsc#1230294 reference.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=408
2024-09-07 04:01:38 +00:00
903c5fa2d7 Accepting request 1199007 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1199007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=148
2024-09-06 15:18:09 +00:00
bab2de8fff Add CVE references.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=407
2024-09-05 14:28:46 +00:00
3480afa22e Accepting request 1190568 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1190568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=147
2024-08-01 20:03:42 +00:00
2b14743f6e Accepting request 1190567 from home:cyphar:docker
- Update to Docker 26.1.5-ce. See upstream changelog online at
  <https://docs.docker.com/engine/release-notes/26.1/#2615>
- This update includes a fix for CVE-2024-41110. bsc#1228324
- 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
  * 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
  * 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch
  * cli-0001-docs-include-required-tools-in-source-tree.patch

OBS-URL: https://build.opensuse.org/request/show/1190567
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=406
2024-07-31 05:49:49 +00:00
5a65005d4a Accepting request 1182989 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1182989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=146
2024-06-24 18:50:54 +00:00
c4e850f70c Accepting request 1182985 from home:cyphar:docker
- 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
2024-06-24 09:33:37 +00:00
78fb6443aa Accepting request 1170269 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1170269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=145
2024-04-26 21:26:43 +00:00
06460be95f Accepting request 1170268 from home:cyphar:docker
Sync docker.changes with SLE.

OBS-URL: https://build.opensuse.org/request/show/1170268
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=404
2024-04-26 09:49:08 +00:00
b3cb6fc020 Accepting request 1170079 from home:cyphar:docker
- Update to Docker 26.1.0-ce. See upstream changelog online at
  <https://docs.docker.com/engine/release-notes/26.1/#2610>
- 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

OBS-URL: https://build.opensuse.org/request/show/1170079
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=403
2024-04-24 21:20:41 +00:00