File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Images::
104104Support the `restricted-v2` SecurityContextConstraint (SCC) in OpenShift.
105105Stackable currently defaults to the `nonroot-v2` SCC but we plan on migrating to the `restricted-v2` SCC in the future.
106106
107- * Our Docker images now exclusively make use of numeric user IDs in `USER` statements allowing the use of `securityContext.runAsNonRoot`
107+ * Our Docker images now exclusively make use of numeric user IDs in `USER` statements allowing the use of `securityContext.runAsNonRoot`.
108108* The group id of all files relevant to our products is now set to `0`.
109109 This allows the images to be run with an arbitrary user as every container user will always belong to the root group (`0`).
110110 This is required on OpenShift when migrating to the `restricted-v2` SCC.
You can’t perform that action at this time.
0 commit comments