Skip to content

Replace deprecated apt-key by wget | gpg #174

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kkimurak
Copy link
Contributor

apt-key is deprecated and reports warning on build.
This PR replace it by wget ${key_file_url} | gpg --dearmor -o ${destination_path}.

Reference: similar work on sameersbn/docker-gitlab@3cac65d (as a part of sameersbn/docker-gitlab#3059)

note: This PR is ported from my fork kkimurak/docker-postgresql@483fccf, included in releases 20250703 and later and is available for testing.

warning: `apt-key` is deprecated
@kkimurak kkimurak mentioned this pull request Jul 17, 2025
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

Successfully merging this pull request may close these issues.

1 participant