diff --git a/README.md b/README.md index 10ee01c..0e35557 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Dockerfiles @ [git.openprivacy.ca/openprivacy/flutter-desktop](https://git.openp These docker containers incorporate or are build on [cirrusci](https://hub.docker.com/u/cirrusci) ([cirruslabs](https://github.com/cirruslabs)). +- linux-fstable-3.10.2 is flutter 3.10.2, glibc 2.31, apt installing the needed utils including npm, cucumber-html-reporter +- windows-sdk30-fstable-3.10.2 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (3.10.2), and Google Root cert gtsr1 (for future proofing pub get) + - linux-fstable-3.7.1 is flutter 3.7.1, glibc 2.31, apt installing the needed utils including npm, cucumber-html-reporter - incorperated [cirrusci](https://hub.docker.com/u/cirrusci) Dockerfiles directly into linux Dockerfile to control base OS version (revert to ubuntu 20.04) to get older glibc (2.31) to support older distros -- windows-sdk30-fstable-3.7.1 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (3.7.1), and Google Root cert gtsr1 (for future proofing pub get) - linux-fstable-3.3.8 is cirrusci/flutter:3.3.9 + apt installing the needed utils (glibc 2.31) (including npm and cucumber-html-reporter) - manually rebuilt parent containers with ubuntu 20.04 for glibc 2.31 for greater compatibility - windows-sdk30-fstable-3.3.8 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (3.3.8), and Google Root cert gtsr1 (for future proofing pub get) @@ -18,6 +20,7 @@ These docker containers incorporate or are build on [cirrusci](https://hub.docke - linux-fdev2.5-rc is cirrusci/flutter:2.5.0-6pre + apt installing the needed utils - linux-fdev2.2-rc is cirrusci/flutter:2.2 rc + apt installing the needed utils - linux-dev is cirrusci/flutter:2.2 rc + apt installing the needed utils +- windows-sdk30-fstable-3.7.1 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (3.7.1), and Google Root cert gtsr1 (for future proofing pub get) - windows-sdk30-fstable-3.0.1 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (3.0.1), and Google Root cert gtsr1 (for future proofing pub get) - windows-sdk30-fstable-2.8.1 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (2.8.1), and Google Root cert gtsr1 (for future proofing pub get) - windows-sdk30-fstable2.5.3 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (2.5.3), and Google Root cert gtsr1 (for future proofing pub get) diff --git a/linux/Dockerfile b/linux/Dockerfile index 2c6388b..2110c04 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -49,7 +49,7 @@ RUN if [[ $(uname -m) == "x86_64" ]] ; then sdkmanager emulator ; fi # USER root ENV FLUTTER_HOME=${HOME}/sdks/flutter \ - FLUTTER_VERSION=3.7.1 + FLUTTER_VERSION=3.10.2 ENV FLUTTER_ROOT=$FLUTTER_HOME ENV PATH ${PATH}:${FLUTTER_HOME}/bin:${FLUTTER_HOME}/bin/cache/dart-sdk/bin diff --git a/windows/Dockerfile b/windows/Dockerfile index 1ca5062..9d7cb25 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -34,7 +34,7 @@ RUN powershell.exe -Command \ RUN setx path "%path%;C:\flutter\bin;C:\flutter\bin\cache\dart-sdk\bin;" -RUN git clone -b 3.7.1 https://github.com/flutter/flutter.git C:\flutter +RUN git clone -b 3.10.2 https://github.com/flutter/flutter.git C:\flutter RUN flutter config --no-analytics