From: German Service Network Date: Mon, 14 Oct 2024 21:18:55 +0000 (+0200) Subject: Add docker build to azure-pipline X-Git-Tag: v5.3-rc1~9 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99883c38858e8c035511393e1823eb281a7a4bdd;p=fping.git Add docker build to azure-pipline --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9833f76..3759012 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,3 +50,17 @@ jobs: prove $(ls ci/test-*.pl|grep -v internet-hosts|grep -v test-10-option-u-x.pl) ci/run-lcov.sh displayName: 'build_test' + +- job: docker_build + displayName: Docker Build + + pool: + name: Azure Pipelines + vmImage: 'ubuntu-latest' + workspace: + clean: all + steps: + - task: ContainerBuild@0 + displayName: 'Container Build Task' + inputs: + Dockerfile: contrib/Dockerfile \ No newline at end of file