Skip to content
/ flutter Public

Lightweight ubuntu docker image with all the dependencies to run flutter tests

License

Notifications You must be signed in to change notification settings

sceee/flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

flutter

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

Docker Hub

docker pull

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

docker pull minddocdev/flutter

docker run

To jump into the container's bash shell

docker run -it minddocdev/flutter /bin/sh

For instance, if you want to generate golden files locally (useful to be checked on CI):

docker run -ti -v ${PWD}:/myproject -w /myproject minddocdev/flutter \
/bin/sh -c "flutter packages get && flutter test --update-goldens test"

docker build

You can also build the image yourself. Checkout the repository

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

Links

About

Lightweight ubuntu docker image with all the dependencies to run flutter tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •