Skip to content

Commit 9318be6

Browse files
Add note on embedded images being optional:
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 9fc15e8 commit 9318be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ The `gha-matrix` CLI command prepares a set of JSON outputs for GitHub Actions m
164164

165165
For use cases where having container images already available in Docker is needed, the following steps can be taken to embed container images into hook-docker (DinD):
166166

167+
> Note: This is optional and no container images will be embedded by default.
168+
167169
1. Create a file named `images.txt` in the [images/hook-embedded/](images/hook-embedded/) directory.
168170
1. Populate this `images.txt` file with the list of images to be embedded. See [images/hook-embedded/images.txt.example](images/hook-embedded/images.txt.example) for details on the required file format.
169171
1. Change directories to [images/hook-embedded/](images/hook-embedded/) and run the [pull-images.sh](images/hook-embedded/pull-images.sh) script. Read the comments at the top of the script for more details.

0 commit comments

Comments
 (0)