mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.34k stars 1.13k forks source link

Error pulling mailcow/postfix:158 when using ./update.sh #3894

Closed Meffesino closed 3 years ago

Meffesino commented 3 years ago

When I use ./update.sh, i receive following issue:

Checking internet connection... OK
Checking for newer update script...
Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] y
Validating docker-compose stack configuration...
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
Checking for conflicting bridges...
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
Prefetching images...
1.12: Pulling from mailcow/unbound
Digest: sha256:d269e49e59696b25d388859fb4fa9d52eb83a07ccbe47e3788ba19c12f21a96b
Status: Image is up to date for mailcow/unbound:1.12
docker.io/mailcow/unbound:1.12
10.4: Pulling from library/mariadb
Digest: sha256:b6d48e55556ef9f9fe66d2cf7c8c69badca70de5fe25c4e018e4a15851dbdf66
Status: Image is up to date for mariadb:10.4
docker.io/library/mariadb:10.4
5-alpine: Pulling from library/redis
Digest: sha256:e0256846c84d07095778890a8c481eceaca9a46a9d292a499555f40d248dfb29
Status: Image is up to date for redis:5-alpine
docker.io/library/redis:5-alpine
1.38: Pulling from mailcow/clamd
Digest: sha256:ae11ceaf1c6ebd50b2b1c5581e78da440bfaaf0d6d43ffd71c39168be301237b
Status: Image is up to date for mailcow/clamd:1.38
docker.io/mailcow/clamd:1.38
1.74: Pulling from mailcow/rspamd
Digest: sha256:e8eb27dabc600632f0f7c1292f68e5568ddcf8238ad796aa6a8b1394ea86c164
Status: Image is up to date for mailcow/rspamd:1.74
docker.io/mailcow/rspamd:1.74
1.69: Pulling from mailcow/phpfpm
Digest: sha256:0a710b7a5570241601bd234554f7b6616a2d08c06b6b8d4586d82e59380be91a
Status: Image is up to date for mailcow/phpfpm:1.69
docker.io/mailcow/phpfpm:1.69
1.93: Pulling from mailcow/sogo
Digest: sha256:d0c47f1e3dc78b5e78bc8c482361ebdb18ffbc8190352a1cf057023a46540ce3
Status: Image is up to date for mailcow/sogo:1.93
docker.io/mailcow/sogo:1.93
1.137: Pulling from mailcow/dovecot
Digest: sha256:9003bfd01bb3d8ffbea6c2e161ae362b77f75b0d600a3771984132c2589aa39e
Status: Image is up to date for mailcow/dovecot:1.137
docker.io/mailcow/dovecot:1.137
Error response from daemon: manifest for mailcow/postfix:1.58 not found: manifest unknown: manifest unknown

Error pulling mailcow/postfix:1.58, retrying...
Error response from daemon: manifest for mailcow/postfix:1.58 not found: manifest unknown: manifest unknown

Error pulling mailcow/postfix:1.58, retrying...
Error response from daemon: manifest for mailcow/postfix:1.58 not found: manifest unknown: manifest unknown

Error pulling mailcow/postfix:1.58, retrying...
Error response from daemon: manifest for mailcow/postfix:1.58 not found: manifest unknown: manifest unknown

Error pulling mailcow/postfix:1.58, retrying...

Too many failed retries, exiting
Meffesino commented 3 years ago

It fixed itself. After running ./update.sh a couple of times, it worked after a while. Update went through. Mailcow is back running. Thanks.