Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flutter-android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
flutter
flutter-android
Compare revisions
0be91320ca24e3487e29d2ef3f3547f7d6ac2a3f to 8064528a4012e1b9a5d31b5b355046b0c501063c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
docker-images/flutter/flutter-android
Select target project
No results found
8064528a4012e1b9a5d31b5b355046b0c501063c
Select Git revision
Swap
Target
docker-images/flutter/flutter-android
Select target project
docker-images/flutter/flutter-android
1 result
0be91320ca24e3487e29d2ef3f3547f7d6ac2a3f
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
update demo project for testing
· 3a9e0676
Andri Joos
authored
4 months ago
3a9e0676
bump flutter version to 3.24.3
· 8064528a
Andri Joos
authored
4 months ago
8064528a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
with
5 additions
and
3 deletions
.gitlab-ci.yml
View file @
8064528a
...
...
@@ -9,4 +9,4 @@ build:
DOCKER_BUILDX_PLATFORMS
:
linux/amd64
TAG_SUFFIX
:
android
IMAGE_BASENAME
:
${IMAGE_PREFIX}/flutter
IMAGE_NAME
:
${IMAGE_BASENAME}:3.24.
2
-${TAG_SUFFIX},${IMAGE_BASENAME}:3.24-${TAG_SUFFIX},${IMAGE_BASENAME}:3-${TAG_SUFFIX}
IMAGE_NAME
:
${IMAGE_BASENAME}:3.24.
3
-${TAG_SUFFIX},${IMAGE_BASENAME}:3.24-${TAG_SUFFIX},${IMAGE_BASENAME}:3-${TAG_SUFFIX}
This diff is collapsed.
Click to expand it.
Dockerfile
View file @
8064528a
...
...
@@ -24,7 +24,7 @@ RUN apt update \
&&
mv
$TMP_DIR
/cmdline-tools/
*
$CMDLINETOOLS_DIR
FROM
andrijoos/flutter:3.24.
2
FROM
andrijoos/flutter:3.24.
3
ARG
DEPENDENCY_DIR
ARG
ANDROID_HOME
...
...
@@ -54,4 +54,6 @@ RUN yes "y" | flutter doctor --android-licenses \
# RUN cd warmup \
# && flutter pub get \
# && flutter build appbundle --release --target-platform android-arm,android-arm64,android-x64
# && flutter build appbundle --release --target-platform android-arm,android-arm64,android-x64 \
# && ls build/app/outputs/bundle/release/ \
# && exit 1
This diff is collapsed.
Click to expand it.