From 9681e14e986f6ddf104fde2fba3fd1f48974c52e Mon Sep 17 00:00:00 2001 From: Nik Zeyn Date: Wed, 7 Sep 2022 12:50:19 +1000 Subject: [PATCH] Update supported Ubuntu versions Update the Ubuntu versions that this module supports. Currently, it mentions that it supports Ubuntu 14.04 and Ubuntu 16.04. It seems like they are no longer supported. According to puppetlabs-docker/metadata.json file, the supported versions are: 18.04, 20.04 and 22.04. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc595d2d..c75462fa 100644 --- a/README.md +++ b/README.md @@ -1016,9 +1016,9 @@ This module supports: * Debian 9.0 * Debian 10 * RedHat 7.0 - limited support available -* Ubuntu 14.04 -* Ubuntu 16.04 * Ubuntu 18.04 +* Ubuntu 20.04 +* Ubuntu 22.04 * Windows Server 2016 (Docker Enterprise Edition only) On RedHat 7 the default docker package installs docker server version 1.13.1. The default docker.service uses the docker-storage-service in this version and creates /etc/sysconfig/docker-storage based on the container-storage-setup configuration and /etc/sysconfig/docker-storage-setup file. As the puppetlabs-docker module manages both the docker-storage and docker-storage-setup files it causes a conflict with the container-storage-setup forcing a docker service restart, therefore a workaround was included in the service manifest that disables the service restart on storage configuration changes for this version of docker on RedHat 7. As a side effect of these changes, storage configuration changes with this docker version on RedHat 7 are not picked up by default by the docker.service.