{"id":24055905,"url":"https://github.com/instrumentisto/flutter-docker-image","last_synced_at":"2026-02-12T14:15:34.376Z","repository":{"id":39413930,"uuid":"422523709","full_name":"instrumentisto/flutter-docker-image","owner":"instrumentisto","description":"Flutter Docker image","archived":false,"fork":false,"pushed_at":"2025-12-15T20:22:23.000Z","size":189,"stargazers_count":59,"open_issues_count":1,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-12-19T04:00:17.580Z","etag":null,"topics":["docker-flutter","flutter","flutter-android","flutter-docker","flutter-linux"],"latest_commit_sha":null,"homepage":"https://flutter.dev","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/instrumentisto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-29T09:53:52.000Z","updated_at":"2025-12-15T20:22:26.000Z","dependencies_parsed_at":"2024-02-29T13:08:17.026Z","dependency_job_id":"070034aa-e385-4ada-9caf-776fef40e864","html_url":"https://github.com/instrumentisto/flutter-docker-image","commit_stats":null,"previous_names":[],"tags_count":120,"template":false,"template_full_name":null,"purl":"pkg:github/instrumentisto/flutter-docker-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Fflutter-docker-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Fflutter-docker-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Fflutter-docker-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Fflutter-docker-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instrumentisto","download_url":"https://codeload.github.com/instrumentisto/flutter-docker-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Fflutter-docker-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"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":["docker-flutter","flutter","flutter-android","flutter-docker","flutter-linux"],"created_at":"2025-01-09T04:32:23.988Z","updated_at":"2026-02-12T14:15:34.370Z","avatar_url":"https://github.com/instrumentisto.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flutter Docker image\n====================\n\n[![Release](https://img.shields.io/github/v/release/instrumentisto/flutter-docker-image \"Release\")](https://github.com/instrumentisto/flutter-docker-image/releases)\n[![CI](https://github.com/instrumentisto/flutter-docker-image/actions/workflows/ci.yml/badge.svg?branch=main \"CI\")](https://github.com/instrumentisto/flutter-docker-image/actions?query=workflow%3ACI+branch%3Amain)\n[![Docker Hub](https://img.shields.io/docker/pulls/instrumentisto/flutter?label=Docker%20Hub%20pulls \"Docker Hub pulls\")](https://hub.docker.com/r/instrumentisto/flutter)\n\n[Docker Hub](https://hub.docker.com/r/instrumentisto/flutter)\n| [GitHub Container Registry](https://github.com/orgs/instrumentisto/packages/container/package/flutter)\n| [Quay.io](https://quay.io/repository/instrumentisto/flutter)\n\n[Changelog](https://github.com/instrumentisto/flutter-docker-image/blob/main/CHANGELOG.md)\n\nBased on [`ghcr.io/cirruslabs/android-sdk` Docker image][2].\n\n\n\n\n## Supported tags and respective `Dockerfile` links\n\n- [`3.38.10-androidsdk36-r0`, `3.38.10`, `3.38`, `3`, `latest`][201]\n\n\n\n\n## Supported toolchains\n\n- `Android`\n- `Linux`\n- `Web`\n\n\n\n\n## What is [Flutter]?\n\n[Flutter] is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.\n  \nThis image contains all the necessary toolkit fot building [Flutter] applications.\n\n\u003e [flutter.dev](https://flutter.dev)\n\n![Flutter Logo](https://flutter.dev/assets/images/shared/brand/flutter/logo/flutter-lockup.png)\n\n\n\n\n## How to use this image\n\nMount your project directory and run the necessary `flutter` command:\n```bash\ndocker run --rm -v /my/rust/project:/app -w /app instrumentisto/flutter \\\n    flutter doctor\n```\n\n\n### Non-`root` usage\n\nIf you cannot run this image as `root`, use the `1000` user instead, which owns `flutter_tools` inside the image:\n```bash\ndocker run --rm --user 1000:1000 \\\n           -v /my/rust/project:/app -w /app instrumentisto/flutter \\\n    flutter doctor\n```\n\n\n\n\n## Image tags\n\n\n### `\u003cX\u003e`\n\nLatest tag of the latest major `X` [Flutter] version.\n\n\n### `\u003cX.Y\u003e`\n\nLatest tag of the latest minor `X.Y` [Flutter] version.\n\n\n### `\u003cX.Y.Z\u003e`\n\nLatest tag of the concrete `X.Y.Z` [Flutter] version.\n\n\n### `\u003cX.Y.Z\u003e-androidsdk\u003cA\u003e-r\u003cN\u003e`\n\nConcrete `N` image revision tag of the concrete `X.Y.Z` [Flutter] version with the concrete `A` API level version of [Android SDK].\n\nOnce built, it's never updated.\n\n\n\n\n## License\n\n[Flutter] is licensed under [BSD 3-Clause \"New\" or \"Revised\" license][92].\n\nAs with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).\n\nAs for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.\n\nThe [sources][90] for producing `instrumentisto/flutter` Docker images are licensed under [Blue Oak Model License 1.0.0][91].\n\n\n\n\n## Issues\n\nWe can't notice comments in the [DockerHub] (or other container registries) so don't use them for reporting issue or asking question.\n\nIf you have any problems with or questions about this image, please contact us through a [GitHub issue][80].\n\n\n\n\n[Android SDK]: https://developer.android.com/studio\n[DockerHub]: https://hub.docker.com\n[Flutter]: https://flutter.dev\n\n[2]: https://github.com/cirruslabs/docker-images-android/pkgs/container/android-sdk\n\n[80]: https://github.com/instrumentisto/flutter-docker-image/issues\n[90]: https://github.com/instrumentisto/flutter-docker-image\n[91]: https://github.com/instrumentisto/flutter-docker-image/blob/main/LICENSE.md\n[92]: https://github.com/flutter/flutter/blob/master/LICENSE\n\n[201]: https://github.com/instrumentisto/flutter-docker-image/blob/main/Dockerfile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstrumentisto%2Fflutter-docker-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstrumentisto%2Fflutter-docker-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstrumentisto%2Fflutter-docker-image/lists"}