docker : Removed Debian Jessie support

This commit is contained in:
Ludovic Poujol 2022-05-10 17:39:45 +02:00
parent 09872fa4ad
commit 1b4d4c98fe
4 changed files with 2 additions and 29 deletions

View File

@ -18,6 +18,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Removed
* docker : Removed Debian Jessie support
### Security
## [22.05] 2022-05-10

View File

@ -1,3 +0,0 @@
Package: python-docker
Pin: release a=jessie-backports
Pin-Priority: 999

View File

@ -1,23 +0,0 @@
---
- include_role:
name: evolix/apt
tasks_from: backports.yml
tags:
- packages
- name: Prefer python-docker package from jessie-backports
copy:
src: docker_preferences
dest: /etc/apt/preferences.d/999-docker
force: yes
mode: "0640"
register: docker_apt_preferences
tags:
- packages
- name: update apt
apt:
update_cache: yes
when: docker_apt_preferences is changed
tags:
- packages

View File

@ -24,9 +24,6 @@
update_cache: no
filename: docker.list
- include: jessie_backports.yml
when: ansible_distribution_release == 'jessie'
- name: Add Docker's official GPG key
copy:
src: docker-debian.asc