Docker project setup #8000
Replies: 10 comments 1 reply
-
@officialhumanofhumidity This seems like an issue with the network. @vishnu-narayanan Can you please take a look? |
Beta Was this translation helpful? Give feedback.
-
hey @vishnu-narayanan, please go through the issue mentioned above and help me set up the project. |
Beta Was this translation helpful? Give feedback.
-
@officialhumanofhumidity These "Could not resolve host: github.com" errors are usually solved by just restarting the docker service and daemon. |
Beta Was this translation helpful? Give feedback.
-
@officialhumanofhumidity The error you have shared is related to network and could be temporary. Could you try again? Restart the VM or maybe try on another instance. |
Beta Was this translation helpful? Give feedback.
-
hey @vishnu-narayanan i even tried installing in different machine now still facing the same issue the error am getting is build failed near line no 46
|
Beta Was this translation helpful? Give feedback.
-
@officialhumanofhumidity Looks like it is now failing at installing rails dependencies stage. There is not enough information to debug here. What is the instance/machine spec? |
Beta Was this translation helpful? Give feedback.
-
system specs Network: |
Beta Was this translation helpful? Give feedback.
-
@officialhumanofhumidity CPU/RAM? |
Beta Was this translation helpful? Give feedback.
-
processor AMD Ryzen™ 5 3500U with Radeon™ Vega Mobile Gfx × 8 ram 8.0 GB |
Beta Was this translation helpful? Give feedback.
-
Moving this to discussions as it is still not clear if this is a bug. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I am trying to setup this project on my local machine using the docker installation process in which i encountered an error when i was trying to do docker compose build so the error was for the github repo clone which is happening for production env which should not happen in develpement env.
To Reproduce
https://www.chatwoot.com/docs/contributing-guide/environment-setup/docker follow this step in step 3 i encountered the issue.
Expected behavior
No response
Environment
Other [please specify in the description]
Cloud Provider
Azure
Platform
Browser
Operating system
elementry os
Browser and version
No response
Docker (if applicable)
docker version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
docker info
Client:
Version: 24.0.5
Context: default
Debug Mode: false
Server:
Containers: 5
Running: 0
Paused: 0
Stopped: 5
Images: 70
Server Version: 24.0.5
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version:
runc version:
init version:
Security Options:
apparmor
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.2.0-33-generic
Operating System: elementary OS 7.1 Horus
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 7.098GiB
Name: HP-Laptop-14s-fq1xxx-5f6d6e69
ID: 931bd4cf-4575-41f0-91f8-e330e2057831
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
docker compose version
docker-compose version 1.29.2, build unknown
docker-py version: 5.0.3
CPython version: 3.10.12
OpenSSL version: OpenSSL 3.0.2 15 Mar 2022
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions