docs(hck-cli): document image variants, preflight, and arbitrary UID (HCK-17257) - #34
Open
bigorn0 wants to merge 1 commit into
Open
docs(hck-cli): document image variants, preflight, and arbitrary UID (HCK-17257)#34bigorn0 wants to merge 1 commit into
bigorn0 wants to merge 1 commit into
Conversation
…(HCK-17257) Distinguish Ubuntu 26.04 LTS (8.12.8) from the -hardened DHI tag, document startup preflight, and require group 0 (group_add / fsGroup) for a random UID. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
8.12.8) vs-hardened(Docker Hardened Debian), startup preflight, and arbitrary UID / group 0compose.hardened.ymlkeepsgroup_add: ["0"]so overridinguser:still matches OpenShiftrestricted-v2hackolade/hck-cli:8.12.8-hardenedfrom the runtime profilecompose.hardened.ymlTest plan
image-variants.mdcompose.hardened.ymldocuments Ubuntu 26.04 LTS vs DHI andgroup_add: ["0"]docker compose -f Studio/compose.hardened.yml run --rm --user 31337:31337 hck-clistill writes/databecause ofgroup_addCompanion: studio #6154 · hck-cli #42 · HCK-17257