dhi: update customization#24500
Merged
craig-osterhout merged 1 commit intodocker:mainfrom Mar 24, 2026
Merged
Conversation
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This PR simplifies the UI wording in the Docker Hardened Images customization guide. The change removes the distribution-specific distinction (Alpine vs Debian) and consistently uses "Packages" for the drop-down label, which matches the actual UI.
Changes reviewed:
- ✅ Simplified instruction text for better clarity
- ✅ Proper UI element formatting with bold (
**Packages**) - ✅ Consistent with style guide (uses "select" not "click")
- ✅ No markdown formatting issues
No issues found. The documentation accurately reflects the UI and follows the style guide.
dvdksn
approved these changes
Mar 24, 2026
1 task
craig-osterhout
added a commit
that referenced
this pull request
Mar 24, 2026
<!--Delete sections as needed --> ## Description Follow up to #24500. I incorrectly interpreted and tested only the distros and not the distro versions. The UI wording is dynamic based on distro *and* version. I removed the UI wording instead of updating as it makes the simple step more complex than necessary by having to explain an insignificant UI quirk. Added the explanation to the paragraph below the main step text. Debian UI wording is **Packages** Alpine 3.22 UI wording is **Packages** Alpine 3.23 UI wording is **Hardened Packages** ## Related issues or tickets ENGDOCS-3218 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
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.
Description
The UI wording is always Packages.
Related issues or tickets
ENGDOCS-3218
Reviews