Skip to content

rpinz/azure-sql-edge

Repository files navigation

🐳 azure-sql-edge Docker containers

Build script that generates azure-sql-edge:latest containers with open-source go-sqlcmd and docker-healthcheck. This is particularly useful when using ARM64 architecture for Azure SQL Edge.

📦 Installation

Clone the repository in ${HOME}/containers:

$ cd ${HOME}/containers
$ git clone https://github.com/rpinz/azure-sql-edge.git

⚒ Build:

Build containers locally

$ cd ${HOME}/containers/azure-sql-edge
$ ./build.sh local no-cache

Build containers and push to registry

$ cd ${HOME}/containers/azure-sql-edge
$ ./build.sh build no-cache

Build multi-arch containers and push to registry

$ cd ${HOME}/containers/azure-sql-edge
$ ./build.sh buildx no-cache

TODO:

  • Quality control testing

About

Unofficial container images for Microsoft Azure SQL Edge with go-sqlcmd and healthcheck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published