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

Lock to Debian 10 as required by msodbcsql17 #2

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

Conversation

jwoyame
Copy link

@jwoyame jwoyame commented Jan 29, 2022

The python:3.8 Docker image switched from Debian 10 (buster) to Debian 11 (bullseye). However, the msodbcsql17 package does not yet support Debian 11:
https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver15#debian17

Building the Docker image will result in an error about unmet dependencies:

#7 23.56 The following packages have unmet dependencies:
#7 23.80  libodbc1 : PreDepends: multiarch-support but it is not installable
#7 23.80  odbcinst1debian2 : PreDepends: multiarch-support but it is not installable
#7 23.83 E: Unable to correct problems, you have held broken packages.

This change locks the distribution to Debian 10. Keeping a consistent distribution can possibly save some other issues down the line as well.

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