Closed snevas closed 2 years ago
We've just been running into the same error message. Is there any quick-fix or workaround yet?
update.sh leaves the current version running until everything is successfully pulled. Just keep using this version. The whole point for this version was the new SoGo, there is no quick-fix until they release it.
Update: just retried and now the pull of mailcow/sogo:1.111
was successful. Seems like we've been updating just toooo fast. ;-)
Confirmed!
Contribution guidelines
I've found a bug and checked that ...
Description
https://github.com/mailcow/mailcow-dockerized/releases/tag/2022-08b pulls mailcow/sogo:1.111, but is doesn't exist: https://hub.docker.com/r/mailcow/sogo/tags
Logs
Steps to reproduce
System information
docker version
)docker-compose version
)git describe --tags `git rev-list --tags --max-count=1`
)Output of
git diff origin/master
, any other changes to the code? If so, please post them:All third-party firewalls and custom iptables rules are unsupported. Please check the Docker docs about how to use Docker with your own ruleset. Nevertheless, iptabels output can help us to help you: iptables -L -vn:
ip6tables -L -vn:
iptables -L -vn -t nat:
ip6tables -L -vn -t nat:
DNS problems? Please run
docker exec -it $(docker ps -qf name=acme-mailcow) dig +short stackoverflow.com @172.22.1.254
(set the IP accordingly, if you changed the internal mailcow network) and post the output: