Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12 from docker/AMIname
add descriptive name with build number to the AMI
pcaskey committed Feb 10, 2017
2 parents 97eb875 + e9293ed commit 98c6042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shibboleth-appliance.json
@@ -11,7 +11,8 @@
"ssh_password": "centos",
"region": "us-west-1",
"timestamper": "{{timestamp}}",
"outputfile_name": "shibboleth-appliance-centos7"
"outputfile_name": "shibboleth-appliance-centos7",
"build_number": "{{env `BUILD_NUMBER`}}"
},
"provisioners": [
{
@@ -70,6 +71,7 @@
"access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_key`}}",
"region": "{{user `region`}}",
"ami_name": "TIER-Shibb Build: {{user `build_number`}}",
"s3_bucket_name": "internet2-tier-ami-import-us-west-1",
"tags": {
"Description": "packer amazon-import-shibboleth-appliance {{user `timestamper`}}"

0 comments on commit 98c6042

Please sign in to comment.