Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Revert "Replace Docker Hub with registry.devshift.net"
Browse files Browse the repository at this point in the history
This reverts commit c0bcc62.
  • Loading branch information
l0rd committed Sep 13, 2017
1 parent c0bcc62 commit b1b57e4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SCRIPT_URL=https://raw.githubusercontent.com/redhat-developer/rh-che/master/dev-
export OPENSHIFT_FLAVOR=ocp && curl -fsSL ${SCRIPT_URL} -o get-che.sh && bash get-che.sh
```

And if you have cloned [redhat-developer/rh-che](https://github.com/redhat-developer/rh-che) you can deploy Che on OSIO executing:
And if you have cloned [redhat-developer/rh-che](https://github.com/redhat-developer/rhche) you can deploy Che on OSIO executing:

```bash
export OPENSHIFT_FLAVOR=ocp && ./dev-scripts/openshift_deploy.sh
Expand All @@ -98,7 +98,7 @@ SCRIPT_URL=https://raw.githubusercontent.com/redhat-developer/rh-che/master/dev-
curl -fsSL ${SCRIPT_URL} -o get-che.sh && bash get-che.sh
```

Of course if you have cloned [redhat-developer/rh-che](https://github.com/redhat-developer/rh-che) you can deploy Che on minishift executing:
Of course if you have cloned [redhat-developer/rh-che](https://github.com/redhat-developer/rhche) you can deploy Che on minishift executing:

```bash
./dev-scripts/openshift_deploy.sh
Expand All @@ -111,7 +111,7 @@ SCRIPT_URL=https://raw.githubusercontent.com/redhat-developer/rh-che/master/dev-
export OPENSHIFT_FLAVOR=osio && curl -fsSL ${SCRIPT_URL} -o get-che.sh && bash get-che.sh
```

And if you have cloned [redhat-developer/rh-che](https://github.com/redhat-developer/rh-che) you can deploy Che on OSIO executing:
And if you have cloned [redhat-developer/rh-che](https://github.com/redhat-developer/rhche) you can deploy Che on OSIO executing:

```bash
export OPENSHIFT_FLAVOR=osio && ./dev-scripts/openshift_deploy.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/vertx"
"origin": "rhche/vertx"
},
"workspaceConfig": {
"environments": {
Expand All @@ -44,7 +44,7 @@
}
},
"recipe": {
"location": "registry.devshift.net/che/vertx",
"location": "rhche/vertx",
"type": "dockerimage"
}
}
Expand Down Expand Up @@ -115,15 +115,15 @@
],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/spring-boot"
"origin": "rhche/spring-boot"
},
"workspaceConfig": {
"name": "default",
"defaultEnv": "default",
"environments": {
"default": {
"recipe": {
"location": "registry.devshift.net/che/spring-boot",
"location": "rhche/spring-boot",
"type": "dockerimage"
},
"machines": {
Expand Down Expand Up @@ -192,7 +192,7 @@
"scope": "general",
"source": {
"type": "image",
"origin": "registry.devshift.net/che/wildfly-swarm"
"origin": "rhche/wildfly-swarm"
},
"tags": [
"Java",
Expand All @@ -207,7 +207,7 @@
"environments": {
"default": {
"recipe": {
"location": "registry.devshift.net/che/wildfly-swarm",
"location": "rhche/wildfly-swarm",
"type": "dockerimage"
},
"machines": {
Expand Down Expand Up @@ -306,7 +306,7 @@
],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/centos-nodejs"
"origin": "rhche/centos-nodejs"
},
"workspaceConfig": {
"environments": {
Expand All @@ -325,7 +325,7 @@
}
},
"recipe": {
"location": "registry.devshift.net/che/centos-nodejs",
"location": "rhche/centos-nodejs",
"type": "dockerimage"
}
}
Expand Down Expand Up @@ -384,7 +384,7 @@
],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/centos_jdk8"
"origin": "rhche/centos_jdk8"
},
"workspaceConfig": {
"environments": {
Expand All @@ -401,7 +401,7 @@
}
},
"recipe": {
"location": "registry.devshift.net/che/centos_jdk8",
"location": "rhche/centos_jdk8",
"type": "dockerimage"
}
}
Expand Down Expand Up @@ -451,7 +451,7 @@
],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/centos_jdk8"
"origin": "rhche/centos_jdk8"
},
"workspaceConfig": {
"environments": {
Expand All @@ -473,7 +473,7 @@
}
},
"recipe": {
"content": "services:\n db:\n image: centos/mysql-57-centos7\n environment:\n MYSQL_ROOT_PASSWORD: password\n MYSQL_DATABASE: petclinic\n MYSQL_USER: petclinic\n MYSQL_PASSWORD: password\n mem_limit: 1073741824\n dev-machine:\n image: registry.devshift.net/che/centos_jdk8\n mem_limit: 2147483648\n depends_on:\n - db",
"content": "services:\n db:\n image: centos/mysql-57-centos7\n environment:\n MYSQL_ROOT_PASSWORD: password\n MYSQL_DATABASE: petclinic\n MYSQL_USER: petclinic\n MYSQL_PASSWORD: password\n mem_limit: 1073741824\n dev-machine:\n image: rhche/centos_jdk8\n mem_limit: 2147483648\n depends_on:\n - db",
"contentType": "application/x-yaml",
"type": "compose"
}
Expand Down Expand Up @@ -525,7 +525,7 @@
],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/ubuntu_jdk8"
"origin": "rhche/ubuntu_jdk8"
},
"workspaceConfig": {
"environments": {
Expand All @@ -547,7 +547,7 @@
}
},
"recipe": {
"content": "services:\n db:\n image: centos/mysql-57-centos7\n environment:\n MYSQL_ROOT_PASSWORD: password\n MYSQL_DATABASE: petclinic\n MYSQL_USER: petclinic\n MYSQL_PASSWORD: password\n mem_limit: 1073741824\n dev-machine:\n image: registry.devshift.net/che/ubuntu_jdk8\n mem_limit: 2147483648\n depends_on:\n - db",
"content": "services:\n db:\n image: centos/mysql-57-centos7\n environment:\n MYSQL_ROOT_PASSWORD: password\n MYSQL_DATABASE: petclinic\n MYSQL_USER: petclinic\n MYSQL_PASSWORD: password\n mem_limit: 1073741824\n dev-machine:\n image: rhche/ubuntu_jdk8\n mem_limit: 2147483648\n depends_on:\n - db",
"contentType": "application/x-yaml",
"type": "compose"
}
Expand Down Expand Up @@ -600,7 +600,7 @@
],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/ubuntu_jdk8"
"origin": "rhche/ubuntu_jdk8"
},
"workspaceConfig": {
"environments": {
Expand All @@ -617,7 +617,7 @@
}
},
"recipe": {
"location": "registry.devshift.net/che/ubuntu_jdk8",
"location": "rhche/ubuntu_jdk8",
"type": "dockerimage"
}
}
Expand Down Expand Up @@ -657,7 +657,7 @@
"components": [],
"source": {
"type": "image",
"origin": "registry.devshift.net/che/ubuntu_jdk8"
"origin": "rhche/ubuntu_jdk8"
},
"workspaceConfig": {
"environments": {
Expand All @@ -674,7 +674,7 @@
}
},
"recipe": {
"location": "registry.devshift.net/che/ubuntu_jdk8",
"location": "rhche/ubuntu_jdk8",
"type": "dockerimage"
}
}
Expand Down

0 comments on commit b1b57e4

Please sign in to comment.