LarsBauer / azure-function-build

Docker image to build, test, and deploy Azure Functions

Home Page:https://hub.docker.com/r/larsbauer91/azure-function-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-function-build

This image is based on dotnet/sdk from Microsoft and contains the following tools:

  • SonarScanner for .NET (available as .NET global tool) for code analysis
  • Azure CLI for authentication and configuration

Supported versions:

language docker tag
.NET Core 3.1 3.1
.NET 5 5.0 (latest)
.NET 5 (isolated process) 5.0-isolated

About

Docker image to build, test, and deploy Azure Functions

https://hub.docker.com/r/larsbauer91/azure-function-build

License:MIT License


Languages

Language:Dockerfile 100.0%