mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Simplify the description, make the AMI name have the year and the fact it is ebs.
This commit is contained in:
parent
e17bc7ec73
commit
d9dacc5d41
3 changed files with 6 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
|||
"workspace": "/target"
|
||||
},
|
||||
"image": {
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%Y}-{%m}-{%d}-ebs",
|
||||
"description": "Debian {release} {architecture}"
|
||||
},
|
||||
"system": {
|
||||
"release": "wheezy",
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"workspace": "/target"
|
||||
},
|
||||
"image": {
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%Y}-{%m}-{%d}-ebs",
|
||||
"description": "Debian {release} {architecture}"
|
||||
},
|
||||
"system": {
|
||||
"release": "wheezy",
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"workspace": "/target"
|
||||
},
|
||||
"image": {
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%Y}-{%m}-{%d}-ebs",
|
||||
"description": "Debian {release} {architecture}"
|
||||
},
|
||||
"system": {
|
||||
"release": "wheezy",
|
||||
|
|
Loading…
Add table
Reference in a new issue