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
devcontainer
flutter
flutter-android
Commits
860f31a4
Commit
860f31a4
authored
4 months ago
by
Andri Joos
Browse files
Options
Downloads
Plain Diff
Merge branch 'flutter_version_3.24.5'
parents
4067f829
453395a6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7590
passed with stage
Stage:
in 6 minutes and 2 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
860f31a4
...
...
@@ -9,4 +9,4 @@ build:
DOCKER_BUILDX_PLATFORMS
:
linux/amd64
TAG_SUFFIX
:
android
IMAGE_BASENAME
:
${IMAGE_PREFIX}/devcontainer-flutter
IMAGE_NAME
:
${IMAGE_BASENAME}:3.24.
4
-${TAG_SUFFIX},${IMAGE_BASENAME}:3.24-${TAG_SUFFIX},${IMAGE_BASENAME}:3-${TAG_SUFFIX}
IMAGE_NAME
:
${IMAGE_BASENAME}:3.24.
5
-${TAG_SUFFIX},${IMAGE_BASENAME}:3.24-${TAG_SUFFIX},${IMAGE_BASENAME}:3-${TAG_SUFFIX}
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
860f31a4
FROM
andrijoos/flutter:3.24.
4
-android
FROM
andrijoos/flutter:3.24.
5
-android
# Setting the username to flutter, else we must disable analytics again
ARG
USERNAME="flutter"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment