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

Build fails using docker on Arch Linux #6739

Closed
ghost opened this issue Jan 22, 2022 · 3 comments
Closed

Build fails using docker on Arch Linux #6739

ghost opened this issue Jan 22, 2022 · 3 comments
Milestone

Comments

@ghost
Copy link

ghost commented Jan 22, 2022

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

@ghost ghost added the type: bug label Jan 22, 2022
@ghost ghost changed the title Docker build fails on Arch Linux Build fails using docker on Arch Linux Jan 22, 2022
@drew2a
Copy link
Contributor

drew2a commented Mar 3, 2022

Related to #6740

@qstokkink
Copy link
Contributor

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.

@qstokkink qstokkink added this to the 8.1.0 milestone Sep 3, 2024
@qstokkink
Copy link
Contributor

The instructions at https://tribler.readthedocs.io/en/latest/basics/docker.html should also work for Arch Linux.

@qstokkink qstokkink modified the milestones: 8.1.0, 8.0.6 Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants