From c4b7cf3f5b1f06e0268b6036ef2ab3a98a2faa57 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Tue, 3 Mar 2020 22:52:34 +0100 Subject: [PATCH 1/2] docs(install/linux/docker-ce/debian): Buster 10 = stable --- install/linux/docker-ce/debian.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index 51850273b5..267f8e0920 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -22,8 +22,8 @@ To get started with Docker Engine - Community on Debian, make sure you To install Docker Engine - Community, you need the 64-bit version of one of these Debian or Raspbian versions: -- Buster 10 -- Stretch 9 (stable) / Raspbian Stretch +- Buster 10 (stable) +- Stretch 9 / Raspbian Stretch Docker Engine - Community is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures. From 651ae2d507fac4fa5cad983cdbc0288158164965 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Tue, 3 Mar 2020 23:03:16 +0100 Subject: [PATCH 2/2] docs(install/linux/docker-ce/debian): s/gnupg2/gnupg-agent/ * This patch makes both Debian [1] and Ubuntu [2] install instructions identical (and still compatible with the supported versions). [1] https://docs.docker.com/install/linux/docker-ce/debian/ [2] https://docs.docker.com/install/linux/docker-ce/ubuntu/ * Moreover, the gnupg2 package [3] (unlike gnupg-agent [4]) is now marked as dummy transitional package in Debian Stretch 9: [3] https://packages.debian.org/stretch/gnupg2 (dummy transitional package) [4] https://packages.debian.org/stretch/gnupg-agent --- install/linux/docker-ce/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index 267f8e0920..e6b3d23694 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -87,7 +87,7 @@ from the repository. apt-transport-https \ ca-certificates \ curl \ - gnupg2 \ + gnupg-agent \ software-properties-common ```