{"id":19545528,"url":"https://github.com/ueberdosis/build-tools","last_synced_at":"2025-04-26T19:31:59.971Z","repository":{"id":66295478,"uuid":"182248203","full_name":"ueberdosis/build-tools","owner":"ueberdosis","description":"🛠️ Docker image with CI/CD tools","archived":false,"fork":false,"pushed_at":"2024-07-30T14:59:44.000Z","size":60,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-19T14:55:23.201Z","etag":null,"topics":["ci","docker","gitlab"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ueberdosis/build-tools","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/ueberdosis.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},"funding":{"github":"ueberdosis","open_collective":"tiptap","custom":"https://tiptap.dev/pricing"}},"created_at":"2019-04-19T10:30:02.000Z","updated_at":"2024-07-30T14:56:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"22ca4568-b63b-4c25-bed5-5438cb4f2047","html_url":"https://github.com/ueberdosis/build-tools","commit_stats":{"total_commits":117,"total_committers":4,"mean_commits":29.25,"dds":0.2649572649572649,"last_synced_commit":"f88d5e4682c22d0e108eb9b081eb2a86acff5b89"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fbuild-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fbuild-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fbuild-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fbuild-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ueberdosis","download_url":"https://codeload.github.com/ueberdosis/build-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250489232,"owners_count":21438936,"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":["ci","docker","gitlab"],"created_at":"2024-11-11T03:39:21.126Z","updated_at":"2025-04-26T19:31:59.731Z","avatar_url":"https://github.com/ueberdosis.png","language":"Shell","funding_links":["https://github.com/sponsors/ueberdosis","https://opencollective.com/tiptap","https://tiptap.dev/pricing"],"categories":[],"sub_categories":[],"readme":"# 🛠️ Build Tools\n\nDocker image with useful CI/CD tools optimized for use in GitLab CI pipelines.\n\n## Tools included\n\n- bash\n- curl\n- [Docker](https://docs.docker.com/engine/reference/commandline/cli/)\n- [Docker Buildx](https://docs.docker.com/build/architecture/#buildx)\n- [Docker Compose](https://docs.docker.com/get-started/08_using_compose/)\n- git\n- openssl\n- [regctl](https://github.com/regclient/regclient) (for advanced image handling)\n- rsync\n- [sshpass](https://www.redhat.com/sysadmin/ssh-automation-sshpass) (for SSH servers with password authentication)\n- [trivy](https://aquasecurity.github.io/trivy/)\n\n## Dependencies\n\nDocker\n\n## Getting started\n\nInclude the image via the **default.image** keyword in your `.gitlab-ci.yml`:\n\n```yaml\ndefault:\n  image: ueberdosis/build-tools:0.65.0\n```\n\n## Usage examples\n\n### Build images with Docker Compose\n\nSpecify `COMPOSE_FILE` if different from the default: `docker-compose.yml`. See [Docker Compose documentation](https://docs.docker.com/compose/compose-file/build/) for more details.\n\n```yaml\nbuild_app:\n  variables:\n    COMPOSE_FILE: docker-compose.build.yml\n  stage: build\n  script:\n    - docker-compose build app\n    - docker-compose push app\n```\n\n### Run trivy\n\nAdjust the image-name and tag after copying the command to your `.gitlab-ci.yml`. See [trivy documentation](https://aquasecurity.github.io/trivy/latest/docs/target/container_image/) for more details.\n\n```yaml\ncontainer_scan:\n  script:\n    - |\n      trivy image \\\n        --severity HIGH,CRITICAL \\\n        --ignore-unfixed \\\n        --exit-code 1 \\\n        registry.gitlab.com/your-repository-path/your-image-name:your-tag\n```\n\n## Contributing\n\nTo release a new version on Docker Hub run:\n\n```bash\nexport VERSION=\"0.65.0\"\n\n# Init buildx\ndocker buildx create --use\n\n# Build, tag and push\ndocker buildx build \\\n  --platform linux/amd64,linux/arm64/v8 \\\n  --tag ueberdosis/build-tools:$VERSION \\\n  --push \\\n  .\n```\n\n## License\n\nGNU General Public License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueberdosis%2Fbuild-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fueberdosis%2Fbuild-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueberdosis%2Fbuild-tools/lists"}