{"id":19281245,"url":"https://github.com/zouloux/docker-debian-bun","last_synced_at":"2026-03-19T09:03:49.479Z","repository":{"id":106856351,"uuid":"554838680","full_name":"zouloux/docker-debian-bun","owner":"zouloux","description":"Docker image for Bun server, based on Debian.","archived":false,"fork":false,"pushed_at":"2022-10-20T15:45:43.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T05:51:31.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/zouloux.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":"2022-10-20T13:37:50.000Z","updated_at":"2022-10-20T13:52:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1566502-d078-4ab1-a1f0-b0227f9dc408","html_url":"https://github.com/zouloux/docker-debian-bun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zouloux/docker-debian-bun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zouloux%2Fdocker-debian-bun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zouloux%2Fdocker-debian-bun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zouloux%2Fdocker-debian-bun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zouloux%2Fdocker-debian-bun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zouloux","download_url":"https://codeload.github.com/zouloux/docker-debian-bun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zouloux%2Fdocker-debian-bun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29187212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-09T21:22:07.375Z","updated_at":"2026-02-07T05:32:34.927Z","avatar_url":"https://github.com/zouloux.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Debian Bun aka Debun 🐇\n\nDebun is a Docker image for Bun server based on the latest Debian image.\n\nThis docker image is built form `arm64` and `amd64`. It will work on m1 mac as well on intel architectures.\n\n### Use it with docker-compose\n\n##### `docker-composer.yaml`\n\n```yaml\nversion: \"3.7\"\nservices:\n  debun :\n    image: 'zouloux/docker-debian-bun'\n    ports :\n      - '3000:3000'\n    volumes:\n      - './:/root'\n```\n\n##### `package.json`\n\n```json\n{\n  \"scripts\" : {\n  \t\"start\" : \"bun server.ts\"\n  }\n}\n\n```\n\n##### `server.ts`\n\n```ts\nexport default {\n\tport: 3000,\n\tfetch (request) {\n\t\treturn new Response(\"Welcome to Bun!\");\n\t},\n};\n```\n\n\n### Build your own and specify bun version\n\n1. Clone this repo or download the [Dockerfile](https://raw.githubusercontent.com/zouloux/docker-debian-bun/main/Dockerfile)\n2. To build a version, run `docker build -t debun:X.X.X . --build-arg BUN_VERSION=X.X.X` (replace the 2 `X.X.X` with the bun version you want)\n3. Use it with a `docker-compose.yaml` or run `docker run -it debun:X.X.X`\n\n### Test it\n\n1. `git clone https://github.com/zouloux/docker-debian-bun.git`\n2. `cd docker-debian-bun/test`\n3. `docker-compose up`\n4. Navigate to http://localhost:3000","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzouloux%2Fdocker-debian-bun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzouloux%2Fdocker-debian-bun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzouloux%2Fdocker-debian-bun/lists"}