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

Implement multi stage builds (closes #4)

Open matsp opened this issue 4 years ago • 3 comments

matsp avatar Jan 09 '21 11:01 matsp

Before merging I need to setup github actions to build the images because dockerhub is missing the feature to pass in build args to the pipeline.

matsp avatar Jan 12 '21 21:01 matsp

Should we maybe provide a script as well, how to build the docker images (since its split into multiple files one has to build the base first, then android image).

Maybe this is the same as the github actions?

x29a avatar Jan 14 '21 10:01 x29a

We should but the main goal will be to directly use the images from a registry without building them.

matsp avatar Jan 14 '21 11:01 matsp