-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Acknowledgements
- I have searched (https://github.com/utmstack/UTMStack/issues) for past instances of this issue
- I have verified that my UTMStack version is up-to-date
Describe the bug
According to the instructions on the website, I downloaded the latest installer and ran it, but I got the following error.
./installer
Installing UTMStack
Generating Stack configuration...
Balancing memory...
Memory distribution successful. Total Assigned: 14752MB (Available: 14752MB)
Downloading images:
Downloading ghcr.io/utmstack/utmstack/backend:v11.0.3...
error installing UTMStack: error applying setup: error running command: exit status 1, Error response from daemon: manifest unknown
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
The installer should run without errors and complete the installation successfully.
Current Behavior
get error
Reproduction Steps
all the time. But previous version of installers download only version 11.0.3 and nothing change
Possible Solution
No response
Additional Information/Context
installer make file compose.yml with :
cat compose.yml
volumes:
postgres_data:
external: false
services:
agentmanager:
image: ghcr.io/utmstack/utmstack/agent-manager:${UTMSTACK_TAG}
volumes:
- /utmstack/cert:/cert
- /utmstack/updates:/updates
ports:
- 9000:9000
and so on...
UTMStack Version
11.0.3
Operating System and version
Ubuntu
Hypervisor and Version | Server Vendor and Model
Proxmox 9
Browser and version
Chrome latest
Metadata
Metadata
Assignees
Labels
Type
Projects
Status