test
This commit is contained in:
parent
4726320d1a
commit
23978bb268
32
.drone.yml
32
.drone.yml
|
@ -35,18 +35,22 @@ steps:
|
||||||
registry: dr.dnix.de
|
registry: dr.dnix.de
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
- name: clair
|
trigger:
|
||||||
image: ubuntu:18.04
|
event:
|
||||||
environment:
|
- tag
|
||||||
CLAIR_ADDR: http://dev01.dnix.org:6060
|
|
||||||
CLAIR_OUTPUT: High
|
#- name: clair
|
||||||
CLAIR_THRESHOLD: 10
|
#image: ubuntu:18.04
|
||||||
REGISTRY_INSECURE: true
|
#environment:
|
||||||
commands:
|
#CLAIR_ADDR: http://dev01.dnix.org:6060
|
||||||
- apt -y update
|
#CLAIR_OUTPUT: High
|
||||||
- apt -y install curl
|
#CLAIR_THRESHOLD: 10
|
||||||
- curl -Lo /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64
|
#REGISTRY_INSECURE: true
|
||||||
- chmod 755 /usr/local/bin/klar
|
#co#mmands:
|
||||||
- klar dr.dnix.de/flokati
|
#- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue