From 8dd51947cf925483283733fb3f44f9bd3056ed3e Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Wed, 14 Jan 2026 00:16:05 -0800 Subject: [PATCH] dhi: add customization working directory (#23973) ## Description Added new working directory override option to image customization. ## Related issues or tickets https://docker.slack.com/archives/C04M34MRQS1/p1768231979495499 ## Reviews - [ ] Editorial review Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/customize.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/dhi/how-to/customize.md b/content/manuals/dhi/how-to/customize.md index 2ff7f849db..186d8983ee 100644 --- a/content/manuals/dhi/how-to/customize.md +++ b/content/manuals/dhi/how-to/customize.md @@ -110,6 +110,8 @@ To customize a Docker Hardened Image, follow these steps: image. These arguments are appended to the base image's entrypoint. 1. Add [`CMD`](/reference/dockerfile/#cmd) arguments to the image. These arguments are appended to the base image's command. + 1. Override the default (`/`) [working + directory](/reference/dockerfile/#workdir) for the image. 1. Specify a suffix for the customization name that is appended to the customized image's tag. For example, if you specify `custom` when customizing the `dhi-python:3.13` image, the customized image will be