Skip to content

Commit

Permalink
Suggest Docker cache cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: Hannu Lyytinen <[email protected]>
  • Loading branch information
hlyytine committed Jul 13, 2023
1 parent 923b455 commit 634151a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,22 @@ host% <b>repo sync</b>
</pre>

## Build docker images

Prune the Docker caches before proceeding with building the image:

<pre>
host% <b>docker image prune -a</b>
host% <b>docker builder prune -a</b>
</pre>

Build the image:

<pre>
host% <b>make docker</b>
</pre>

## Prepopulate build cache

<pre>
host% <b>make build_cache</b>
</pre>
Expand Down

0 comments on commit 634151a

Please sign in to comment.