@@ -37,58 +37,66 @@ resources:
37
37
- name : api-manager-image
38
38
type : docker-image
39
39
source :
40
- email : ((docker-hub -email))
41
- username : ((docker-hub -username))
42
- password : ((docker-hub -password))
43
- repository : ((docker-hub -org))/dispatch-api-manager
40
+ email : ((artifactory -email))
41
+ username : ((artifactory -username))
42
+ password : ((artifactory -password))
43
+ repository : ((artifactory -org))/dispatch-api-manager
44
44
45
45
- name : event-driver-image
46
46
type : docker-image
47
47
source :
48
- email : ((docker-hub -email))
49
- username : ((docker-hub -username))
50
- password : ((docker-hub -password))
51
- repository : ((docker-hub -org))/dispatch-event-driver
48
+ email : ((artifactory -email))
49
+ username : ((artifactory -username))
50
+ password : ((artifactory -password))
51
+ repository : ((artifactory -org))/dispatch-event-driver
52
52
53
53
- name : event-manager-image
54
54
type : docker-image
55
55
source :
56
- email : ((docker-hub -email))
57
- username : ((docker-hub -username))
58
- password : ((docker-hub -password))
59
- repository : ((docker-hub -org))/dispatch-event-manager
56
+ email : ((artifactory -email))
57
+ username : ((artifactory -username))
58
+ password : ((artifactory -password))
59
+ repository : ((artifactory -org))/dispatch-event-manager
60
60
61
61
- name : function-manager-image
62
62
type : docker-image
63
63
source :
64
- email : ((docker-hub -email))
65
- username : ((docker-hub -username))
66
- password : ((docker-hub -password))
67
- repository : ((docker-hub -org))/dispatch-function-manager
64
+ email : ((artifactory -email))
65
+ username : ((artifactory -username))
66
+ password : ((artifactory -password))
67
+ repository : ((artifactory -org))/dispatch-function-manager
68
68
69
69
- name : identity-manager-image
70
70
type : docker-image
71
71
source :
72
- email : ((docker-hub -email))
73
- username : ((docker-hub -username))
74
- password : ((docker-hub -password))
75
- repository : ((docker-hub -org))/dispatch-identity-manager
72
+ email : ((artifactory -email))
73
+ username : ((artifactory -username))
74
+ password : ((artifactory -password))
75
+ repository : ((artifactory -org))/dispatch-identity-manager
76
76
77
77
- name : image-manager-image
78
78
type : docker-image
79
79
source :
80
- email : ((docker-hub -email))
81
- username : ((docker-hub -username))
82
- password : ((docker-hub -password))
83
- repository : ((docker-hub -org))/dispatch-image-manager
80
+ email : ((artifactory -email))
81
+ username : ((artifactory -username))
82
+ password : ((artifactory -password))
83
+ repository : ((artifactory -org))/dispatch-image-manager
84
84
85
85
- name : secret-store-image
86
86
type : docker-image
87
87
source :
88
- email : ((docker-hub-email))
89
- username : ((docker-hub-username))
90
- password : ((docker-hub-password))
91
- repository : ((docker-hub-org))/dispatch-secret-store
88
+ email : ((artifactory-email))
89
+ username : ((artifactory-username))
90
+ password : ((artifactory-password))
91
+ repository : ((artifactory-org))/dispatch-secret-store
92
+
93
+ - name : application-manager-image
94
+ type : docker-image
95
+ source :
96
+ email : ((artifactory-email))
97
+ username : ((artifactory-username))
98
+ password : ((artifactory-password))
99
+ repository : ((artifactory-org))/dispatch-application-manager
92
100
93
101
- name : k8s-clusters
94
102
type : pool
@@ -155,6 +163,11 @@ jobs:
155
163
build : build-context
156
164
dockerfile : build-context/secret-store/Dockerfile
157
165
tag : build-context/tag
166
+ - put : application-manager-image
167
+ params :
168
+ build : build-context
169
+ dockerfile : build-context/application-manager/Dockerfile
170
+ tag : build-context/tag
158
171
159
172
- name : deploy-and-run-tests
160
173
public : true
0 commit comments