{"id":20911089,"url":"https://github.com/lren-chuv/docker-compose-for-ci","last_synced_at":"2026-04-21T18:02:57.632Z","repository":{"id":144914377,"uuid":"97585360","full_name":"LREN-CHUV/docker-compose-for-ci","owner":"LREN-CHUV","description":"Build environment for our projects on CircleCI","archived":false,"fork":false,"pushed_at":"2019-05-20T08:40:20.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-12T21:36:36.950Z","etag":null,"topics":["docker-image","infrastructure","testing"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LREN-CHUV.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":"2017-07-18T10:25:58.000Z","updated_at":"2019-05-20T08:40:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec58f309-6ec6-4937-87ca-3a99c5f04c79","html_url":"https://github.com/LREN-CHUV/docker-compose-for-ci","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/LREN-CHUV/docker-compose-for-ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fdocker-compose-for-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fdocker-compose-for-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fdocker-compose-for-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fdocker-compose-for-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LREN-CHUV","download_url":"https://codeload.github.com/LREN-CHUV/docker-compose-for-ci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fdocker-compose-for-ci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32103647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":["docker-image","infrastructure","testing"],"created_at":"2024-11-18T14:19:11.958Z","updated_at":"2026-04-21T18:02:57.615Z","avatar_url":"https://github.com/LREN-CHUV.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/LREN-CHUV/docker-compose-for-ci/blob/master/LICENSE) [![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fdocker--compose--for--ci-008bb8.svg)](https://hub.docker.com/r/hbpmip/docker-compose-for-ci/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/docker-compose-for-ci.svg)](https://hub.docker.com/r/hbpmip/docker-compose-for-ci/tags \"hbpmip/docker-compose-for-ci image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/docker-compose-for-ci.svg)](https://microbadger.com/#/images/hbpmip/docker-compose-for-ci \"hbpmip/docker-compose-for-ci on microbadger\") [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3b8686d1b2fe4c859cedcd0f435569ff)](https://www.codacy.com/app/hbp-mip/docker-compose-for-ci?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=LREN-CHUV/docker-compose-for-ci\u0026amp;utm_campaign=Badge_Grade) [![CircleCI](https://circleci.com/gh/LREN-CHUV/docker-compose-for-ci.svg?style=svg)](https://circleci.com/gh/LREN-CHUV/docker-compose-for-ci)\n\n# Docker image for Docker-compose used for continuous builds\n\nBase image to use when building and testing projects in continuous integration (e.g. [CircleCI](https://circleci.com)).\n\n## Introduction\n\nThis project provides a build environment for our projects on CircleCI.\n\nIt provides:\n\n* Docker (provided by CI environment)\n* docker-compose\n* captain\n* pre-commit\n\n## Usage\n\nExample:\n\n.circleci/config.yml:\n\n```\nversion: 2\njobs:\n  build:\n    working_directory: ~/src\n    docker:\n      - image: hbpmip/docker-compose-for-ci:18.09-5\n    environment:\n       - CIRCLECI: true\n    steps:\n      - setup_remote_docker:\n          version: 17.06.0-ce\n      - checkout\n      - run:\n          name: \"Install requirements\"\n          command: |\n            pre-commit install\n      - run:\n          name: \"Validate code quality\"\n          command: |\n            pre-commit run --all-files\n      - run:\n          name: \"Build the project\"\n          command: |\n            PATH=$PATH:/$HOME/.captain/bin/ ./build.sh\n      - run:\n          name: \"Test the project\"\n          command: |\n            PATH=$PATH:/$HOME/.captain/bin/ ./tests/test.sh\n\n```\n\n## Build\n\nRun: `./build.sh`\n\n## Publish on Docker Hub\n\nRun: `./publish.sh`\n\n## License\n\n### docker-compose-for-ci\n\n(This project)\n\nThis is the MIT license: http://www.opensource.org/licenses/mit-license.php\n\nCopyright (C) 2017 [LREN CHUV](https://www.unil.ch/lren/en/home.html)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this\nsoftware and associated documentation files (the \"Software\"), to deal in the Software\nwithout restriction, including without limitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or\nsubstantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE\nFOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n\n### tmaier/docker-compose\n\n(parent image)\n\nThis is the MIT license: http://www.opensource.org/licenses/mit-license.php\n\nCopyright (c) 2017 Tobias L. Maier.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this\nsoftware and associated documentation files (the \"Software\"), to deal in the Software\nwithout restriction, including without limitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of the Software, and to permit persons\nto whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or\nsubstantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE\nFOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n\n# Acknowledgements\n\nThis work has been funded by the European Union Seventh Framework Program (FP7/2007­2013) under grant agreement no. 604102 (HBP)\n\nThis work is part of SP8 of the Human Brain Project (SGA1).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flren-chuv%2Fdocker-compose-for-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flren-chuv%2Fdocker-compose-for-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flren-chuv%2Fdocker-compose-for-ci/lists"}