This commit is contained in:
an 2019-08-02 22:47:35 +02:00
parent 23978bb268
commit 2a3693afca
1 changed files with 13 additions and 17 deletions

View File

@ -36,21 +36,17 @@ steps:
auto_tag: true auto_tag: true
tags: latest tags: latest
trigger: - name: clair
event: image: ubuntu:18.04
- tag #environment:
#CLAIR_ADDR: http://dev01.dnix.org:6060
#- name: clair #CLAIR_OUTPUT: High
#image: ubuntu:18.04 #CLAIR_THRESHOLD: 10
#environment: #REGISTRY_INSECURE: true
#CLAIR_ADDR: http://dev01.dnix.org:6060 co#mmands:
#CLAIR_OUTPUT: High - apt -y update
#CLAIR_THRESHOLD: 10 - apt -y install curl
#REGISTRY_INSECURE: true - curl -Lo /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64
#co#mmands: - chmod 755 /usr/local/bin/klar
#- apt -y update - CLAIR_ADDR=http://192.168.1.119:6060 CLAIR_OUTPUT=High CLAIR_THRESHOLD=1 REGISTRY_INSECURE=true klar dr.dnix.de/flokati
#- 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