docker-flutter icon indicating copy to clipboard operation
docker-flutter copied to clipboard

CI/CD

Open pkill37 opened this issue 3 years ago • 5 comments

Are these images also appropriate for CI/CD, you think? Basically running flutter test, flutter analyze, and flutter build.

pkill37 avatar Nov 04 '20 13:11 pkill37

You can use it for CI but keep in mind that the included emulator + packages are not small. Because of this fact the image size is quite high.

matsp avatar Nov 04 '20 13:11 matsp

Should be smaller after #4, no?

pkill37 avatar Nov 04 '20 13:11 pkill37

Right :) Want to bring this as soon as possible, because it's also practical when you use different operating systems.

matsp avatar Nov 04 '20 13:11 matsp

Cool, will be looking out for it :)

Basically I want to run exactly the same images in development as in CI/CD.

pkill37 avatar Nov 04 '20 14:11 pkill37

With #16 you can execute a smaller base image for your CI. To build an android App you will still need full blown image..

matsp avatar Jan 09 '21 20:01 matsp