mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-19 13:32:38 +00:00
Add Fedora 32 to CI; drop Fedora 30 which is soon EOL (#327)
* Add Fedora 32 to CI; drop Fedora 30 which is soon EOL. * Docker only supports Fedora up to 31; fortunately the 31 package seems to work for 32 too. * Also skip for Fedora 32, as it apparently has a similar problem to Fedora 31. ci_complete
This commit is contained in:
parent
6a179835ed
commit
837b1adfe7
@ -4,7 +4,7 @@
|
|||||||
file: docker-ce
|
file: docker-ce
|
||||||
name: docker-ce-stable
|
name: docker-ce-stable
|
||||||
description: Docker CE Stable - $basearch
|
description: Docker CE Stable - $basearch
|
||||||
baseurl: https://download.docker.com/linux/fedora/$releasever/$basearch/stable
|
baseurl: https://download.docker.com/linux/fedora/{{ 31 if ansible_facts.distribution_major_version|int > 31 else '$releasever' }}/$basearch/stable
|
||||||
enabled: yes
|
enabled: yes
|
||||||
gpgcheck: yes
|
gpgcheck: yes
|
||||||
gpgkey: https://download.docker.com/linux/fedora/gpg
|
gpgkey: https://download.docker.com/linux/fedora/gpg
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user