Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Upgrade the SQLite version in the image #85

Closed
natemcmaster opened this issue Sep 10, 2015 · 4 comments
Closed

Upgrade the SQLite version in the image #85

natemcmaster opened this issue Sep 10, 2015 · 4 comments

Comments

@natemcmaster
Copy link
Contributor

The default version of libsqlite3-dev that can be installed on this image on the is 3.7.13.
EntityFramework.Sqlite requires 3.7.15 or newer.

Having a working version of libsqlite3 will make the OOB experience better. See dotnet/efcore#3089

@ahmetb
Copy link
Contributor

ahmetb commented Sep 10, 2015

@natemcmaster thanks for reporting. are you using latest (1.0.0-beta7)?

We are relying on mono:4.0.1 as the base image (https://hub.docker.com/_/mono/) which uses debian:wheezy if we need to switch to debian:jessie for that we may coordinate with mono image owners.

What do you think?

@natemcmaster
Copy link
Contributor Author

Yes, I'm using the latest. Yes, sqlite for jessie should work. https://packages.debian.org/jessie/libsqlite3-dev.

Upgrading mono is an entirely different beast. If you are coordinating with the mono image owners, also consider the EF7 works best with Mono 4.2.0 (see dotnet/efcore#2708). It appears there isn't an image for mono 4.2.0 yet (not surprising as it's still alpha).

@natemcmaster
Copy link
Contributor Author

@ahmetalpbalkan also, if we upgrade mono version, let's avoid mono 4.0.3.x. These versions have regressions in System.Data.

@ahmetb
Copy link
Contributor

ahmetb commented Sep 10, 2015

@natemcmaster will keep in mind. Thanks.

If you'd like to propose mono folks upgrading to jessie, please open an issue at: https://github.com/mono/docker

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants