Skip to content

Commit

Permalink
feat: custom image builds with distrobuilder (#15)
Browse files Browse the repository at this point in the history
Add `blincus custom-image` commands to specify and build custom Incus
images.
  • Loading branch information
bketelsen committed Dec 29, 2023
1 parent 25c985b commit 9eb2f3b
Show file tree
Hide file tree
Showing 30 changed files with 2,479 additions and 33 deletions.
9 changes: 8 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ install: generate

build: generate
docker build -t bketelsen/blincus:latest .
docker push bketelsen/blincus:latest
docker push bketelsen/blincus:latest

docs: generate
distrobox enter universal

uninstall:
./uninstall

Loading

0 comments on commit 9eb2f3b

Please sign in to comment.