From c449ebc183a17e74915ef46ab76386c9c4378a28 Mon Sep 17 00:00:00 2001 From: Tobias Busch Date: Wed, 1 Nov 2023 16:26:58 +0100 Subject: [PATCH] Updates to Flutter SDK 3.13.0 --- Dockerfile | 2 +- Makefile | 2 +- README.md | 96 ++++++++++++++++++++++++++++-------------------------- 3 files changed, 51 insertions(+), 49 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14fe686..351528e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM mobiledevops/android-sdk-image:33.0.2 -ENV FLUTTER_VERSION="3.13.8" +ENV FLUTTER_VERSION="3.13.0" ENV FLUTTER_HOME "/home/mobiledevops/.flutter-sdk" ENV PATH $PATH:$FLUTTER_HOME/bin diff --git a/Makefile b/Makefile index 3967177..5f6b350 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ IMAGE_TAG := $(IMAGE_TAG) -IMAGE := mobiledevops/flutter-sdk-image +IMAGE := slashwhyorganization/flutter-sdk-image release: \ tag_image \ diff --git a/README.md b/README.md index 2b03949..431fa85 100644 --- a/README.md +++ b/README.md @@ -4,51 +4,52 @@ Docker image to build a Flutter app `*.apk` for Android. The latest image contai Currently: -| Version | Ref | Release Date | -|---|---|---| -| 3.13.8 | 6c4930c | 18.10.2023 | +| Version | Ref | Release Date | +| ------- | ------- | ------------ | +| 3.13.0 | efbf63d | 16.08.2023 | ## Releases -| Tag | Flutter Version | Flutter Channel | -|---|---|---| -| 3.10.3 | 3.10.3 | stable | -| 3.10.2 | 3.10.2 | stable | -| 3.10.1 | 3.10.1 | stable | -| 3.10.0 | 3.10.0 | stable | -| 3.7.12 | 3.7.12 | stable | -| 3.7.11 | 3.7.11 | stable | -| 3.7.10 | 3.7.10 | stable | -| 3.7.9 | 3.7.9 | stable | -| 3.7.8 | 3.7.8 | stable | -| 3.7.7 | 3.7.7 | stable | -| 2.0.1 | 2.0.1 | stable | -| 1.22.5 | 1.22.5 | stable | -| 1.22.4 | 1.22.4 | stable | -| 1.22.3 | 1.22.3 | stable | -| 1.22.2 | 1.22.2 | stable | -| 1.22.1 | 1.22.1 | stable | -| 1.22.0 | 1.22.0 | stable | -| 1.20.4 | 1.20.4 | stable | -| 1.20.3 | 1.20.3 | stable | -| 1.20.2 | 1.20.2 | stable | -| 1.20.1 | 1.20.1 | stable | -| 1.20.0 | 1.20.0 | stable | -| 1.17.5 | 1.17.5 | stable | -| 1.17.4 | 1.17.4 | stable | -| 1.17.3 | 1.17.3 | stable | -| 1.17.2 | 1.17.2 | stable | -| 1.17.1 | 1.17.1 | stable | -| 1.17.0 | 1.17.0 | stable | -| v1.12.13-hotfix.9 | v1.12.13+hotfix.9 | stable | -| v1.12.13-hotfix.8 | v1.12.13+hotfix.8 | stable | -| v1.12.13-hotfix.7 | v1.12.13+hotfix.7 | stable | -| v1.12.13-hotfix.5 | v1.12.13+hotfix.5 | stable | -| v1.9.1-hotfix.6 | v1.9.1+hotfix.6 | stable | -| v1.9.1-hotfix.5 | v1.9.1+hotfix.5 | stable | -| v1.9.1-hotfix.4 | v1.9.1+hotfix.4 | stable | -| v1.9.1-hotfix.2 | v1.9.1+hotfix.2 | stable | -| v1.7.8-hotfix.4 | v1.7.8+hotfix.4 | stable | +| Tag | Flutter Version | Flutter Channel | +| ----------------- | ----------------- | --------------- | +| 3.13.0 | efbf63d | 16.08.2023 | +| 3.10.3 | 3.10.3 | stable | +| 3.10.2 | 3.10.2 | stable | +| 3.10.1 | 3.10.1 | stable | +| 3.10.0 | 3.10.0 | stable | +| 3.7.12 | 3.7.12 | stable | +| 3.7.11 | 3.7.11 | stable | +| 3.7.10 | 3.7.10 | stable | +| 3.7.9 | 3.7.9 | stable | +| 3.7.8 | 3.7.8 | stable | +| 3.7.7 | 3.7.7 | stable | +| 2.0.1 | 2.0.1 | stable | +| 1.22.5 | 1.22.5 | stable | +| 1.22.4 | 1.22.4 | stable | +| 1.22.3 | 1.22.3 | stable | +| 1.22.2 | 1.22.2 | stable | +| 1.22.1 | 1.22.1 | stable | +| 1.22.0 | 1.22.0 | stable | +| 1.20.4 | 1.20.4 | stable | +| 1.20.3 | 1.20.3 | stable | +| 1.20.2 | 1.20.2 | stable | +| 1.20.1 | 1.20.1 | stable | +| 1.20.0 | 1.20.0 | stable | +| 1.17.5 | 1.17.5 | stable | +| 1.17.4 | 1.17.4 | stable | +| 1.17.3 | 1.17.3 | stable | +| 1.17.2 | 1.17.2 | stable | +| 1.17.1 | 1.17.1 | stable | +| 1.17.0 | 1.17.0 | stable | +| v1.12.13-hotfix.9 | v1.12.13+hotfix.9 | stable | +| v1.12.13-hotfix.8 | v1.12.13+hotfix.8 | stable | +| v1.12.13-hotfix.7 | v1.12.13+hotfix.7 | stable | +| v1.12.13-hotfix.5 | v1.12.13+hotfix.5 | stable | +| v1.9.1-hotfix.6 | v1.9.1+hotfix.6 | stable | +| v1.9.1-hotfix.5 | v1.9.1+hotfix.5 | stable | +| v1.9.1-hotfix.4 | v1.9.1+hotfix.4 | stable | +| v1.9.1-hotfix.2 | v1.9.1+hotfix.2 | stable | +| v1.7.8-hotfix.4 | v1.7.8+hotfix.4 | stable | ## Usage @@ -67,8 +68,8 @@ Example: version: 2.1 jobs: build: - docker: - - image: mobiledevops/flutter-sdk-image:3.10.3 + docker: + - image: slashwhyorganization/flutter-sdk-image:3.13.0 steps: - checkout - run: @@ -78,7 +79,7 @@ jobs: Example Project: https://github.com/mobiledevops/flutter-ci-demo -### Travis CI +### Travis CI To use a Docker container on Travis CI, you have to pull, run and execute it manually because Travis CI has no Docker executor: https://docs.travis-ci.com/user/docker/ @@ -95,7 +96,7 @@ services: - docker env: - - DOCKER_IMAGE=mobiledevops/flutter-sdk-image:3.10.3 + - DOCKER_IMAGE=slashwhyorganization/flutter-sdk-image:3.13.0 before_install: - docker pull $DOCKER_IMAGE @@ -105,6 +106,7 @@ before_install: script: - docker exec android_ci flutter build apk ``` + Example Project: https://github.com/mobiledevops/flutter-ci-demo ### GitLab CI @@ -117,7 +119,7 @@ Example: ``` # .gitlab-ci.yml -image: mobiledevops/flutter-sdk-image:3.10.3 +image: slashwhyorganization/flutter-sdk-image:3.13.0 stages: - build