File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11# Docker build usage:
2- # docker build . -t opensdsio/opensds- apiserver:latest
2+ # docker build . -t sodafoundation/ apiserver:latest
33# Docker run usage:
4- # docker run -d --net=host -v /etc/opensds:/etc/opensds opensdsio/opensds- apiserver:latest
4+ # docker run -d --net=host -v /etc/opensds:/etc/opensds sodafoundation/ apiserver:latest
55
66FROM ubuntu:16.04
77MAINTAINER Leon Wang <
[email protected] >
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
33 osdsapiserver :
4- image : ' opensdsio/opensds- apiserver:latest'
4+ image : ' sodafoundation/ apiserver:latest'
55 tty : true
66 network_mode : " host"
77 volumes :
@@ -12,7 +12,7 @@ services:
1212 restart : on-failure
1313 command : /bin/bash -c '/usr/bin/osdsapiserver -logtostderr'
1414 osdslet :
15- image : ' opensdsio/opensds- controller:latest'
15+ image : ' sodafoundation/ controller:latest'
1616 tty : true
1717 network_mode : " host"
1818 volumes :
@@ -22,7 +22,7 @@ services:
2222 restart : on-failure
2323 command : /bin/bash -c '/usr/bin/osdslet -logtostderr'
2424 osdsdock :
25- image : ' opensdsio/opensds- dock:latest'
25+ image : ' sodafoundation/ dock:latest'
2626 tty : true
2727 privileged : true
2828 volumes :
@@ -52,7 +52,7 @@ services:
5252 privileged : true
5353 restart : on-failure
5454 osdsdashboard :
55- image : ' opensdsio /dashboard:latest'
55+ image : ' sodafoundation /dashboard:latest'
5656 tty : true
5757 network_mode : " host"
5858 restart : on-failure
Original file line number Diff line number Diff line change 4848 spec :
4949 containers :
5050 - name : apiserver
51- image : opensdsio/opensds- apiserver:latest
51+ image : sodafoundation/ apiserver:latest
5252 imagePullPolicy : IfNotPresent
5353 command : ["bin/sh"]
5454 args : ["-c", "/usr/bin/osdsapiserver -logtostderr"]
9999 spec :
100100 containers :
101101 - name : controller
102- image : opensdsio/opensds- controller:latest
102+ image : sodafoundation/ controller:latest
103103 imagePullPolicy : IfNotPresent
104104 command : ["bin/sh"]
105105 args : ["-c", "/usr/bin/osdslet -logtostderr"]
@@ -155,7 +155,7 @@ spec:
155155 capabilities :
156156 add : ["SYS_ADMIN"]
157157 allowPrivilegeEscalation : true
158- image : opensdsio/opensds- dock:latest
158+ image : sodafoundation/ dock:latest
159159 imagePullPolicy : IfNotPresent
160160 command : ["bin/sh"]
161161 args : ["-c", "/usr/sbin/tgtd; /usr/bin/osdsdock -logtostderr"]
@@ -249,7 +249,7 @@ spec:
249249 spec :
250250 containers :
251251 - name : dashboard
252- image : opensdsio /dashboard:latest
252+ image : sodafoundation /dashboard:latest
253253 env :
254254 - name : OPENSDS_AUTH_URL
255255 value : http://authchecker.opensds.svc.cluster.local/identity
Original file line number Diff line number Diff line change 3333 spec :
3434 containers :
3535 - name : apiserver
36- image : opensdsio/opensds- apiserver:latest
36+ image : sodafoundation/ apiserver:latest
3737 imagePullPolicy : IfNotPresent
3838 command : ["bin/sh"]
3939 args : ["-c", "/usr/bin/osdsapiserver -logtostderr"]
Original file line number Diff line number Diff line change 3333 spec :
3434 containers :
3535 - name : apiserver
36- image : opensdsio/opensds- apiserver:latest
36+ image : sodafoundation/ apiserver:latest
3737 imagePullPolicy : IfNotPresent
3838 command : ["bin/sh"]
3939 args : ["-c", "/usr/bin/osdsapiserver -logtostderr"]
Original file line number Diff line number Diff line change 3333 spec :
3434 containers :
3535 - name : controller
36- image : opensdsio/opensds- controller:latest
36+ image : sodafoundation/ controller:latest
3737 imagePullPolicy : IfNotPresent
3838 command : ["bin/sh"]
3939 args : ["-c", "/usr/bin/osdslet -logtostderr"]
Original file line number Diff line number Diff line change 4848 spec :
4949 containers :
5050 - name : apiserver
51- image : opensdsio/opensds- apiserver:latest
51+ image : sodafoundation/ apiserver:latest
5252 imagePullPolicy : IfNotPresent
5353 command : ["bin/sh"]
5454 args : ["-c", "/usr/bin/osdsapiserver -logtostderr"]
9999 spec :
100100 containers :
101101 - name : controller
102- image : opensdsio/opensds- controller:latest
102+ image : sodafoundation/ controller:latest
103103 imagePullPolicy : IfNotPresent
104104 command : ["bin/sh"]
105105 args : ["-c", "/usr/bin/osdslet -logtostderr"]
@@ -155,7 +155,7 @@ spec:
155155 capabilities :
156156 add : ["SYS_ADMIN"]
157157 allowPrivilegeEscalation : true
158- image : opensdsio/opensds- dock:latest
158+ image : sodafoundation/ dock:latest
159159 imagePullPolicy : IfNotPresent
160160 command : ["bin/sh"]
161161 args : ["-c", "/usr/sbin/tgtd; /usr/bin/osdsdock -logtostderr"]
@@ -249,7 +249,7 @@ spec:
249249 spec :
250250 containers :
251251 - name : dashboard
252- image : opensdsio /dashboard:latest
252+ image : sodafoundation /dashboard:latest
253253 env :
254254 - name : OPENSDS_AUTH_URL
255255 value : http://authchecker.opensds.svc.cluster.local/identity
You can’t perform that action at this time.
0 commit comments