{"id":20911055,"url":"https://github.com/lren-chuv/ubuntu-for-ci","last_synced_at":"2026-04-21T08:01:54.085Z","repository":{"id":144914604,"uuid":"106476232","full_name":"LREN-CHUV/ubuntu-for-ci","owner":"LREN-CHUV","description":"Base Ubuntu image to use when building and testing projects in continuous integration","archived":false,"fork":false,"pushed_at":"2019-05-17T15:26:12.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-19T15:34:26.648Z","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-10-10T22:02:03.000Z","updated_at":"2019-05-17T15:26:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f2245da-26e0-4317-81b4-2ffbf8b474d1","html_url":"https://github.com/LREN-CHUV/ubuntu-for-ci","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fubuntu-for-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fubuntu-for-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fubuntu-for-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Fubuntu-for-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LREN-CHUV","download_url":"https://codeload.github.com/LREN-CHUV/ubuntu-for-ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243301123,"owners_count":20269287,"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":["docker-image","infrastructure","testing"],"created_at":"2024-11-18T14:19:06.006Z","updated_at":"2025-12-25T08:50:41.612Z","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/TODO)](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 Ubuntu used for continuous builds\n\nBase Ubuntu 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* Ubuntu\n* git\n* Ansible\n* pre-commit, shellcheck, ansible-lint\n* A 'tester' user\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/ubuntu-for-ci:16.04-1\n    environment:\n       - CIRCLECI: true\n    steps:\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            ./build.sh\n      - run:\n          name: \"Test the project\"\n          command: |\n            ./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### ubuntu-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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flren-chuv%2Fubuntu-for-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flren-chuv%2Fubuntu-for-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flren-chuv%2Fubuntu-for-ci/lists"}