From 52771f3550e4d864b6e6609e92484869e2055883 Mon Sep 17 00:00:00 2001 From: an Date: Fri, 2 Aug 2019 23:19:22 +0200 Subject: [PATCH] Revert "test" This reverts commit b8127beed112311efa89aab46c9d79ced92d4eb1. --- .drone.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index fe6e2c1..dfd5605 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,16 +36,17 @@ steps: auto_tag: true tags: latest - #- name: clair - # image: ubuntu:18.04 - # #environment: - # #CLAIR_ADDR: http://dev01.dnix.org:6060 - # #CLAIR_OUTPUT: High - # #CLAIR_THRESHOLD: 10 - # #REGISTRY_INSECURE: true - # commands: - # - 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 + - name: clair + image: ubuntu:18.04 + #environment: + #CLAIR_ADDR: http://dev01.dnix.org:6060 + #CLAIR_OUTPUT: High + #CLAIR_THRESHOLD: 10 + #REGISTRY_INSECURE: true + commands: + - 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 +