mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
bug: Docker Compose up "Context Canceled manifest unknown" #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Warrennoa on GitHub (Feb 10, 2025).
Originally assigned to: @DeclanChidlow on GitHub.
What happened?
I tried to setup this service for the first time
Debian 12
Completely fresh OS.
It looks like whenever I get to the docker compose part, I will get an error. I've tried pre-pulling, no matter what I get this error
#[+] Running 13/13
✘ january Error context canceled 0.9s
✘ events Error context canceled 0.9s
✘ api Error context canceled 0.9s
✘ rabbit Error context canceled 0.9s
✘ minio Error context canceled 0.9s
✘ crond Error context canceled 0.9s
✘ redis Error context canceled 0.9s
✘ createbuckets Error context canceled 0.9s
✘ autumn Error context canceled 0.9s
✘ web Error context canceled 0.9s
✘ pushd Error manifest unknown 0.9s
✘ caddy Error context canceled 0.9s
✘ database Error context canceled 0.9s
Error response from daemon: manifest unknown
I noticed the repository got updated 2 hours prior, so I don't know if that has anything to do with it.
@DeclanChidlow commented on GitHub (Feb 10, 2025):
Can reproduce. Investigating.
@DeclanChidlow commented on GitHub (Feb 10, 2025):
Seems the incorrect tags were used. They were tagged
20250201-1rather then20250210-1as they should have been.@DeclanChidlow commented on GitHub (Feb 10, 2025):
@insertish The above change fixes the bulk of it, but your changes also specify a
crond:20250210-1though it is only available in a debug version (ghcr.io/revoltchat/crond:20250210-1-debug). It also looks like the cron container is missing uname stuff. I'll leave you to advise.For anyone experiencing this issue, you'll need to replace all instances of
20250201-1with20250210-1and the tag for crond with20250210-1-debugfor the time being.@insertish commented on GitHub (Feb 11, 2025):
Oops, fixed
400a603122Not sure why crond didn't publish also, I'll look into it
@Warrennoa commented on GitHub (Feb 11, 2025):
Thank you all, I thought I was going crazy, my build is very very very basic so I was looking for typos for an hour or 2