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:
@@ -6,7 +6,7 @@
|
|||||||
"id": "keystone-1",
|
"id": "keystone-1",
|
||||||
"containers": [{
|
"containers": [{
|
||||||
"name": "keystone",
|
"name": "keystone",
|
||||||
"image": "docker.usersys.redhat.com/jlabocki/keystone",
|
"image": "kollaglue/keystone",
|
||||||
"ports": [
|
"ports": [
|
||||||
{"containerPort": 5000},
|
{"containerPort": 5000},
|
||||||
{"containerPort": 35357},
|
{"containerPort": 35357},
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
"id": "mariadb-1",
|
"id": "mariadb-1",
|
||||||
"containers": [{
|
"containers": [{
|
||||||
"name": "mariadb",
|
"name": "mariadb",
|
||||||
"image": "docker.usersys.redhat.com/lhh1/rhel-osp-mariadb",
|
"image": "kollaglue/fedora-osp-mariadb",
|
||||||
"env": [{
|
"env": [{
|
||||||
'name': 'DB_ROOT_PASSWORD',
|
'name': 'DB_ROOT_PASSWORD',
|
||||||
'value': 'password'
|
'value': 'password'
|
||||||
|
Reference in New Issue
Block a user