{"id":15870704,"url":"https://github.com/khos2ow/ci-cd-tools","last_synced_at":"2026-04-02T01:02:46.085Z","repository":{"id":95632698,"uuid":"136206640","full_name":"khos2ow/ci-cd-tools","owner":"khos2ow","description":"Essential tools and packages for development and base image in various CI/CD pipelines","archived":false,"fork":false,"pushed_at":"2018-06-15T23:59:11.000Z","size":16,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T14:38:48.309Z","etag":null,"topics":["cd","ci","cicd","container","dind","docker","docker-hub","docker-image","git","golang","gradle","java","java8","maven","python","ruby","tools"],"latest_commit_sha":null,"homepage":"https://khos2ow.github.io/ci-cd-tools/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khos2ow.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}},"created_at":"2018-06-05T16:39:31.000Z","updated_at":"2018-06-15T23:59:13.000Z","dependencies_parsed_at":"2023-05-21T05:30:16.620Z","dependency_job_id":null,"html_url":"https://github.com/khos2ow/ci-cd-tools","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"c332a66fe05c8b6b1115bd445cec834895f3a37b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khos2ow%2Fci-cd-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khos2ow%2Fci-cd-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khos2ow%2Fci-cd-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khos2ow%2Fci-cd-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khos2ow","download_url":"https://codeload.github.com/khos2ow/ci-cd-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246719474,"owners_count":20822751,"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":["cd","ci","cicd","container","dind","docker","docker-hub","docker-image","git","golang","gradle","java","java8","maven","python","ruby","tools"],"created_at":"2024-10-06T00:23:11.297Z","updated_at":"2025-12-30T19:25:15.401Z","avatar_url":"https://github.com/khos2ow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CI/CD Tools\n\n[![Docker Automated build](https://img.shields.io/docker/automated/khos2ow/ci-cd-tools.svg)](https://hub.docker.com/r/khos2ow/ci-cd-tools/)\n[![Docker Build Status](https://img.shields.io/docker/build/khos2ow/ci-cd-tools.svg)](https://hub.docker.com/r/khos2ow/ci-cd-tools/builds/)\n[![license](https://img.shields.io/github/license/khos2ow/ci-cd-tools.svg)](https://github.com/khos2ow/ci-cd-tools/blob/master/LICENSE)\n\nDocker images containing essential tools and packages for development, specially to be used as a base working image in various CI/CD pipelines (GitLab CI, Travis CI, ...).\n\n## Table of Contents\n\n- [Supported tags and respective `Dockerfile` links](#supported-tags-and-respective-dockerfile-links)\n- [Packges installed in conatiner](#packges-installed-in-conatiner)\n- [Docker in Docker tip](#docker-in-docker-tip)\n- [License](#license)\n\n## Supported tags and respective `Dockerfile` links\n\n- [`latest` (Dockerfile)](https://github.com/khos2ow/ci-cd-tools/blob/master/Dockerfile)\n\n## Packges installed in conatiner\n\nList of available packages inside the container:\n\n| Package    | Version             |\n|------------|---------------------|\n| bash       | 4.4.19(1)-release   |\n| sudo       | 1.8.21p2            |\n| gcc        | 6.4.0               |\n| docker     | client: 18.05.0-ce\u003cbr /\u003eserver: 18.03.1-ce  |\n| git        | 2.15.2              |\n| java       | 1.8.0_151           |\n| golang     | _TBA_               |\n| ruby       | 2.4.4p296           |\n| python     | 2.7.14\u003cbr /\u003e3.6.3   |\n| pip        | 10.0.1              |\n| virtualenv | 16.0.0              |\n| maven      | 3.5.2               |\n| gradle     | 4.8                 |\n| openssl    | 1.0.2o              |\n| openssh    | 7.5p1-hpn14v4       |\n| curl       | 7.60.0              |\n| wget       | 1.19.5              |\n| rsync      | 3.1.3               |\n| tar        | 1.29                |\n| gzip       | 1.8                 |\n| zip        | 3.0                 |\n| vim        | 8.0                 |\n| jq         | jq-1.5              |\n| locate     | 4.6.0               |\n| which      | v2.21               |\n\n## Docker in Docker tip\n\nIf you want to use dind with this image you need to pass `/var/run/docker.sock` from host to the container as a Volume:\n\n```bash\ndocker run --volume /var/run/docker.sock:/var/run/docker.sock khos2ow/ci-cd-tools\n```\n\n## License\n\nLicensed under [Apache License version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Please see the [LICENSE](https://github.com/khos2ow/ci-cd-tools/blob/master/LICENSE) file included in the root directory of the source tree for extended license details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhos2ow%2Fci-cd-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhos2ow%2Fci-cd-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhos2ow%2Fci-cd-tools/lists"}