Add DIND Image
This commit is contained in:
parent
a5694c547d
commit
98cc6cf4dc
6 changed files with 51 additions and 3 deletions
5
DINDAgent/entrypoint.sh
Normal file
5
DINDAgent/entrypoint.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker login git.zontreck.com -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"
|
||||
|
||||
java -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -jar /agent.jar -url "https://ci.zontreck.com" -secret "$DOCKER_AGENT_SECRET" -name "BuilderHost" -workDir "/builder"
|
Loading…
Add table
Add a link
Reference in a new issue