{"id":16111293,"url":"https://github.com/vergissberlin/flutter-build","last_synced_at":"2026-03-18T17:59:07.479Z","repository":{"id":192443817,"uuid":"686731822","full_name":"vergissberlin/flutter-build","owner":"vergissberlin","description":"Build flutter web apps ","archived":false,"fork":false,"pushed_at":"2025-08-29T12:35:43.000Z","size":8,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T15:47:45.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/vergissberlin.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":"2023-09-03T18:58:44.000Z","updated_at":"2025-08-29T12:31:09.000Z","dependencies_parsed_at":"2024-10-31T22:34:11.267Z","dependency_job_id":null,"html_url":"https://github.com/vergissberlin/flutter-build","commit_stats":null,"previous_names":["vergissberlin/flutter-build"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vergissberlin/flutter-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fflutter-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fflutter-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fflutter-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fflutter-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vergissberlin","download_url":"https://codeload.github.com/vergissberlin/flutter-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fflutter-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"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":[],"created_at":"2024-10-09T19:41:25.017Z","updated_at":"2026-01-21T16:01:37.307Z","avatar_url":"https://github.com/vergissberlin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter-build\n\n[![Docker](https://github.com/vergissberlin/flutter-build/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/vergissberlin/flutter-build/actions/workflows/docker-publish.yml)\n\nBuild Flutter **web apps** with Docker.\n\n## Getting Started\n\n### Using this as base for your own Dockerfile\n\n```Dockerfile\nFROM ghcr.io/vergissberlin/flutter-build:main as builder\n\n# Copy your code to the container\nCOPY . /app\n\n# Build the web app\nRUN flutter build web --release\n\n# Start a new stage with nginx\nFROM nginx:alpine-slim as webserver\n\n# Copy the build from the builder stage\nCOPY --from=builder /app/build/web /usr/share/nginx/html\n```\n\n### Use it directly\n\n```bash\ndocker run --rm -v $(pwd):/app -w /app ghcr.io/vergissberlin/flutter-build:main flutter build web --release\n```\n\n### Use it within a gitlab-ci pipeline\n\n```yaml\nstages:\n  - build\n  \nbuild:\n    stage: build\n    image: ghcr.io/vergissberlin/flutter-build:main\n    script:\n        - flutter build web --release\n    artifacts:\n        paths:\n        - build/web\n```    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Fflutter-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvergissberlin%2Fflutter-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Fflutter-build/lists"}