-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Marko Paulic <[email protected]>
- Loading branch information
Showing
6 changed files
with
58 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# packer | ||
|
||
This directory contains 2 repositories: | ||
|
||
- image-factory-vm | ||
- user-packer | ||
|
||
Both directories are used to build VM images with Packer and store them in Azure Shared Image Gallery however there is difference in when one is used: | ||
|
||
## image-factory-vm | ||
|
||
This directory contains Packer scripts to build Image Factory VM which will host GitHub Actions runner. | ||
|
||
Produced VM image version is then used by Terraform module during deployment: | ||
|
||
- runner | ||
|
||
To trigger image rebuild following GitHub Actions Workflow needs to be executed: | ||
|
||
- Build Image Factory VM | ||
|
||
## user-packer | ||
|
||
This directory contains Packer scripts to build user VM images produced by Image Factory. | ||
These scripts are used whenever user calls reusable workflow: "Reusable workflow - build packer VM" |
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 was deleted.
Oops, something went wrong.