Sign inSign up

craftingit/jenkins-agent-docker

By craftingit

•Updated about 4 years ago

Image
0

6.0K

craftingit/jenkins-agent-docker repository overview

⁠jenkins-agent-docker

Extension of the JenkinsCI/docker-slave⁠ repository.

⁠Sample Configuration

agent_docker:
    image: craftingit/jenkins-agent-docker
    restart: always
    privileged: true
    environment:
     - TZ="Europe/Berlin"
     - JENKINS_URL=https://jenkins.example.de/
     - JENKINS_SECRET=SuperSecret
     - JENKINS_AGENT_NAME=Docker
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /var/run/docker.sock:/var/run/docker.sock

Tag summary

Content type

Image

Digest

Size

337.5 MB

Last updated

about 4 years ago

docker pull craftingit/jenkins-agent-docker