Skip to content

fischerscode/DockerFlutter

Repository files navigation

A Docker image for doing Flutter stuff

Build Branches

This repository builds ubuntu based docker images containing the flutter executable.

One use case for this image is the build of Flutter Web Applications.

Tags

Currently every new branch and new tag of the flutter repo gets build.

Additionally at least every hour the 20 most recently updated branches are build.

The every image in the stable branch is additionally uploaded with the latest tag.

Most important should be this tags:

tag description
latest Flutters stable channel.
stable Flutters stable channel.
beta Flutters beta channel.
master Flutters master channel.