graphql-engine/packaging
Samir Talwar c3afa0fdd7 Install and use ODBC Driver 18 for SQL Server (msodbcsql18).
This installs the ODBC Driver 18 for SQL Server in all our shipped Docker images, and update our tests and documentation accordingly.

This version supports arm64, and therefore can run natively (or via Docker) on macOS on aarch64.

`msodbcsql17` is still installed in production-targeted Docker images so that users do not _have_ to migrate to the new driver.

Nix expressions are packaged for the new driver, as it is not yet available in nixpkgs.

In this version, [the default encryption setting was changed from "no" to "yes"](https://techcommunity.microsoft.com/t5/sql-server-blog/odbc-driver-18-0-for-sql-server-released/ba-p/3169228). In addition, "mandatory" and "optional" were added as synonyms for "yes" and "no" respectively.

I have therefore modified all connection strings in tests to specify `Encrypt=optional` (and changed some from `Encrypt=no`). I chose "optional" rather than "no" because I feel it's more honest; these connection strings will work with or without an encrypted connection.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6241
GitOrigin-RevId: 959f88dd1f271ef06a3616bc46b358f364f6cdfd
2022-10-21 16:25:04 +00:00
..
cli-migrations cli-migrations: update docker-entrypoint.sh to stop overwriting the PORT env var (fix #8770) 2022-08-23 06:18:30 +00:00
dc-tests Data-Connectors SDK 2022-06-27 09:32:12 +00:00
graphql-engine ci: changes for enabling the release of EE lite 2022-08-29 05:20:24 +00:00
graphql-engine-base Install and use ODBC Driver 18 for SQL Server (msodbcsql18). 2022-10-21 16:25:04 +00:00
README.md ci: avoid building centos flavour for oss images 2022-07-04 06:24:34 +00:00

Packaging

All things related to packaging graphql-engine.

hasura/graphql-engine

(Docker hub)

Production ready builds of the Hasura graphql-engine.

Supported tags:

  • <version>, latest
  • <version>.cli-migrations-v2, latest.cli-migrations-v2
  • <version>.cli-migrations-v3, latest.cli-migrations-v3

hasura/graphql-engine-base

(Docker hub)

This acts as base image for building hasura/graphql-engine image.

It is generally published with format hasura/graphql-engine-base:<SHA256>.<OS>.<ARCH> where

  • <SHA256> is the sha256sum of the dockerfile used to build the image
  • OS is the operating system. It could be any of these values: debian, ubuntu
  • ARCH is the architecture. It could be any of these values: amd64, arm64