Skip to content

Commit

Permalink
chore: add generated dependency diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira committed Oct 11, 2019
1 parent 44ea13d commit 1f1835f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -91,3 +91,7 @@ $(TARGETS): buildkitd gitmeta
--opt target=$@ \
--output type=image,name=docker.io/autonomy/$@:$(TAG)$(PUSH_ARGS) \
$(COMMON_ARGS)

.PHONY: deps.png
deps.png:
bldr graph | dot -Tpng > deps.png
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# pkgs

![Dependency Diagram](/deps.png)

This repository produces a set of packages that can be used to build a rootfs suitable for creating custom Linux distributions.
The packages are published as a container image, and can be "installed" by simply copying the contents to your rootfs.
For example, using Docker, we can do the following:
Expand Down
Binary file added deps.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f1835f

Please sign in to comment.