We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Docker build fails on Linux 5.16.1-arch1-1 #1 SMP PREEMPT x86_64 GNU/Linux and Docker version 20.10.12, build e91ed5707e.
To Reproduce Install Arch Linux (e.g., in a VM), then:
sudo pacman -Syu docker mkdir $HOME/temp cd $HOME/temp git clone https://github.com/tribler/tribler --recursive docker build -t triblercore/triblercore:latest .
Expected Docker build succeeds.
Actual Error:
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat $HOME/temp/Dockerfile: no such file or directory
The text was updated successfully, but these errors were encountered:
Related to #6740
Sorry, something went wrong.
Now that we have a GitHub Package, the following should work:
docker pull ghcr.io/tribler/tribler:sha256-383fc7fce3ae30badc3f1626971505a744b2a451385bf698232a176ef671fc1a
This still needs to be tested though.
The instructions at https://tribler.readthedocs.io/en/latest/basics/docker.html should also work for Arch Linux.
No branches or pull requests
Describe the bug
Docker build fails on Linux 5.16.1-arch1-1 #1 SMP PREEMPT x86_64 GNU/Linux and Docker version 20.10.12, build e91ed5707e.
To Reproduce
Install Arch Linux (e.g., in a VM), then:
Expected
Docker build succeeds.
Actual
Error:
The text was updated successfully, but these errors were encountered: