Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dam0x41 opened this issue May 8, 2024 · 1 comment
Open

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

Dam0x41 opened this issue May 8, 2024 · 1 comment

Comments

@Dam0x41
Copy link

Dam0x41 commented May 8, 2024

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
Copy link

olamiko commented May 20, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants