grafana/devenv/docker/blocks/mssql_arm64
Victor Marin f8b527b818
Build: Add MSSQL devenv for ARM64 processors (#43888)
* Build: Add MSSQL devenv for ARM64 processors

* Change docker image tag from latest to fixed version
2022-01-12 16:24:06 +02:00
..
build Build: Add MSSQL devenv for ARM64 processors (#43888) 2022-01-12 16:24:06 +02:00
docker-compose.yaml Build: Add MSSQL devenv for ARM64 processors (#43888) 2022-01-12 16:24:06 +02:00
README.md Build: Add MSSQL devenv for ARM64 processors (#43888) 2022-01-12 16:24:06 +02:00

This build is basically a clone of the mssql folder but without the custom grafana db/user created.

At this moment, there is no MSSQL Server available for arm64 processors. The workaround is using an azure-sql-edge image instead.

The setup files cannot be used to create a custom grafana db/user since sqlcmd does not work for arm64 processors. (https://docs.microsoft.com/en-us/azure/azure-sql-edge/connect)

You can connect the Grafana MSSQL datasource to this instance by using the following credentials:

  • Host: localhost
  • Database: master
  • User: sa
  • Password: Password! or whatever is set in docker-compose.yaml for env var MSSQL_SA_PASSWORD