File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "AWSEBDockerrunVersion": "1",
3
+ "Authentication": {
4
+ "Bucket": "@AWSS3AUTHBUCKET@",
5
+ "Key": "services/common/dockercfg"
6
+ },
7
+ "Image": {
8
+ "Name": "appiriodevops/@IMAGE@",
9
+ "Update": "true"
10
+ },
11
+ "Ports": [],
12
+ "Volumes": [],
13
+ "Logging": ""
14
+ }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ APP_IMAGE_NAME=""
45
45
DOCKERRUN=" Dockerrun.aws.json"
46
46
# EBS_EB_EXTENSTION_LOCATION=""
47
47
IMG_WITH_EBS_TAG=" "
48
- EBS_TEMPLATE_SKELETON_FILE=" ebs_base_template_v1 .json.template"
48
+ EBS_TEMPLATE_SKELETON_FILE=" ebs_base_template_v2 .json.template"
49
49
EBS_APPLICATION_NAME=" "
50
50
EBS_APPVER=" "
51
51
EBS_TAG=" "
@@ -429,6 +429,9 @@ track_error $? "docker push failed."
429
429
}
430
430
431
431
creating_updating_ebs_docker_json () {
432
+ echo " updating auth bucket name"
433
+ sed -i.bak -e " s/@AWSS3AUTHBUCKET@/appirio-platform-$ENV_CONFIG /g" $EBS_TEMPLATE_SKELETON_FILE
434
+ rm ${EBS_TEMPLATE_SKELETON_FILE} .bak
432
435
433
436
if [ -z " $EBS_EB_EXTENSTION_LOCATION " ];
434
437
then
You can’t perform that action at this time.
0 commit comments