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:
Steven Dake 2014-09-27 12:31:12 -07:00
parent dfb9faedda
commit cca017d44c
2 changed files with 2 additions and 2 deletions

View File

@ -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},

View File

@ -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'