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

Commit

Permalink
Upgrade: Change references from teecke to tpbtools
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroamador committed Apr 14, 2020
1 parent 4c5e2e8 commit b324d36
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devcontrol/global/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# @file devcontrol/global/startup.sh
# @brief devcontrol startup script and functions
echo "Generic Platform - Jenkins Service (c) Teecke 2019"
echo "Generic Platform - Jenkins Service (c) 2020 TIC para Bien"
echo
2 changes: 1 addition & 1 deletion docker-compose.yml.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
jenkins:
image: teecke/gp-jenkins:0.9.0
image: tpbtools/gp-jenkins:1.1.0
build: jenkins
ports:
- 8080:8080
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM teecke/jenkins-dind:2.222.1
FROM tpbtools/jenkins-dind:2.222.1

# Packages
RUN apk add --no-cache rsync jq libxml2-utils docker-compose sed make
Expand Down
6 changes: 3 additions & 3 deletions jenkins/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# Install latest docker command launcher if not exist
if [ ! -f /usr/sbin/kd ]; then
wget https://raw.githubusercontent.com/kairops/docker-command-launcher/master/kd.sh -O /usr/sbin/kd -q
wget https://raw.githubusercontent.com/tpbtools/docker-command-launcher/master/kd.sh -O /usr/sbin/kd -q
chmod +x /usr/sbin/kd
fi

# Install latest devcontrol if not exist
if [ ! -f /usr/local/bin/devcontrol ]; then
curl https://raw.githubusercontent.com/teecke/devcontrol/master/install.sh | bash
curl https://raw.githubusercontent.com/tpbtools/devcontrol/master/install.sh | bash
fi

# Start jenkins-dind
/usr/local/bin/teecke-jenkins-dind.sh "$@"
/usr/local/bin/tpb-jenkins-dind.sh "$@"

0 comments on commit b324d36

Please sign in to comment.