Manifest Unknow
VPS: Debian 6.1.112-1 (2024-09-30) x86_64
Date and hours of bugs: 28 January 15:14
Type of bug : Critical
How:
Following one line script step
https://twenty.com/developers/section/self-hosting/docker-compose
bash <(curl -sL https://git.new/20)
When ask to run the project: say Yes
Errors output::
debian@vps-817a4130:~/twenty$ bash <(curl -sL https://git.new/20)
π§ Checking dependencies...
π Using docker version v0.40.7 and Github branch v0.40.7
π Enter the directory name to setup the project (default: twenty):
π Creating directory 'twenty'
β’ Copying docker-compose.yml
β’ Setting up .env file
β’ .env configuration completed
π Do you want to start the project now? (Y/n) Y
π³ Starting Docker containers...
WARN[0000] The "STORAGE_S3_REGION" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_ENDPOINT" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_REGION" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_ENDPOINT" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_NAME" variable is not set. Defaulting to a blank string.
[+] Running 3/3
β db Error manifest for twentycrm/twenty-postgres-spilo:v0.40.7 not found: manifest unknown: manifest unknown 1.4s
β server Error context canceled 1.4s
β worker Error context canceled 1.4s
Error response from daemon: manifest for twentycrm/twenty-postgres-spilo:v0.40.7 not found: manifest unknown: manifest unknown
β Something went wrong, exiting: 18
Git.new β Free GitHub Link Shortener
Shorten your GitHub URLs or links with git.new β a free, branded GitHub URL shortener powered by Dub.co
1 Reply
Hi, thanks for raising the issue. Looks like docker image deploys are broken for spilo ARM so 0.40.7 is not available on docker hub. We are looking into it
As a temporary fix, I would use the most recent version available which is 0.40.4
so you can run
VERSION=v0.40.4 bash <(curl -sL https://git.new/20)