{"id":15700462,"url":"https://github.com/theotterlord/docker-bun","last_synced_at":"2025-05-12T13:15:23.000Z","repository":{"id":50407816,"uuid":"517319957","full_name":"TheOtterlord/docker-bun","owner":"TheOtterlord","description":"Docker base images for bun!","archived":false,"fork":false,"pushed_at":"2022-09-18T12:42:13.000Z","size":5,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T13:15:07.847Z","etag":null,"topics":["bun","docker","image"],"latest_commit_sha":null,"homepage":"","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/TheOtterlord.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}},"created_at":"2022-07-24T12:38:09.000Z","updated_at":"2025-03-08T14:42:03.000Z","dependencies_parsed_at":"2023-01-18T13:15:17.831Z","dependency_job_id":null,"html_url":"https://github.com/TheOtterlord/docker-bun","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fdocker-bun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fdocker-bun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fdocker-bun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fdocker-bun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheOtterlord","download_url":"https://codeload.github.com/TheOtterlord/docker-bun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745196,"owners_count":21957319,"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":["bun","docker","image"],"created_at":"2024-10-03T19:48:46.321Z","updated_at":"2025-05-12T13:15:22.961Z","avatar_url":"https://github.com/TheOtterlord.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eDocker Bun\u003c/h1\u003e\n\nContainerise your Bun apps with Docker! This is an unofficial docker image repository, covering the common base images. PRs to improve the images are welcome.\n\n## Example Dockerfile\n\n```Dockerfile\nFROM ghcr.io/theotterlord/bun:alpine\n\nWORKDIR /app\n\nCOPY package.json bun.lockb bunfig.toml ./\n\nRUN bun install\n# skip installing devDependencies in production\n# RUN bun install --production\n\n# copy app source\nCOPY . .\n\n# run entrypoint file with bun\nCMD [\"bun\", \"index.js\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheotterlord%2Fdocker-bun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheotterlord%2Fdocker-bun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheotterlord%2Fdocker-bun/lists"}