{"id":16542727,"url":"https://github.com/binhex/arch-jenkins","last_synced_at":"2026-02-19T06:13:04.966Z","repository":{"id":31976223,"uuid":"35546389","full_name":"binhex/arch-jenkins","owner":"binhex","description":"Docker build script for Arch Linux base with Jenkins","archived":false,"fork":false,"pushed_at":"2026-01-15T10:16:06.000Z","size":100,"stargazers_count":6,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-15T15:47:23.525Z","etag":null,"topics":["continuous-deployment","continuous-integration","docker-image","jenkins"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2015-05-13T11:57:08.000Z","updated_at":"2026-01-15T10:16:28.000Z","dependencies_parsed_at":"2023-12-12T21:28:21.006Z","dependency_job_id":"52c7fa38-2665-4b3a-927d-30aef0994f4a","html_url":"https://github.com/binhex/arch-jenkins","commit_stats":null,"previous_names":[],"tags_count":509,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-jenkins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-jenkins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-jenkins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-jenkins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-jenkins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-jenkins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-jenkins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["continuous-deployment","continuous-integration","docker-image","jenkins"],"created_at":"2024-10-11T18:58:23.459Z","updated_at":"2026-02-19T06:13:04.940Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"# Application\n\n[Jenkins](https://jenkins-ci.org/)\n\n## Description\n\nJenkins is an open source continuous integration tool written in Java. The\nproject was forked from Hudson after a dispute with Oracle. Jenkins provides\ncontinuous integration services for software development. It is a server-based\nsystem running in a servlet container such as Apache Tomcat.\n\n## Build notes\n\nLatest stable release of Jenkins from Arch Linux Repo.\n\n## Usage\n\n```bash\ndocker run -d \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e JAVA_ARGS=\u003cjava arguments\u003e \\\n    -e JAVA_OPTS=\u003cjava options\u003e \\\n    -e HEALTHCHECK_COMMAND=\u003ccommand\u003e \\\n    -e HEALTHCHECK_ACTION=\u003caction\u003e \\\n    -e HEALTHCHECK_HOSTNAME=\u003chostname\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-jenkins\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Access application\n\n`http://\u003chost ip\u003e:8090`\n\n## Example\n\n```bash\ndocker run -d \\\n    --name=jenkins \\\n    -v /apps/docker/jenkins:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e JAVA_ARGS=-Xmx512m \\\n    -e JAVA_OPTS=-Dhudson.footerURL=\\\n        [http://mycompany.com](http://mycompany.com) \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-jenkins\n```\n\n## Notes\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command\nfor the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\n\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45839.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-jenkins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-jenkins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-jenkins/lists"}