grommunio / gromox-container

Docker deployments for gromox, and grommunio (in progress)
7 stars 7 forks source link

Error at building project with docker-compose.yaml #6

Open Dam0x41 opened 3 months ago

Dam0x41 commented 3 months ago

In the build process occurs following error:

32.36 234 new packages to install. 32.36 Overall download size: 473.0 MiB. Already cached: 0 B. After the operation, additional 1.1 GiB will be used. 32.36 32.36 Backend: classic_rpmtrans 32.36 Continue? [y/n/v/...? shows all options] (y): y 32.52 Retrieving: grommunio-error-pages-1.0.10.bb2df37-lp155.10.1.noarch (grommunio) (1/234), 25.4 KiB
32.53 Retrieving: grommunio-error-pages-1.0.10.bb2df37-lp155.10.1.noarch.rpm [..done (5.7 KiB/s)] 32.64 32.64 Warning: Digest verification failed for file 'grommunio-error-pages-1.0.10.bb2df37-lp155.10.1.noarch.rpm' 32.64 [/var/tmp/AP_0xNS77Nf/grommunio-error-pages-1.0.10.bb2df37-lp155.10.1.noarch.rpm] 32.64 32.64 expected 0eb753e5f6c1d10250a8fbcb31730201c174d2112fd120a7de4e45061e3f3708 32.64 but got d6522852f46503bde2ef982c63fbb6835c0e003cfa801fcbafcd7e4e2e1574c9 32.64 32.64 Accepting packages with wrong checksums can lead to a corrupted system and in extreme cases even to a system compromise. 32.64 32.64 However if you made certain that the file with checksum 'd652..' is secure, correct 32.64 and should be used within this operation, enter the first 4 characters of the checksum 32.64 to unblock using this file on your own risk. Empty input will discard the file. 32.64 32.64 Unblock or discard? [d652/...? shows all options] (discard): discard 32.64 Package grommunio-error-pages-1.0.10.bb2df37-lp155.10.1.noarch (grommunio) seems to be corrupted during transfer. Do you want to retry retrieval? 32.64 Abort, retry, ignore? [a/r/i] (a): a 32.65 Problem occurred during or after installation or removal of packages: 32.65 Installation has been aborted as directed. 32.65 Please see the above error message for a hint.

failed to solve: process "/bin/sh -c zypper --non-interactive install -y vim mysql \tgromox grommunio-admin-api grommunio-admin-web grommunio-antispam \tgrommunio-common grommunio-web grommunio-sync grommunio-dav postfix postfix-mysql \tgrommunio-chat firewalld cyrus-sasl-saslauthd cyrus-sasl-plain jq \tpython3-certbot python3-certbot-nginx" did not complete successfully: exit code: 8

Is there any way to build the project despite the occurring error?

olamiko commented 3 months ago

@Dam0x41, previous cached container layers are causing this problem (possibly because the package changed since you last time you built the container). I suggest you build the container afresh and instruct it to download all requirements afresh