Skip to content

Commit

Permalink
Publish Linux and Windows boxes
Browse files Browse the repository at this point in the history
Due to mitchellh/vagrant-aws#538 they won't be
downloaded automatically unless the minicoin.yml specifies an AMI, which
then needs to be the correct AMI.

So unfortunately the boxes are not quite as useful as they could be to
get started.
  • Loading branch information
vohi committed Jan 28, 2022
1 parent a89c4b1 commit fb78a72
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions minicoin/boxes/tqtc/linux-aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "tqtc/linux-aws",
"description": "AWS linux box provisioned for use with minicoin",
"versions": [
{
"version": "0.0.1",
"status": "active",
"providers": [
{
"name": "aws",
"url": "file:///tmp/aws/linux-aws-0.0.1.box"
}
]
}
]
}
16 changes: 16 additions & 0 deletions minicoin/boxes/tqtc/windows-aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "tqtc/windows-aws",
"description": "AWS Windows box provisioned for use with minicoin",
"versions": [
{
"version": "0.0.1",
"status": "active",
"providers": [
{
"name": "aws",
"url": "file:///tmp/aws/windows-aws-0.0.1.box"
}
]
}
]
}

0 comments on commit fb78a72

Please sign in to comment.