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

Dockerfile: deb http://packages.icinga.org/debian does not exist anymore (?) #299

Closed
hansij66 opened this issue Jan 30, 2023 · 2 comments
Closed

Comments

@hansij66
Copy link

I am building my own docker image from Dockerfile.

Line 68:
&& echo "deb http://packages.icinga.org/debian icinga-$(lsb_release -cs) main" > /etc/apt/sources.list.d/icinga2.list \

http://packages.icinga.org/debian does not exist (anymore)?

I can change this line to
http://packages.icinga.com/debian (which does exist)...but then I get following dependency error:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 icingaweb2 : Breaks: icingaweb2-module-doc (< 2.11.4-1+debian11) but 2.11.3-2.bullseye is to be installed
 icingaweb2-module-doc : Depends: icingaweb2 (= 2.11.3-2.bullseye) but 2.11.4-1+debian11 is to be installed
E: Unable to correct problems, you have held broken packages.
@jjethwa
Copy link
Owner

jjethwa commented Jan 30, 2023

Hi @hansij66

Sorry about that, it looks like I missed the TLD update. I've made that change and also a few other tweaks that were needed after the repository update. Please pull the updates and let me know if you have any issues 😓

@hansij66
Copy link
Author

Thanks; solutions works! Thanks.

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