Sign inSign up

minddocdev/flutter-android

By minddocdev

Updated about 7 years ago

Docker image with flutter and android dependencies for CI

Image
0

877

minddocdev/flutter-android repository overview

flutter-android

Lightweight ubuntu docker image with all the dependencies to run flutter and android tests, tagging stable versions.

Docker Hub

docker pull

You can pull the image from Docker Hub using the docker pull minddocdev/flutter-android command. We use automated build set up.

docker pull minddocdev/flutter-android
docker run

To jump into the container's bash shell

docker run -it minddocdev/flutter-android /bin/sh
docker build

You can also build the image yourself. Checkout the repository

git clone https://github.com/minddocdev/flutter-android
cd flutter-android
docker build -t minddocdev/flutter-android .
docker images minddocdev/flutter-android

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

about 7 years ago

docker pull minddocdev/flutter-android