Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 568 Bytes

AsgardBake.md

File metadata and controls

14 lines (8 loc) · 568 Bytes

Step 12 - Build and Bake Asgard

Very similiar to how we built the Base AMI, we're going to build one AMI to build another. In this case we're putting Asgard on top of the Base AMI.

cd ~/zerotocloud
./gradlew :asgard:bake -Pasgard.password=th0r

In the second line, the argument is optional and can be changed. If left out, it'll default to "th0r".

Troubleshooting

If bake fails, the buildDeb task has to be re-run. This is because Aminator moves the .deb to a different directory, so a second call will fail when it is unable to find the .deb file.