Switch to quay.io/opendevmirror/mariadb:10.11 for paste
This switches the paste service's mariadb image from docker.io to quay.io/opendevmirror. Doing so avoids a common location for docker hub rate limit occurences when running paste ci jobs. It is worth noting that this will impact production too, but Zuul should keep this image up to date for us making this safe for production as well. I haven't updated all of our use of mariadb as paste will serve as the canary for this transition. We also need to be careful taht we don't rollback if there are recent mariadb updates. There aren't any new updates today so should be safe for paste. Change-Id: I7bab1cfdcbfb55ba591241205cf6424d7d1da511
This commit is contained in:
parent
0ddbb03bd2
commit
3cdbe43b70
@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
image: docker.io/library/mariadb:10.11
|
||||
image: quay.io/opendevmirror/mariadb:10.11
|
||||
network_mode: host
|
||||
restart: always
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user