From 2a3693afca601f34d826a3b1a75e7ac40fa31b2d Mon Sep 17 00:00:00 2001 From: an Date: Fri, 2 Aug 2019 22:47:35 +0200 Subject: [PATCH] test --- .drone.yml | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index e974280..c5c5bb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,21 +36,17 @@ steps: auto_tag: true tags: latest -trigger: - event: - - tag - - #- name: clair - #image: ubuntu:18.04 - #environment: - #CLAIR_ADDR: http://dev01.dnix.org:6060 - #CLAIR_OUTPUT: High - #CLAIR_THRESHOLD: 10 - #REGISTRY_INSECURE: true - #co#mmands: - #- apt -y update - #- apt -y install curl - #- curl -Lo /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64 - #- chmod 755 /usr/local/bin/klar - #- klar dr.dnix.de/flokati + - name: clair + image: ubuntu:18.04 + #environment: + #CLAIR_ADDR: http://dev01.dnix.org:6060 + #CLAIR_OUTPUT: High + #CLAIR_THRESHOLD: 10 + #REGISTRY_INSECURE: true + co#mmands: + - apt -y update + - apt -y install curl + - curl -Lo /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64 + - chmod 755 /usr/local/bin/klar + - CLAIR_ADDR=http://192.168.1.119:6060 CLAIR_OUTPUT=High CLAIR_THRESHOLD=1 REGISTRY_INSECURE=true klar dr.dnix.de/flokati