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

Update to remove apt-key deprecation warning #424

Open
alison985 opened this issue Jul 18, 2023 · 1 comment · May be fixed by #435
Open

Update to remove apt-key deprecation warning #424

alison985 opened this issue Jul 18, 2023 · 1 comment · May be fixed by #435

Comments

@alison985
Copy link

When using the CI.Dockerfile versioned link, running the curl command to get the Microsoft key in order to install the Microsoft ODBC Driver provides a warning that apt-key is being deprecated. I assume this will need a code upgrade.

root@DOCKER_CONTAINER_NAME:/$ curl -sL https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
@raginjason
Copy link

I actually just had to solve this. Perhaps I can work on it.

@raginjason raginjason linked a pull request Aug 17, 2023 that will close this issue
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 a pull request may close this issue.

2 participants