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

Update Docker Hub url of SQL Server on Linux #663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions linux/preview/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction
There are five Linux-based Docker container images documented here:
* A representation of the actual [Dockerfile](Ubuntu/Dockerfile) that is used by Microsoft to build the Ubuntu-based image [mssql-server-linux](https://hub.docker.com/r/microsoft/mssql-server-linux/) which is available at Docker Hub.
* A representation of the actual [Dockerfile](Ubuntu/Dockerfile) that is used by Microsoft to build the Ubuntu-based image [mssql-server-linux](https://hub.docker.com/_/microsoft-mssql-server) which is available at Docker Hub.
* A [Dockerfile](CentOS/Dockerfile) for building a CentOS-based image on your own
* A [Dockerfile](RHEL/Dockerfile) for building a RHEL-based image on your own
* A [Dockerfile](SLES/dockerfile) for building a SLES-based image on your own
Expand All @@ -12,7 +12,7 @@ Learn more about the latest release of SQL Server on Linux here: [SQL Server on

# mssql-server-linux

This Ubuntu-based image is built and maintened by Microsoft, and published on [Docker Hub](https://hub.docker.com/r/microsoft/mssql-server-linux/).
This Ubuntu-based image is built and maintened by Microsoft, and published on [Docker Hub](https://hub.docker.com/_/microsoft-mssql-server).

# mssql-server-centos

Expand Down
2 changes: 1 addition & 1 deletion oss-drivers/msphpsql/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Development Environment for SQL Server

This image provides an integrated development environment for PHP with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker).
This image provides an integrated development environment for PHP with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/_/microsoft-mssql-server). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker).

### [Dockerfile](https://github.com/Microsoft/mssql-docker/blob/master/oss-drivers//msphpsql/Dockerfile)

Expand Down
2 changes: 1 addition & 1 deletion oss-drivers/pyodbc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Development Environment for SQL Server

This image provides an integrated development environment for Python with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker).
This image provides an integrated development environment for Python with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/_/microsoft-mssql-server). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker).

### [Dockerfile](https://github.com/Microsoft/mssql-docker/blob/master/oss-drivers/pyodbc/Dockerfile)

Expand Down
2 changes: 1 addition & 1 deletion oss-drivers/tedious/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node.js Development Environment for SQL Server

This image provides an integrated development environment for Node.js with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker).
This image provides an integrated development environment for Node.js with connectivity to a remote SQL Server database. Learn more about [SQL Server on Linux](https://hub.docker.com/_/microsoft-mssql-server). To report issues or provide feedback, please file an issue in the [SQL Server in Docker GitHub Repository](https://github.com/Microsoft/mssql-docker).

### [Dockerfile](https://github.com/Microsoft/mssql-docker/blob/master/oss-drivers/tedious/Dockerfile)

Expand Down