T
Twentyβ€’2mo ago
Peter Trapp

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
thomast
thomastβ€’2mo ago
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)

Did you find this page helpful?