{"id":21614744,"url":"https://github.com/eea/eea.docker.jenkins.slave-dind","last_synced_at":"2026-01-16T16:57:05.498Z","repository":{"id":46925777,"uuid":"53680835","full_name":"eea/eea.docker.jenkins.slave-dind","owner":"eea","description":"Docker image for Jenkins Slave with Docker Engine and Docker Compose inside (Jenkins Swarm Plugin)","archived":false,"fork":false,"pushed_at":"2026-01-09T19:12:31.000Z","size":15693,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":42,"default_branch":"master","last_synced_at":"2026-01-12T18:34:31.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eea.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-11T16:31:36.000Z","updated_at":"2026-01-09T19:11:58.000Z","dependencies_parsed_at":"2023-01-21T21:49:53.785Z","dependency_job_id":"1ff01433-c0fc-45d1-a52f-48f6cea5dce6","html_url":"https://github.com/eea/eea.docker.jenkins.slave-dind","commit_stats":null,"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/eea/eea.docker.jenkins.slave-dind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.docker.jenkins.slave-dind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.docker.jenkins.slave-dind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.docker.jenkins.slave-dind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.docker.jenkins.slave-dind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eea","download_url":"https://codeload.github.com/eea/eea.docker.jenkins.slave-dind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eea%2Feea.docker.jenkins.slave-dind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T22:09:15.248Z","updated_at":"2026-01-16T16:57:05.476Z","avatar_url":"https://github.com/eea.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins Slave with Docker Engine and Docker Compose inside (Jenkins Swarm Plugin)\n\nDocker images for Jenkins Slave with Docker Engine and Docker Compose inside.\n\nWorks best in combination with [eeacms/jenkins-master](https://hub.docker.com/r/eeacms/jenkins-master/)\n\nThis image is generic, thus you can obviously re-use it within your non-related EEA projects.\n\n## Supported tags and respective Dockerfile links\n\n- [`:latest`  (*Dockerfile*)](https://github.com/eea/eea.docker.jenkins.slave-dind/blob/master/Dockerfile)\n- [`:28.1-3.51` (*Dockerfile*)](https://github.com/eea/eea.docker.jenkins.slave/blob/28.5-3.51/Dockerfile)\n\nSee [older versions](https://github.com/eea/eea.docker.jenkins.slave-dind/releases)\n\n## Changes\n\n- [CHANGELOG.md](https://github.com/eea/eea.docker.jenkins.slave-dind/blob/master/CHANGELOG.md)\n\n## Base docker image\n\n- [hub.docker.com](https://hub.docker.com/r/eeacms/jenkins-slave-dind)\n\n## Source code\n\n- [github.com](http://github.com/eea/eea.docker.jenkins.slave-dind)\n\n## Installation\n\n1. Install [Docker](https://www.docker.com/).\n2. Install [Docker Compose](https://docs.docker.com/compose/).\n\n## Usage\n\nStart Jenkins master:\n\n    $ docker run --name=jenkins \\\n                 -p 8080:8080 \\\n                 -p 50000:50000 \\\n            eeacms/jenkins-master\n\nStart Docker engine server:\n\n    $ docker run --name=docker13 \\\n                 --privileged=true \\\n             docker:1.13-dind\n\nStart Jenkins slave:\n\n    $ docker run --name=worker \\\n                 --link=docker13 \\\n                 -e DOCKER_HOST=tcp://docker13:2375 \\\n             eeacms/jenkins-slave-dind:1.13\n\n\nYou can also bind `/var/run/docker.sock` from host for more stable Jenkins Docker-in-Docker slave:\n\n    $ docker run --name=worker \\\n                 -v /var/run/docker.sock:/var/run/docker.sock \\\n             eeacms/jenkins-slave-dind:1.13\n\nSee base image [eeacms/jenkins-slave](https://hub.docker.com/r/eeacms/jenkins-slave) for more options.\n\n## Clair-scanner usage\n\n[clair-scanner](https://github.com/arminc/clair-scanner) is a docker containers vulnerability scanner. It is integrated with a standalone [Clair server](https://github.com/coreos/clair). Before scanning, you need first to pull the image locally:\n\n    $ docker pull \u003cIMAGE\u003e\n\nTo use it,\n\n    $ clair-scanner --ip \u003cIP_VISIBLE_FROM_CLAIR\u003e -t='High' --clair=\"http://\u003cCLAIR_HOST\u003e:\u003cCLAIR_PORT\u003e\"  --all=false  \u003cIMAGE\u003e\n\nor with a local [whitelist file](https://github.com/arminc/clair-scanner#example-whitelist-yaml-file)\n\n\n    $ clair-scanner --ip \u003cIP_VISIBLE_FROM_CLAIR\u003e -t='High' --whitelist=\u003cWHITELIST_FILE\u003e --clair=\"http://\u003cCLAIR_HOST\u003e:\u003cCLAIR_PORT\u003e\"  --all=false  \u003cIMAGE\u003e\n\n### Rancher catalog scanner\n\n/scan_catalog_entry.sh is a script that should be used to make sure that all the images from a rancher catalog don't have any Critical or higher vulnerabilities. You can give it an exclude parameter to not scan the images you plan to upgrade in the catalog. The default Clair url is http:/clair:6060. If you want to use another url, you can set it with environment variable CLAIR_URL\n\n    $ /scan_catalog_entry.sh \u003cCATALOG_PATH\u003e \u003cREGEX_TO_EXCLUDE\u003e\n\nExample:\n\n    $ /scan_catalog_entry.sh templates/www-eea  \"eeacms/www-devel:|eeacms/apache-eea-www:\"\n\n\n## Supported environment variables\n\n* `DOCKER_HOST` Docker engine server `address:port` to be used to run Docker related jobs\n* `JENKINS_USER` jenkins user to be used to connect slaves to Jenkins master. Make sure that this user has the proper rights to connect slaves and run jenkins jobs.\n* `JENKINS_PASS` jenkins user password\n* `JAVA_OPTS` You might need to customize the JVM running Jenkins slave, typically to pass system properties or tweak heap memory settings. Use JAVA_OPTS environment variable for this purpose.\n* `JENKINS_NAME` Name of the slave\n* `JENKINS_DESCRIPTION` Description to be put on the slave\n* `JENKINS_EXECUTORS` Number of executors. Default is equal with the number of available CPUs\n* `JENKINS_LABELS` Whitespace-separated list of labels to be assigned for this slave. Multiple options are allowed.\n* `JENKINS_RETRY` Number of retries before giving up. Unlimited if not specified.\n* `JENKINS_MODE` The mode controlling how Jenkins allocates jobs to slaves. Can be either 'normal' (utilize this slave as much as possible) or 'exclusive' (leave this machine for tied jobs only). Default is normal.\n* `JENKINS_MASTER` The complete target Jenkins URL like 'http://jenkins-server'. If this option is specified, auto-discovery will be skipped\n* `JENKINS_TUNNEL` Connect to the specified host and port, instead of connecting directly to Jenkins. Useful when connection to Hudson needs to be tunneled. Can be also HOST: or :PORT, in which case the missing portion will be auto-configured like the default behavior\n* `JENKINS_TOOL_LOCATIONS` Whitespace-separated list of tool locations to be defined on this slave. A tool location is specified as 'toolName:location'\n* `JENKINS_NO_RETRY_AFTER_CONNECTED` Do not retry if a successful connection gets closed.\n* `JENKINS_AUTO_DISCOVERY_ADDRESS` Use this address for udp-based auto-discovery (default 255.255.255.255)\n* `JENKINS_DISABLE_SSL_VERIFICATION` Disables SSL verification in the HttpClient.\n* `JENKINS_OPTS` You can provide multiple parameters via this environment like: `-e JENKINS_OPTS=\"-labels docker -mode exclusive\"`\n* `DOCKERHUB_USER` dockerhub user to be used to push images to dockerhub. If missing, the .m2/settings.xml required for pushing images will not be created.\n* `DOCKERHUB_PASS` dockerhub user password\n\n## Copyright and license\n\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nAll Rights Reserved.\n\nThe Original Code is free software;\nyou can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation;\neither version 2 of the License, or (at your option) any later\nversion.\n\n## Funding\n\n[European Environment Agency (EU)](http://eea.europa.eu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Feea.docker.jenkins.slave-dind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feea%2Feea.docker.jenkins.slave-dind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feea%2Feea.docker.jenkins.slave-dind/lists"}