Skip to content
Snippets Groups Projects
Commit 40c636ef authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Init

parents
No related branches found
No related tags found
No related merge requests found
FROM ghcr.io/cirruslabs/flutter:3.29.1
MAINTAINER Marvin flutter-ci-image@xcds.de
# Create a dummy flutter app and compile it once to force flutter to download the android sdks
# The sdk should stay in the app to speedup pipelines
RUN mkdir /test-app && cd /test-app && flutter create my_app && cd my_app && flutter build apk && rm /test-app -rf && cd /
# Docker Images for [Flutter](https://flutter.dev/)
You can either use it in a ci pipeline or run locally via podman:
```bash
podman run --rm -it -v ${PWD}:/build:z --workdir /build registry.gitlab.fachschaften.org/togir2/flutter-ci-container flutter build apk
```
The example above simply mount current working directory and runs `flutter build apk`
## Gitlab Container Registry
https://gitlab.fachschaften.org/togir2/flutter-ci-container/container_registry
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment