]> git.gsnw.org Git - fping.git/commitdiff
Add docker build to azure-pipline
authorGerman Service Network <support@gsnw.de>
Mon, 14 Oct 2024 21:18:55 +0000 (23:18 +0200)
committerSebastian <176771227+gsnw-sebast@users.noreply.github.com>
Mon, 11 Nov 2024 11:08:14 +0000 (12:08 +0100)
azure-pipelines.yml

index 9833f76e6300f22af7e89162fa20aa72a05dd07a..37590128a64f6fb8494a04f7d84e1d5ea53dd384 100644 (file)
@@ -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