Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 4260288

Browse files
committed
Upgrade: Change kairops / teecke references with tpbtools
1 parent 146f10f commit 4260288

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,18 @@ Top goal:
119119

120120
BDD with Docker
121121

122-
Use the project [Duing](https://github.com/kairops/docker-ubuntu-xrdp-mate-custom/tree/master/duing) to dessign and execute a BDD test
122+
Use the project [Duing](https://github.com/tpbtools/docker-ubuntu-xrdp-mate-custom/tree/master/duing) to dessign and execute a BDD test
123123

124124
Demonstrate how we can use Docker to run a complete linux Desktop environment with all the tools needed to materialize complex tasks.
125125

126126
Reference repositories:
127127

128-
- Kairop's GitHub - [Docker Ubuntu INstant Gherkin](https://github.com/kairops/docker-ubuntu-xrdp-mate-custom/tree/master/duing)
128+
- TIC para Bien's GitHub - [Docker Ubuntu INstant Gherkin](https://github.com/tpbtools/docker-ubuntu-xrdp-mate-custom/tree/master/duing)
129129
- Sergio Ortega Gomez's GitHub - [Docker Ubuntu 18.10 Mate Desktop](https://github.com/sergioortegagomez/docker-ubuntu-cucumber)
130130

131131
## Further reading
132132

133-
- [General Concepts](https://github.com/kairops/general-concepts/blob/master/es/toc.md) about Software Development (Spanish)
133+
- [General Concepts](https://github.com/tpbtools/general-concepts/blob/master/es/toc.md) about Software Development (Spanish)
134134
- [Play with Docker](https://training.play-with-docker.com)
135135

136136
## Stuff Intallation
@@ -143,7 +143,7 @@ Execute the command:
143143
devcontrol/actions/install-stuff.sh exec
144144
```
145145

146-
...or use `devcontrol install-stuff` if you have [Devcontrol](https://github.com/teecke/devcontrol) installed on your system) and wait for the script to finish.
146+
...or use `devcontrol install-stuff` if you have [Devcontrol](https://github.com/tpbtools/devcontrol) installed on your system) and wait for the script to finish.
147147

148148
## BDD examples
149149

@@ -159,7 +159,7 @@ To execute the tests:
159159
--shm-size 1g \
160160
-dit --restart unless-stopped \
161161
-v $(pwd):/opt/docker-learning \
162-
kairops/duing
162+
tpbtools/duing
163163
```
164164

165165
2. Copy the `/opt/docker-learning/bdd-examples/test/` directory in `/opt/duingdemo/ci-scripts/test/`. This will add the examples to the `features` directory.
@@ -170,7 +170,7 @@ To execute the tests:
170170
'/opt/docker-learning/bdd-examples/test/cucumber/features/github_search.feature' -> '/opt/duingdemo/ci-scripts/test/cucumber/features/github_search.feature'
171171
```
172172

173-
3. Follow the instructions of the [Duing](https://github.com/kairops/docker-ubuntu-xrdp-mate-custom/tree/master/duing) project.
173+
3. Follow the instructions of the [Duing](https://github.com/tpbtools/docker-ubuntu-xrdp-mate-custom/tree/master/duing) project.
174174

175175
Take care that github can't be tested with PhantomJS, so the `rake poltergeist` command will end with an error.
176176

devcontrol/actions/install-stuff.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EOF
4646
# Pull the docker images
4747
docker pull docker:dind
4848
docker pull php:7.1-fpm
49-
docker pull teecke/jenkins-dind:latest
49+
docker pull tpbtools/jenkins-dind:latest
5050
docker pull ruby:latest
5151
docker pull elgalu/selenium:latest
5252
docker pull nginx:latest
@@ -55,12 +55,12 @@ EOF
5555
docker pull mysql:5.7
5656
docker pull debian:jessie
5757
docker pull newtmitch/sonar-scanner:latest
58-
docker pull kairops/duing:latest
58+
docker pull tpbtools/duing:latest
5959
docker pull sergioortegagomez/docker-ubuntu-cucumber:latest
6060
docker pull hello-world:latest
6161
# Clone the repositories by day
62-
git clone https://github.com/kairops/docker-learning
63-
git clone https://github.com/kairops/general-concepts
62+
git clone https://github.com/tpbtools/docker-learning
63+
git clone https://github.com/tpbtools/general-concepts
6464
cd "${baseDir}/day1" || exit 1
6565
git clone https://github.com/danielesiddi/docker-course
6666
cd "${baseDir}/day2" || exit 1
@@ -82,7 +82,7 @@ EOF
8282
git clone https://github.com/zalando/zalenium
8383
cd "${baseDir}/day6" || exit 1
8484
git clone https://github.com/sergioortegagomez/docker-ubuntu-cucumber
85-
git clone https://github.com/kairops/docker-ubuntu-xrdp-mate-custom
85+
git clone https://github.com/tpbtools/docker-ubuntu-xrdp-mate-custom
8686
;;
8787
*)
8888
showNotImplemtedMessage "$1" "${FUNCNAME[0]}"

devcontrol/global/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# @file devcontrol/global/startup.sh
44
# @brief devcontrol startup script and functions
5-
echo "docker-learning Kairops (c) 2019"
5+
echo "docker-learning (c) 2019-2020 TIC para Bien"
66
echo

0 commit comments

Comments
 (0)