Pull mariadb and keystone images from the kollaglue organization
Presently these are pulled from a closed location inside a firewall. Instead pull them from the public docker registry.
This commit is contained in:
parent
dfb9faedda
commit
cca017d44c
@ -6,7 +6,7 @@
|
||||
"id": "keystone-1",
|
||||
"containers": [{
|
||||
"name": "keystone",
|
||||
"image": "docker.usersys.redhat.com/jlabocki/keystone",
|
||||
"image": "kollaglue/keystone",
|
||||
"ports": [
|
||||
{"containerPort": 5000},
|
||||
{"containerPort": 35357},
|
||||
|
@ -6,7 +6,7 @@
|
||||
"id": "mariadb-1",
|
||||
"containers": [{
|
||||
"name": "mariadb",
|
||||
"image": "docker.usersys.redhat.com/lhh1/rhel-osp-mariadb",
|
||||
"image": "kollaglue/fedora-osp-mariadb",
|
||||
"env": [{
|
||||
'name': 'DB_ROOT_PASSWORD',
|
||||
'value': 'password'
|
||||
|
Loading…
x
Reference in New Issue
Block a user