Skip to content

Commit

Permalink
Add note on embedded images being optional:
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Aug 21, 2024
1 parent 69d8897 commit 24b74a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ The `gha-matrix` CLI command prepares a set of JSON outputs for GitHub Actions m

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):

> Note: This is optional and no container images will be embedded by default.
1. Create a file named `images.txt` in the [images/hook-embedded/](images/hook-embedded/) directory.
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.
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.
Expand Down

0 comments on commit 24b74a0

Please sign in to comment.