-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44c7087
commit d0827fc
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:21.04 | ||
|
||
LABEL maintainer="Taylor Otwell" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:21.04 | ||
|
||
LABEL maintainer="Taylor Otwell" | ||
|
||
|
d0827fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@driesvints,
I have one concern with this update. The current release of MSSQL Server ODBC driver only supports Ubuntu up to version 20.04. They have yet to release a version for Ubuntu 21.04.
Although the current release of ODBC might still works with this release of Ubuntu, I simply wanted to share my concern.
What would you advise newcomers to do if they need MSSQL Server support with a new project? Should they use the old 20.04 image with a custom Dockerfile or install the driver with no guarantee of working?
Thanks
d0827fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dominiquediotte atm we don't support MSSQL in Sail yet. You can publish the dockerfiles and use 20.04 if you want to.