{"id":22911865,"url":"https://github.com/valtri/docker-jenkins-ubuntu","last_synced_at":"2025-07-18T14:34:46.966Z","repository":{"id":69640353,"uuid":"99220610","full_name":"valtri/docker-jenkins-ubuntu","owner":"valtri","description":"Basic Jenkins node Ubuntu image","archived":false,"fork":false,"pushed_at":"2017-08-10T14:20:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T06:14:55.088Z","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/valtri.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-08-03T10:25:37.000Z","updated_at":"2017-08-08T12:19:42.000Z","dependencies_parsed_at":"2023-07-08T10:32:46.422Z","dependency_job_id":null,"html_url":"https://github.com/valtri/docker-jenkins-ubuntu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fdocker-jenkins-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fdocker-jenkins-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fdocker-jenkins-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fdocker-jenkins-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valtri","download_url":"https://codeload.github.com/valtri/docker-jenkins-ubuntu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628418,"owners_count":20808106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12-14T04:18:42.253Z","updated_at":"2025-04-01T10:47:31.602Z","avatar_url":"https://github.com/valtri.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Info\n\nBasic Jenkins node Ubuntu image\n\nInstalled:\n\n* Java 8 JRE headless\n* openssh server\n* sudo\n\n# Usage\n\nIn Jenkins:\n\n* for example with *Docker Plugin*\n\n## Simple way\n\nInitial password is created during start, but only if */context/.ssh* directory is not found locally:\n\n* user: **jenkins**\n* password: **jenkins**\n\nSteps:\n\n    docker pull valtri/docker-jenkins-ubuntu\n    docker run -itd --name jenkins-ubuntu valtri/docker-jenkins-ubuntu\n\n## Recommended way\n\nAccess using ssh keys and no password will be created.\n\nSteps:\n\n\tssh-keygen -t rsa -f jenkins_node\n\tmkdir -p context/.ssh\n\t#SELinux: chcon -Rt svirt_sandbox_file_t context/\n\tcp -p jenkins_node.pub context/.ssh/authorized_keys\n\n    docker pull valtri/docker-jenkins-ubuntu\n    docker run -itd --name jenkins-ubuntu --volume `pwd`/context:/context:ro valtri/docker-jenkins-ubuntu\n\n# Tags\n\n* **16**, **latest**: Ubuntu 16.04 (xenial)\n* **14**: Ubuntu 14.04 (trusty)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltri%2Fdocker-jenkins-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaltri%2Fdocker-jenkins-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltri%2Fdocker-jenkins-ubuntu/lists"}