-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
320 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Docker CE Support Matrix | ||
|
||
| # | 20.10 | 19.03 | | ||
|--------|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------| | ||
| CentOS | 7<br/>8 (stream)<br/>9 (stream) | 7 | | ||
| Debian | Bullseye 11 (testing)<br/>Buster 10 (stable)<br/>Raspbian Bullseye 11 (testing)<br/>Raspbian Buster 10 (stable) | Buster 10<br/>Stretch 9 (stable) / Raspbian Stretch | | ||
| Fedora | 34<br/>35<br/>36 | 30<br/>31 | | ||
| Ubuntu | Ubuntu Jammy 22.04 (LTS)<br/>Ubuntu Impish 21.10<br/>Ubuntu Hirsute 21.04<br/>Ubuntu Focal 20.04 (LTS)<br/>Ubuntu Bionic 18.04 (LTS) | Ubuntu Focal 20.04 (LTS)<br/>Ubuntu Eoan 19.10<br/>Ubuntu Bionic 18.04 (LTS)<br/>Ubuntu Xenial 16.04 (LTS) | | ||
| RHEL | 7 on s390x (IBM Z)<br/>8 on s390x (IBM Z) | | | ||
| SLES | SLES 15-SP2 on s390x (IBM Z)<br/>SLES 15-SP3 on s390x (IBM Z) | | ||
| # | 23.0 | 20.10 | | ||
|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| CentOS | 7<br/>8 (stream)<br/>9 (stream) | 7<br/>8 (stream)<br/>9 (stream) | | ||
| Debian | Bookworm 12 (testing)<br/>Bullseye 11 (stable)<br/>Buster 10 (oldstable)<br/>Raspbian Bookworm 12 (testing)<br/>Raspbian Bullseye 11 (stable)<br/>Raspbian Buster 10 (oldstable) | Bullseye 11 (testing)<br/>Buster 10 (stable)<br/>Raspbian Bullseye 11 (testing)<br/>Raspbian Buster 10 (stable) | | ||
| Fedora | 36<br/>37<br/>38 | 34<br/>35<br/>36 | | ||
| Ubuntu | Ubuntu Lunar 23.04<br/>Ubuntu Kinetic 22.10<br/>Ubuntu Jammy 22.04 (LTS)<br/>Ubuntu Focal 20.04 (LTS)<br/>Ubuntu Bionic 18.04 (LTS) | Ubuntu Jammy 22.04 (LTS)<br/>Ubuntu Impish 21.10<br/>Ubuntu Hirsute 21.04<br/>Ubuntu Focal 20.04 (LTS)<br/>Ubuntu Bionic 18.04 (LTS) | | ||
| RHEL | 7 on s390x (IBM Z)<br/>8 on s390x (IBM Z)<br/>9 on s390x (IBM Z) | 7 on s390x (IBM Z)<br/>8 on s390x (IBM Z) | | ||
| SLES | SLES 15-SP3 on s390x (IBM Z)<br/>SLES 15-SP4 on s390x (IBM Z) | SLES 15-SP2 on s390x (IBM Z)<br/>SLES 15-SP3 on s390x (IBM Z) | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
- name: Configuration to avoid 'Device or resource busy' (CentOS/RedHat) | ||
ansible.builtin.include_tasks: bug-tweaks/bug-centos7-resource-busy.yml | ||
when: | ||
- _docker_os_dist == "CentOS" or _docker_os_dist == "RedHat" | ||
- ansible_kernel is version_compare('4', '<') | ||
|
||
- name: Best effort handling to directlvm for Debian 8 to get uniform behavior across distributions | ||
ansible.builtin.include_tasks: bug-tweaks/tweak-debian8-directlvm.yml | ||
when: | ||
- _docker_os_dist == "Debian" | ||
- _docker_os_dist_major_version | int == 8 | ||
- docker_daemon_config['storage-opts'] is defined | ||
- docker_daemon_config['storage-opts'] | select('match', '^dm.directlvm_device.+') | ||
ansible.builtin.include_tasks: bug-tweaks/bug-centos7-resource-busy.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.