rengine
rengine copied to clipboard
bug: <ERROR [certs internal] load metadata for docker.io/library/alpine:latest>
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
[certs internal] load metadata for docker.io/library/alpine:latest:
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://registry-1.docker.io/v2/library/alpine/manifests/sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0": dial tcp [2600:1f18:2148:bc00:8d61:9b62:40aa:8bb8]:443: connect: network is unreachable make: *** [Makefile:16: certs] Error 17
Expected Behavior
To be installed without any errors
Steps To Reproduce
sudo ./install.sh
_ _ _
| \ | | ()
_ __ | | | __ _ _ _ __ ___
| '/ _ \ . |/ _
| | ' \ / _
| | | __/ |\ | (| | | | | | /
|_| _|| _|_, ||| |_|__| v2.0.2-jasper
/ |
|/
Before running this script, please make sure Docker is running and you have made changes to .env file.
Changing the postgres username & password from .env is highly recommended.
Are you sure, you made changes to .env file (y/n)? y
Continiuing Installation!
######################################################################### Please note that, this installation script is only intended for Linux For Mac and Windows, refer to the official guide https://rengine.wiki #########################################################################
Installing reNgine and it's dependencies
#########################################################################
Installing curl...
#########################################################################
CURL already installed, skipping.
#########################################################################
Installing Docker...
#########################################################################
Docker already installed, skipping.
#########################################################################
Installing docker compose
#########################################################################
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 56.8M 100 56.8M 0 0 6236k 0 0:00:09 0:00:09 --:--:-- 7446k
ln: failed to create symbolic link '/usr/bin/docker-compose': File exists
docker compose installed!!!
#########################################################################
Installing make
#########################################################################
make already installed, skipping.
#########################################################################
Checking Docker status
#########################################################################
Docker is running.
#########################################################################
Installing reNgine
#########################################################################
[+] Building 0.0s (0/0) docker:default
[+] Creating 1/1
✔ Network rengine_default Created 0.2s
[+] Building 2.4s (3/3) FINISHED docker:default
=> [certs internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 602B 0.0s
=> [certs internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> ERROR [certs internal] load metadata for docker.io/library/alpine:latest 2.1s
[certs internal] load metadata for docker.io/library/alpine:latest:
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://registry-1.docker.io/v2/library/alpine/manifests/sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0": dial tcp [2600:1f18:2148:bc00:8d61:9b62:40aa:8bb8]:443: connect: network is unreachable make: *** [Makefile:16: certs] Error 17
reNgine installation failed!!
Environment
- reNgine: 2.0.3
- OS: Kali 2024.1
- Python: 3.11.8
- Docker Engine: 20.10.25+dfsg1
- Docker Compose: v2.23.0
- Browser: NA
Anything else?
No response
👋 Hi @0xKayala, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
This is an issue with your machine's network connection. Run the docker pull manually and verify it works:
docker pull docker.io/library/alpine:latest
If it doesn't, you need to fix your network settings.