File tree 2 files changed +1
-17
lines changed
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ FROM google/cloud-sdk
19
19
MAINTAINER Evan Brown <
[email protected] >
20
20
21
21
RUN apt-get install -y curl
22
- RUN gcloud components update beta --quiet
23
22
COPY . /tmp/scalable-resilient-web-app-solution
24
23
RUN cp /tmp/scalable-resilient-web-app-solution/test/e2e.sh /tmp/scalable-resilient-web-app-solution/e2e.sh
25
24
WORKDIR /tmp/scalable-resilient-web-app-solution
Original file line number Diff line number Diff line change 13
13
"source_image" : " ubuntu-1404-trusty-v20151113" ,
14
14
"zone" : " us-central1-a" ,
15
15
"image_name" : " redmine-{{timestamp}}-{{user `git_branch`}}-{{user `git_commit`}}"
16
- },
17
- {
18
- "type" : " docker" ,
19
- "image" : " ubuntu:14.04" ,
20
- "commit" : " true"
21
16
}
22
17
],
23
18
"provisioners" : [
32
27
" recipe[rails-sample::app]"
33
28
]
34
29
}
35
- ],
36
- "post-processors" : [
37
- [
38
- {
39
- "type" : " docker-tag" ,
40
- "repository" : " gcr.io/{{user `project_id`}}/redmine" ,
41
- "tag" : " {{user `git_branch`}}-{{user `git_commit`}}" ,
42
- "only" : [" docker" ]
43
- }
44
- ]
45
- ]
30
+ ]
46
31
}
You can’t perform that action at this time.
0 commit comments