Use modern apt keyring instead of deprecated apt-key - #1023
Open
yayuniversal wants to merge 3 commits into
Open
Conversation
yayuniversal
force-pushed
the
fix-apt-keyring
branch
2 times, most recently
from
January 4, 2026 22:55
8c48bf2 to
451baaa
Compare
Contributor
|
running |
yayuniversal
force-pushed
the
fix-apt-keyring
branch
2 times, most recently
from
January 13, 2026 17:18
57b0800 to
1d85c7f
Compare
Author
|
Should be good now :) |
Author
|
Ah, the tests for Zabbix 6 on Ubuntu 24.04 and Debian 13 fail because php 7 is not in the repos anymore. |
yayuniversal
force-pushed
the
fix-apt-keyring
branch
from
February 26, 2026 09:07
1d85c7f to
669e3d8
Compare
|
Any chance we could get this fixed/merged in the near future? =) |
Author
|
I think it's ready to be merged, all the failing tests I think are not related to the changes I made, the changes only affect Debian-based systems and the 4 failing tests target Rocky Linux. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) description
Use modern apt keyring instead of the deprecated apt-key.
apt-key is not present on Debian 13 anymore, so using the module on recent versions of Debian fails with an error related to apt-key.
This Pull Request (PR) fixes the following issues
Fixes #1016