From fb78a720f619df5be49857fa5769ace013165451 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 28 Jan 2022 17:42:18 +0100 Subject: [PATCH] Publish Linux and Windows boxes Due to https://github.com/mitchellh/vagrant-aws/issues/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. --- minicoin/boxes/tqtc/linux-aws.json | 16 ++++++++++++++++ minicoin/boxes/tqtc/windows-aws.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 minicoin/boxes/tqtc/linux-aws.json create mode 100644 minicoin/boxes/tqtc/windows-aws.json diff --git a/minicoin/boxes/tqtc/linux-aws.json b/minicoin/boxes/tqtc/linux-aws.json new file mode 100644 index 00000000..a42e21a4 --- /dev/null +++ b/minicoin/boxes/tqtc/linux-aws.json @@ -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" + } + ] + } + ] +} diff --git a/minicoin/boxes/tqtc/windows-aws.json b/minicoin/boxes/tqtc/windows-aws.json new file mode 100644 index 00000000..21f9d52f --- /dev/null +++ b/minicoin/boxes/tqtc/windows-aws.json @@ -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" + } + ] + } + ] +}