Skip to content

Commit ad98009

Browse files
Jeff BrynerJeff Bryner
Jeff Bryner
authored and
Jeff Bryner
committed
update to build mongo from uoc-ui
1 parent e4200da commit ad98009

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

provision/roles/mongodb/tasks/main.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,22 @@
9090
dest: /opt/uoc-ui
9191
force: yes
9292

93+
- name: build UOC-mongo image
94+
docker_image:
95+
name: uoc-mongo
96+
build:
97+
path: /opt/uoc-ui
98+
dockerfile: docker/mongo/Dockerfile-mongo
99+
pull: yes
100+
source: build
101+
93102
- name: build UOC-flask image
94103
docker_image:
95104
name: uoc-flask
96105
build:
97106
path: /opt/uoc-ui
98107
dockerfile: docker/flask/Dockerfile-flask
108+
pull: yes
99109
source: build
100110

101111
- name: build UOC-nginx image
@@ -104,6 +114,7 @@
104114
build:
105115
path: /opt/uoc-ui
106116
dockerfile: docker/nginx/Dockerfile-nginx
117+
pull: yes
107118
source: build
108119

109120
- name: copy mongo-efs docker override
@@ -140,5 +151,5 @@
140151
- mongo-efs.yml
141152
- uoc-ui.yml
142153
build: yes
143-
pull: yes
154+
pull: no
144155
become: yes

0 commit comments

Comments
 (0)