Docker Images
Proxy Images
| Tag |
Description |
latest |
Same as alpine |
alpine |
Latest Linux Alpine build |
win-1809 |
Latest Windows Server 1809 build |
x.x |
Same as x.x-alpine |
x.x-alpine |
Latest major.minor version Linux Alpine build |
x.x-win-1809 |
Latest major.minor version Windows Server 1809 build |
x.x.x.x |
Same as x.x.x.x-alpine |
x.x.x.x-alpine |
Exact version of Linux Alpine build |
x.x.x.x-win-1809 |
Exact version of Windows Server 1809 build |
Community edition images are identical to the standard images, with the CommunityEd enviroment variable set to true. These set of images makes it easier to get started with the community edition without manually setting the enviroment variable. Community edition runs in a single thread, and does not support wildcard encryption.
Supporting Images
MySQL Server Images
| Tag |
Description |
latest |
Same as 5.7 |
5.7 |
MySQL Community Server 5.7 with UDFs necessary for homomorphic operations |
SQL Server Images
| Tag |
Description |
latest |
SQL Server 2017 with full-text search installed necessary for WILDCARD encryption on Ubuntu 16.04 |
| Tag |
Description |
latest |
SQL Server 2017 Developer Edition with full-text search installed necessary for WILDCARD encryption on Windows Server Core 2019 |
| Tag |
Description |
latest |
Official image for Microsoft SQL Server on Linux for Docker Engine Only use this if WILDCARD encryption will not be used in the deployment |
| Tag |
Description |
latest |
Official Microsoft SQL Server Developer Edition images for Windows Containers Only use this if WILDCARD encryption will not be used in the deployment |
PostgreSQL Server Images
| Tag |
Description |
latest |
Same as 10 |
10 |
PostgreSQL Server 10 with Prisma/DB UDFs necessary for homomorphic operations |