Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for local file references in requirements when building AppImages #993

Merged
merged 8 commits into from
Dec 7, 2022

Conversation

freakboy3742
Copy link
Member

Previously, any attempt to use a local file reference a requirements list would fail on Linux AppImage because the file reference wouldn't be valid inside the Docker container

This PR modifies the build process, transforming the requirements when invoked from within a Docker context, adding a Docker filesystem mount for each individual local file requirement (Fixes #992).

It also modifies the Open command on AppImage under Docker so that open will start a shell session in the docker container. This container will honor the filesystem mounts needed for any app or test requirements. Strictly, this is a separate feature; but it was needed to debug the former bug, and is closely related in the interaction with requirements. (Fixes #991).

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants