{"id":26490082,"url":"https://github.com/guysoft/jenkins-eks-docker","last_synced_at":"2026-04-30T20:31:48.702Z","repository":{"id":139190803,"uuid":"222441062","full_name":"guysoft/jenkins-eks-docker","owner":"guysoft","description":"Jenkins with eks kubectl ability on aws","archived":false,"fork":false,"pushed_at":"2025-09-27T20:59:00.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-27T22:24:36.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/guysoft.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":"2019-11-18T12:12:24.000Z","updated_at":"2025-09-27T20:59:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4ff8fca-7ce7-42c0-8c02-fe242de08f60","html_url":"https://github.com/guysoft/jenkins-eks-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guysoft/jenkins-eks-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2Fjenkins-eks-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2Fjenkins-eks-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2Fjenkins-eks-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2Fjenkins-eks-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guysoft","download_url":"https://codeload.github.com/guysoft/jenkins-eks-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2Fjenkins-eks-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32476682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":"2025-03-20T07:55:10.514Z","updated_at":"2026-04-30T20:31:48.697Z","avatar_url":"https://github.com/guysoft.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jenkins-eks-docker\nJenkins with eks kubectl and support [AWS EKS](https://aws.amazon.com/eks/)\n\n[DockerHub](https://hub.docker.com/r/guysoft/jenkins-eks)\n\n# Example usage in kubernetes\n\n1. Edit the [``stable/jenkins`` values.yaml](https://github.com/helm/charts/blob/master/stable/jenkins/values.yaml) helm chart to mount your aws credentials and kubectl from an EFS share or EBS. ANd use this image:\neg for NFS:\n\n```\nmaster:\n  image: \"guysoft/jenkins-eks\"\nagent:\n  volumes:\n    - name: kubectl\n      nfs:\n        server: XXXXX.amazonaws.com\n        path: /deployment_path/kobectl\n        mountPath: /var/jenkins_home/.kube\n    - name: aws-cred\n      nfs:\n        server: XXXXX.efs.us-east-1.amazonaws.com\n        path: /deployment_path/aws\n        mountPath: /var/jenkins_home/.aws/\n```\n2. Install the release by running:\n```\nhelm install stable/jenkins -f values.yaml --name jenkins\n```\n3. now kubectl should work from your jenkins master executor within kubernetes\n\n# Run stuff from pods\n\nYou can use the provided ``get_random_pod`` to run something from a random pod that has a name label ``app.kubernetes.io/name``.\nIn jenkins you can use a command:\n```\n$ kubectl exec $(get_random_pod nginx) hostname\nnginx-7846666659-xt5g4\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguysoft%2Fjenkins-eks-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguysoft%2Fjenkins-eks-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguysoft%2Fjenkins-eks-docker/lists"}