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

OSP uses deprecated way of handling apt keys on Ubuntu #387

Open
embik opened this issue May 6, 2024 · 0 comments
Open

OSP uses deprecated way of handling apt keys on Ubuntu #387

embik opened this issue May 6, 2024 · 0 comments
Labels
kind/chore Updating grunt tasks etc; no production code changes. kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.

Comments

@embik
Copy link
Member

embik commented May 6, 2024

supervise.sh logs a warning about using apt-key being deprecated:

May 06 11:49:49 vbtxkpvjx6-worker-7r9zbx-6f84657dbb-6wdmf supervise.sh[5171]: + apt-key add -
May 06 11:49:49 vbtxkpvjx6-worker-7r9zbx-6f84657dbb-6wdmf supervise.sh[5170]: + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
May 06 11:49:50 vbtxkpvjx6-worker-7r9zbx-6f84657dbb-6wdmf supervise.sh[5171]: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

This is fine right now, but we should probably migrate away from this long-term.

@embik embik added priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management. kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. kind/chore Updating grunt tasks etc; no production code changes. labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/chore Updating grunt tasks etc; no production code changes. kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.
Projects
None yet
Development

No branches or pull requests

1 participant