Skip to content

Commit

Permalink
Merge pull request #25830 from holly-cummins/holly-mssql-m1-podman-fa…
Browse files Browse the repository at this point in the history
…bric8

Use Azure Edge Server rather than MS SQL on Mac M1
  • Loading branch information
gsmet authored Jun 9, 2022
2 parents be85007 + 4f84d50 commit 836376c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1237,12 +1237,17 @@
<properties>
<!-- Podman compatibility. Currently, mac file systems based on Plan 9 does not support SELinux labeling z and Z should not be used. When they transition to use virtiofsd, it should support SELinux labeling, and then we can use it for better container separation on the Mac.-->
<volume.access.modifier></volume.access.modifier>

<!-- See https://stackoverflow.com/questions/65456814/docker-apple-silicon-m1-preview-mysql-no-matching-manifest-for-linux-arm64-v8
and https://www.emmanuelgautier.com/blog/mysql-docker-arm-m1
This hopefully should be temporary -->
<mysql.image>arm64v8/mysql:8-oracle</mysql.image>

<!-- See
https://github.com/microsoft/mssql-docker/issues/668 and https://stackoverflow.com/questions/65398641/docker-connect-sql-server-container-non-zero-code-1/66919852#66919852.
The MS SQL image segfaults on ARM. Azure Edge is not fully compatible, but it is better than not running the tests at all.
DockerHub does not list any tags so we have to use latest for the moment.-->
<mssql.image>mcr.microsoft.com/azure-sql-edge:latest</mssql.image>
</properties>
</profile>

Expand Down

0 comments on commit 836376c

Please sign in to comment.