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

Fix versions in pre.Dockerfile.sqlsrv #36

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

Conversation

kdambekalns
Copy link

The Issue

See #35

How This PR Solves The Issue

It adjusts the odbc_version to 2.3.11 and installs mssql-tools18 instead of mssql-tools.

Manual Testing Instructions

Doing

  1. ddev config with all default values
  2. ddev add-on get ddev/ddev-sqlsrv
  3. ddev start

should fail without those adjustments, see #35. With the adjustment, it builds and start fine.

Related Issue Link(s)

Fixes #35

@kdambekalns
Copy link
Author

😞 A missing header file during build? 🤷‍♂️

@stasadev
Copy link
Member

@kdambekalns,

You can try my PR:

Install it with this (I'm not even going to document this variable.):

DDEV_IGNORE_ARCH_CHECK=true ddev add-on get https://github.com/ddev/ddev-sqlsrv/tarball/20250311_stasadev_debian12

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.

Image building fails
2 participants