You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the CI.Dockerfileversioned 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)).
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: