-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
zot-registry
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zot-registry.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
When running the installation script, it eventually gives the following error;
βοΈ Using Default Settings on node boeing
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Unprivileged
πΎ Disk Size: 5 GB
π§ CPU Cores: 1
π οΈ RAM Size: 2048 MiB
π Container ID: 102
π Creating a Zot-Registry LXC using the above default settings
βοΈ Using local for Template Storage.
βοΈ Using local-lvm for Container Storage.
βοΈ Updated LXC Template List
βοΈ LXC Template is ready to use.
βοΈ LXC Container 102 was successfully created.
βοΈ Started LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 10.0.0.151
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ DNS Resolved github.com to 140.82.121.4
βοΈ Updated Container OS
βοΈ Core dependencies installed
βοΈ Installed Dependencies
β 0: line 34: APP: unbound variable
/dev/fd/63: line 76: SPINNER_PID: unbound variable
It does start up the container, but it is inaccessible, the ZOT registry is also not working.
π Steps to reproduce the issue.
Step 1;
Run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zot-registry.sh)"
Step 2;
Watch it fail
β Paste the full error output (if available).
βοΈ Using local for Template Storage.
βοΈ Using local-lvm for Container Storage.
βοΈ Updated LXC Template List
βοΈ LXC Template is ready to use.
βοΈ LXC Container 102 was successfully created.
βοΈ Started LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 10.0.0.151
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ DNS Resolved github.com to 140.82.121.4
βοΈ Updated Container OS
βοΈ Core dependencies installed
βοΈ Installed Dependencies
β 0: line 34: APP: unbound variable
/dev/fd/63: line 76: SPINNER_PID: unbound variable
πΌοΈ Additional context (optional).
No response