Docker [ERROR] in line 26 #515

Closed
opened 2026-02-04 19:26:05 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @sevagjb on GitHub (Feb 18, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Docker

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"

📝 Provide a clear and concise description of the issue.

I'm not enable to install Docker LXC

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

step 1
Try to run the script from PVE shell
Step 2
after Installed Dependencies the error is happened

Paste the full error output (if available).

[ERROR] in line 26: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")

🖼️ Additional context (optional).

this is not the first time when I'm using the helper script get this error, and also not in one script but now im only mention the docker error, after i tried all the ways to install it

Originally created by @sevagjb on GitHub (Feb 18, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Docker ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)" ### 📝 Provide a clear and concise description of the issue. I'm not enable to install Docker LXC ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. step 1 Try to run the script from PVE shell Step 2 after Installed Dependencies the error is happened ### ❌ Paste the full error output (if available). [ERROR] in line 26: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby") ### 🖼️ Additional context (optional). this is not the first time when I'm using the helper script get this error, and also not in one script but now im only mention the docker error, after i tried all the ways to install it
OVERLORD added the bug label 2026-02-04 19:26:05 +03:00
Author
Owner

@MickLesk commented on GitHub (Feb 18, 2025):

Check your DNS and Adblocker

@MickLesk commented on GitHub (Feb 18, 2025): Check your DNS and Adblocker
Author
Owner

@sevagjb commented on GitHub (Feb 18, 2025):

Thanks for the replay ,
no Adblocker apply and the DNS is Cloudflare DNS nothing spatial,

@sevagjb commented on GitHub (Feb 18, 2025): Thanks for the replay , no Adblocker apply and the DNS is Cloudflare DNS nothing spatial,
Author
Owner

@MickLesk commented on GitHub (Feb 18, 2025):

get_latest_release() {
  curl -sL https://api.github.com/repos/$1/releases/latest | grep '"tag_name":' | cut -d'"' -f4
}
DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")
echo $DOCKER_LATEST_VERSION 

Should be v27.5.1 otherwise something on your network blocks api.github.com

@MickLesk commented on GitHub (Feb 18, 2025): ```bash get_latest_release() { curl -sL https://api.github.com/repos/$1/releases/latest | grep '"tag_name":' | cut -d'"' -f4 } DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby") echo $DOCKER_LATEST_VERSION ``` Should be v27.5.1 otherwise something on your network blocks api.github.com
Author
Owner

@sevagjb commented on GitHub (Feb 18, 2025):

Let me start by thanking you for the tremendous effort to develop the continuity of the project,
this problem it start after we moved to the community-script, now i changed my DNS to Google but the same results

Anyway, I'll keep trying later, I've noticed that waiting sometimes works.

@sevagjb commented on GitHub (Feb 18, 2025): Let me start by thanking you for the tremendous effort to develop the continuity of the project, this problem it start after we moved to the community-script, now i changed my DNS to Google but the same results Anyway, I'll keep trying later, I've noticed that waiting sometimes works.
Author
Owner

@MickLesk commented on GitHub (Feb 18, 2025):

Did you by any chance query relatively much against Github? We often have this problem, there is something like a soft lock and you can no longer query. That always takes a while. I can't explain it any other way. I've just tested it against various DNS. Have you excluded Adguard Home / Techniticum etc. pp?

@MickLesk commented on GitHub (Feb 18, 2025): Did you by any chance query relatively much against Github? We often have this problem, there is something like a soft lock and you can no longer query. That always takes a while. I can't explain it any other way. I've just tested it against various DNS. Have you excluded Adguard Home / Techniticum etc. pp?
Author
Owner

@sevagjb commented on GitHub (Feb 18, 2025):

Adguard Home / Techniticum etc. pp? / No
I think the problem is different. I have encountered this problem before that was when i start to install all the script on my new server,
i just now installed Gitea and works flawlessly

@sevagjb commented on GitHub (Feb 18, 2025): Adguard Home / Techniticum etc. pp? / No I think the problem is different. I have encountered this problem before that was when i start to install all the script on my new server, i just now installed Gitea and works flawlessly
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#515