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

[Bug]: No such file or directory errors when creating New Resource → Public Repository → Docker Compose #4746

Open
bartvdbraak opened this issue Jan 6, 2025 · 2 comments
Labels
🐞 Confirmed Bug Verified issues that have been reproduced by the team.

Comments

@bartvdbraak
Copy link

Error Message and Logs

Failed to read Git source:

bash: line 1: cd: /artifacts/tkcg4swg0wkwko00k8g8o4gw: No such file or directory
bash: line 1: cd: /artifacts/tkcg4swg0wkwko00k8g8o4gw: No such file or directory

Steps to Reproduce

  1. Select a project and click + New, then Public Repository
  2. Enter a Public repository, in my case I was using https://projects.blender.org/bartvdbraak/blender-education-docs, and click Check repository
  3. Change Build Pack to Docker Compose (and I also change Docker Compose Location to /docker-compose.yml), then click Continue
  4. Be immediately greeted with a pop-up with the above error message.

Example Repository URL

https://projects.blender.org/bartvdbraak/blender-education-docs

Coolify Version

v4.0.0-beta.380

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04.1 LTS

Additional Information

Image

@bartvdbraak bartvdbraak added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Jan 6, 2025
@mRaffaello
Copy link

I am experiencing the same issue.
In my setup I am pulling a docker-compose.yml from the public gitlab instance.

If I instead start one of the templates (as far as I know they are at the end only a pre-made compose), everything works.
Tested with beta 380 and 382.

Seems to me that beta 364 does not present the issue

@moatus
Copy link

moatus commented Jan 24, 2025

Same issue. I'm trying to deploy a locally hosted repo from Gitea. Gitea is deployed via Coolify (all local) and the repo only has a single file, with no directories. I'm getting the same error saying:

Failed to read Git source:

bash: line 1: cd: /artifacts/[RANDOM LETTERS AND NUMBERS]: No such file or directory
bash: line 1: cd: /artifacts/[RANDOM LETTERS AND NUMBERS]: No such file or directory

Gitea is on the Coolify docker network, so it's not a matter of access to the repo itself (any machine on the network can access the repo)... it's just seems to be adding or trying access phantom directories.

@peaklabs-dev peaklabs-dev added 🐞 Confirmed Bug Verified issues that have been reproduced by the team. and removed 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Confirmed Bug Verified issues that have been reproduced by the team.
Projects
None yet
Development

No branches or pull requests

4 participants