-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(Makefile): optimise spin-up/tear-down flow (#356)
Because - `make down` won't go smoothly from a `make all` instance due to missing `release` compose images - the current 3rd-party `uuidgen` image doesn't support arm64 This commit - replace the Ubuntu image with Apline to save ~300MB for the compose image - add related `release` compose images in `make down` - add `make down` step in `make-all/latest` GA workflow to validate the complete flow - move `uuidgen` into compose image so we don't need to use an external image - make `~/.config/instill` folder logic and env variable `SYSTEM_CONFIG_PATH` in only the base project
- Loading branch information
Showing
6 changed files
with
121 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.