Skip to content

Commit

Permalink
Clarify which COPY and RUN commands are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhoefler committed May 31, 2021
1 parent 87f4762 commit 4f9b259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ It creates a visual graph representation of the build process. The graph contain
The edges of the graph represent:

- _FROM_ dependencies with a full arrow head
- _COPY_ dependencies with an empty arrow head
- _RUN --mount=type=cache_ dependencies with an empty diamond arrow head
- _COPY --from=..._ dependencies with an empty arrow head
- _RUN --mount=type=cache,from=..._ dependencies with an empty diamond arrow head

## Example Output

Expand Down

0 comments on commit 4f9b259

Please sign in to comment.