Skip to content

Commit

Permalink
Update to Ubuntu 21.04 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jun 28, 2021
1 parent 44c7087 commit d0827fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/7.4/Dockerfile
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"

Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.0/Dockerfile
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"

Expand Down

2 comments on commit d0827fc

@dominiquediotte
Copy link

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

@driesvints
Copy link
Member Author

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.

Please sign in to comment.