0

Note to Moderators: As this is not a programming question, please delete if it is considered as an inappropriate question for stackoverflow.

I am unable to figure out what are the supported RHEL versions for Docker EE 2.0.

This article (Compatibility matrix) RHEL versions that are supported states that RHEL versions 7.3-7.5 are supported.

However the article - Docker EE end to end Install states the following:

Also, make sure the hosts are running one of these operating systems:

  • A maintained version of CentOS 7. Archived versions aren’t supported or tested.
  • Red Hat Enterprise Linux 7.0, 7.1, 7.2, or 7.3 -Ubuntu 14.04 LTS or 16.04 LTS
  • SUSE Linux Enterprise 12
  • Oracle Linux 7.3

They don't seem to be consistent with each other.

Manglu
  • 10,744
  • 12
  • 44
  • 57

2 Answers2

1

Sources for the Deploy Enterprise Edition on Linux servers page are here:

The required base versions were lasted updated in this commit:

commit ed842d659d6f903679e5804a7a45e0d79a26b03a
Author: Joao Fernandes <joao.fernandes@docker.com>
Date:   Tue Jan 10 16:27:51 2017 -0800

Adds docs for CSE 1.13-rc1

At this time, Red Hat Enterprise Linux 7.4 and later versions had not been released yet (7.3 was still current—7.4 went out of the door on August 1st, 2017). So it seems that the versions in that document simply have not been maintained over time.

Someone has already filed an issue about exactly this issue:

Florian Weimer
  • 32,022
  • 3
  • 48
  • 92
  • Florian, can you respond to this question on ServerFault at https://serverfault.com/questions/923565/docker-ee-2-0-supported-oses. Once done I will delete this question here on StackOverflow. Thanks – Manglu Jul 26 '18 at 00:44
0

Created a PR to fix this here: https://github.com/docker/docker.github.io/pull/7069

Eli
  • 9
  • 3
  • The question should be closed. Your answer is more appropriate as a comment, not an answer. – Dan Sp. Jul 20 '18 at 17:44
  • I couldn't add a comment to the original question so I made it an answer. https://imgur.com/jfg7r4p – Eli Jul 24 '18 at 21:03