Skip to content

Commit

Permalink
Merge pull request #1306 from joseph-v/rename-dockerimages
Browse files Browse the repository at this point in the history
Update docker image names
  • Loading branch information
skdwriting authored Jun 28, 2020
2 parents 0fcbedc + fa4bbd5 commit 7d8aebb
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions cmd/osdsapiserver/Autobuildfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker build usage:
# docker build . -t opensdsio/opensds-apiserver:latest
# docker build . -t sodafoundation/apiserver:latest
# Docker run usage:
# docker run -d --net=host -v /etc/opensds:/etc/opensds opensdsio/opensds-apiserver:latest
# docker run -d --net=host -v /etc/opensds:/etc/opensds sodafoundation/apiserver:latest

FROM ubuntu:16.04
MAINTAINER Leon Wang <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
osdsapiserver:
image: 'opensdsio/opensds-apiserver:latest'
image: 'sodafoundation/apiserver:latest'
tty: true
network_mode: "host"
volumes:
Expand All @@ -12,7 +12,7 @@ services:
restart: on-failure
command: /bin/bash -c '/usr/bin/osdsapiserver -logtostderr'
osdslet:
image: 'opensdsio/opensds-controller:latest'
image: 'sodafoundation/controller:latest'
tty: true
network_mode: "host"
volumes:
Expand All @@ -22,7 +22,7 @@ services:
restart: on-failure
command: /bin/bash -c '/usr/bin/osdslet -logtostderr'
osdsdock:
image: 'opensdsio/opensds-dock:latest'
image: 'sodafoundation/dock:latest'
tty: true
privileged: true
volumes:
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
privileged: true
restart: on-failure
osdsdashboard:
image: 'opensdsio/dashboard:latest'
image: 'sodafoundation/dashboard:latest'
tty: true
network_mode: "host"
restart: on-failure
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/opensds-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
spec:
containers:
- name: apiserver
image: opensdsio/opensds-apiserver:latest
image: sodafoundation/apiserver:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/bin/osdsapiserver -logtostderr"]
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
spec:
containers:
- name: controller
image: opensdsio/opensds-controller:latest
image: sodafoundation/controller:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/bin/osdslet -logtostderr"]
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: opensdsio/opensds-dock:latest
image: sodafoundation/dock:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/sbin/tgtd; /usr/bin/osdsdock -logtostderr"]
Expand Down Expand Up @@ -249,7 +249,7 @@ spec:
spec:
containers:
- name: dashboard
image: opensdsio/dashboard:latest
image: sodafoundation/dashboard:latest
env:
- name: OPENSDS_AUTH_URL
value: http://authchecker.opensds.svc.cluster.local/identity
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/opensds-apiserver-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: apiserver
image: opensdsio/opensds-apiserver:latest
image: sodafoundation/apiserver:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/bin/osdsapiserver -logtostderr"]
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/opensds-apiserver-v1beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: apiserver
image: opensdsio/opensds-apiserver:latest
image: sodafoundation/apiserver:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/bin/osdsapiserver -logtostderr"]
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/opensds-controller-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: controller
image: opensdsio/opensds-controller:latest
image: sodafoundation/controller:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/bin/osdslet -logtostderr"]
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/opensds-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
spec:
containers:
- name: apiserver
image: opensdsio/opensds-apiserver:latest
image: sodafoundation/apiserver:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/bin/osdsapiserver -logtostderr"]
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
spec:
containers:
- name: controller
image: opensdsio/opensds-controller:latest
image: sodafoundation/controller:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/bin/osdslet -logtostderr"]
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: opensdsio/opensds-dock:latest
image: sodafoundation/dock:latest
imagePullPolicy: IfNotPresent
command: ["bin/sh"]
args: ["-c", "/usr/sbin/tgtd; /usr/bin/osdsdock -logtostderr"]
Expand Down Expand Up @@ -249,7 +249,7 @@ spec:
spec:
containers:
- name: dashboard
image: opensdsio/dashboard:latest
image: sodafoundation/dashboard:latest
env:
- name: OPENSDS_AUTH_URL
value: http://authchecker.opensds.svc.cluster.local/identity
Expand Down

0 comments on commit 7d8aebb

Please sign in to comment.