{"id":16223914,"url":"https://github.com/kohkimakimoto/buildsh","last_synced_at":"2026-04-16T04:32:14.408Z","repository":{"id":141039433,"uuid":"83637828","full_name":"kohkimakimoto/buildsh","owner":"kohkimakimoto","description":"Several script files make it easy to run commands in an isolated docker container for building, testing and deploying softwares. ","archived":false,"fork":false,"pushed_at":"2018-08-02T02:15:25.000Z","size":1346,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T01:46:11.204Z","etag":null,"topics":["bash","docker"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kohkimakimoto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-02T05:24:10.000Z","updated_at":"2018-08-02T02:15:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"c26c0fb3-10b2-4dd9-b85c-369453632185","html_url":"https://github.com/kohkimakimoto/buildsh","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kohkimakimoto/buildsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohkimakimoto%2Fbuildsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohkimakimoto%2Fbuildsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohkimakimoto%2Fbuildsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohkimakimoto%2Fbuildsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kohkimakimoto","download_url":"https://codeload.github.com/kohkimakimoto/buildsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kohkimakimoto%2Fbuildsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31871535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","docker"],"created_at":"2024-10-10T12:20:50.772Z","updated_at":"2026-04-16T04:32:14.386Z","avatar_url":"https://github.com/kohkimakimoto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buildsh\n\nSeveral script files make it easy to run commands in an isolated docker container for building, testing and deploying softwares.\n\n## Requirements\n\n* Docker\n\n## Usage\n\nTry to run `buildsh-default` without any options.\n\n```\n$ buildsh-default\n```\n\nThe `buildsh-default` boots a docker container using the docker image `kohkimakimoto/buildsh:latest`, and starts a bash process with interactive mode. Your current working direcotory is automatically mounted to `/build` directory in the container, and several programming language runtimes (Go, Ruby, PHP, etc...) already be installed in the container. \nSo you can run your project's tests by the following commands.\n\n```\n# php\n$ php phpunit\n\n# go\n$ go test ./...\n\n# shell script\n$ bash ./tests.sh\n```\n\nWhen you exit the shell, the container will be removed automatically.\n\n```\n$ exit\n```\n\nIf you use `buildsh-default` in non interactive mode, you use it with '-c' option with commands executed in the container.\n\n```\n$ buildsh-default -c 'php phpunit'\n```\n\n## Author\n\nKohki Makimoto \u003ckohki.makimoto@gmail.com\u003e\n\n## License\n\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkohkimakimoto%2Fbuildsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkohkimakimoto%2Fbuildsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkohkimakimoto%2Fbuildsh/lists"}