Skip to content

Commit

Permalink
Include both build and build_impl for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyleung committed Aug 20, 2020
1 parent 1cd047f commit b28e7c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## images/node

See: [`pkg/build/nodeimage/build_impl.go`][pkg/build/nodeimage/build_impl.go], this
See: [`pkg/build/nodeimage/build.go`][pkg/build/nodeimage/build.go]
and [`pkg/build/nodeimage/build_impl.go`][pkg/build/nodeimage/build_impl.go], this
image is built programmatically with docker run / exec / commit for performance
reasons with large artifacts.

Expand All @@ -11,5 +12,6 @@ Roughly this image is [the base image](./../base), with the addition of:

See [`node-image`][node-image.md] for more design details.

[pkg/build/nodeimage/build.go]: ./../../pkg/build/nodeimage/build.go
[pkg/build/nodeimage/build_impl.go]: ./../../pkg/build/nodeimage/build_impl.go
[node-image.md]: https://kind.sigs.k8s.io/docs/design/node-image

0 comments on commit b28e7c5

Please sign in to comment.