docs: clarify SLES s390x scope in engine install platform table#24863
Merged
dvdksn merged 2 commits intodocker:mainfrom Apr 24, 2026
Merged
docs: clarify SLES s390x scope in engine install platform table#24863dvdksn merged 2 commits intodocker:mainfrom
dvdksn merged 2 commits intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dvdksn
reviewed
Apr 23, 2026
| | [Raspberry Pi OS (32-bit)](raspberry-pi-os.md) | | | ⚠️ | | | | ||
| | [RHEL](rhel.md) | ✅ | ✅ | | | ✅ | | ||
| | [SLES](sles.md) | | | | | ❌ | | ||
| | [SLES (s390x)](sles.md) | | | | | ❌ | |
Contributor
There was a problem hiding this comment.
I reckon we can probably remove this table row and the sles page altogether - it's been a long time since these packages were built.
thaJeztah
reviewed
Apr 23, 2026
Comment on lines
32
to
+48
| - /enterprise/supported-platforms/ | ||
| - /install/linux/docker-ee/oracle/ | ||
| - /ee/docker-ee/sles/ | ||
| - /ee/docker-ee/suse/ | ||
| - /engine/installation/linux/docker-ce/sles/ | ||
| - /engine/installation/linux/docker-ee/sles/ | ||
| - /engine/installation/linux/docker-ee/suse/ | ||
| - /engine/installation/linux/sles/ | ||
| - /engine/installation/linux/SUSE/ | ||
| - /engine/installation/linux/suse/ | ||
| - /engine/installation/sles/ | ||
| - /engine/installation/SUSE/ | ||
| - /install/linux/docker-ce/sles/ | ||
| - /install/linux/docker-ee/sles/ | ||
| - /install/linux/docker-ee/suse/ | ||
| - /install/linux/sles/ | ||
| - /installation/sles/ |
Member
There was a problem hiding this comment.
minor nit; could you sort the whole list of aliases? It makes it easier to spot duplicates and/or missing ones.
dvdksn
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The platform table on
engine/install/_index.mdlistedSLESwith an ❌ in the s390x column, which reads as if SLES is unsupported in general. The linkedsles.mdis actually scoped to SLES on s390x (the page's ownlinkTitleis alreadySLES (s390x)).Align the table label with the page's
linkTitleso the architecture-specific scope is visible without clicking through.Fixes #24862