• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AndreMiras / buildozer
0%
develop: 0%

Build:
Build:
LAST BUILD BRANCH: feature/1977_fix_docker_run_venv
DEFAULT BRANCH: develop
Repo Added 10 Apr 2020 12:58PM UTC
Files 0
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/1977_fix_docker_run_venv
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • develop
  • feature/1945_remove_docker_buildkit_cache
  • feature/1977_fix_docker_run_venv
  • feature/automate_pypi_release
  • feature/bump_cython_version
  • feature/bumps_openjdk_version
  • feature/check_requirements_dry
  • feature/command_line_tools
  • feature/coverage_testing
  • feature/coveralls_comments
  • feature/coveralls_fix
  • feature/coveralls_from_pull_requests
  • feature/dedicated_docker_job
  • feature/doc_fixes
  • feature/docker_ci
  • feature/expose_p4a_numeric_version_param
  • feature/fix_docker_apt_caching
  • feature/full_integration_test
  • feature/garden_is_deprecated
  • feature/github_container_registry
  • feature/integration_test
  • feature/integration_test_sdk_ndk_download
  • feature/ios_build
  • feature/libssl_dependency
  • feature/linter_fixes
  • feature/macos_integration_test
  • feature/post_release_version
  • feature/python2_setup_message
  • feature/python3_cleaning
  • feature/split_ci
  • feature/test_android_build_package
  • feature/test_android_module
  • feature/test_ios
  • feature/test_ios_follow_up
  • feature/test_numeric_version
  • feature/test_on_macos
  • feature/ticket1044_function_has_no_attribute_glob
  • feature/update_unreleased_changelog
  • feature/updates_install_dependencies
  • master
  • release/1.1.0
  • release/1.2.0

30 Oct 2025 03:52PM UTC coverage: 0.0%. Remained the same
18946869240

push

github

AndreMiras
:bug: Fix Docker pip --user install error in virtualenv

Set VIRTUAL_ENV environment variable in Dockerfile to fix the
error when building Android apps. The error was:
```
Can not perform a '--user' install. User site-packages are not
visible in this virtualenv
```

The Docker container creates a virtualenv at /home/user/.venv but
was only setting PATH, not VIRTUAL_ENV. This caused buildozer's
virtualenv detection logic to incorrectly add --user flag to pip.

Also restrict Docker image publishing to upstream repository only
by adding repository_owner check to SHOULD_PUBLISH condition. This
prevents forks from attempting to publish to container registries,
which would fail due to missing credentials and GHCR's lowercase
requirement for repository names.

Fixes #1977

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Relevant lines Covered
Build:
Build:
0 RELEVANT LINES 0 COVERED LINES
0.0 HITS PER LINE
Source Files on develop
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18946869240 feature/1977_fix_docker_run_venv :bug: Fix Docker pip --user install error in virtualenv Set VIRTUAL_ENV environment variable in Dockerfile to fix the error when building Android apps. The error was: ``` Can not perform a '--user' install. User site-packages are not visible in t... push 30 Oct 2025 03:56PM UTC AndreMiras github
0.0
18944841678 feature/1977_fix_docker_run_venv :bug: Fix Docker pip --user install error in virtualenv Set VIRTUAL_ENV environment variable in Dockerfile to fix the error when building Android apps. The error was: ``` Can not perform a '--user' install. User site-packages are not visible in t... push 30 Oct 2025 02:52PM UTC AndreMiras github
0.0
18921350403 feature/1977_fix_docker_run_venv :bug: Fix Docker pip --user install error in virtualenv Set VIRTUAL_ENV environment variable in Dockerfile to fix the error when building Android apps. The error was: ``` Can not perform a '--user' install. User site-packages are not visible in t... push 29 Oct 2025 08:35PM UTC AndreMiras github
0.0
18920482726 master Merge pull request #1839 from Cheaterman/fix_minapi Set Android min API to 24 push 29 Oct 2025 07:59PM UTC web-flow github
0.0
18664059993 master Merge pull request #1975 from AndreMiras/feature/1945_remove_docker_buildkit_cache :hammer: Remove BuildKit registry cache, fixes #1945 push 20 Oct 2025 08:29PM UTC web-flow github
0.0
18634282988 feature/1945_remove_docker_buildkit_cache :hammer: Remove BuildKit registry cache, fixes #1945 The BuildKit cache-to configuration was writing cache metadata to Docker Hub with media type application/vnd.buildkit.cacheconfig.v0, which causes pull errors on modern Docker clients (v28.3.3+... push 19 Oct 2025 06:18PM UTC AndreMiras github
0.0
17559123970 master Merge pull request #1962 from kivy/feature/docker_runtime_improvements :hammer: Fix Docker permission errors with bind mounts push 08 Sep 2025 05:34PM UTC web-flow github
0.0
17532458155 master Modify docs (#1922) * Add sphinxawesome_theme dependency for docs * Update configuration for docs * upload images for logo and banner * Basic modifications for current theme * Update conf.py * Update test_python.yml push 07 Sep 2025 06:43PM UTC web-flow github
0.0
17519012258 master Merge pull request #1948 from kivy/renovate/actions-setup-java-5.x Update actions/setup-java action to v5 push 06 Sep 2025 08:09PM UTC web-flow github
0.0
17512130867 master Fix typos discovered by codespell (#1959) push 06 Sep 2025 08:16AM UTC web-flow github
0.0
See All Builds (197)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc