test
This commit is contained in:
parent
226f3043d5
commit
492e52bf4d
|
@ -37,10 +37,11 @@ steps:
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
- name: clair
|
- name: clair
|
||||||
image: phusion/baseimage:latest
|
image: phusion/baseimage:latest
|
||||||
commands:
|
commands:
|
||||||
- apt update -y
|
- apt update -y
|
||||||
- apt -y install curl
|
- 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
|
- curl -Lo /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64
|
||||||
- chmod -x /usr/local/bin/klar
|
- chmod -x /usr/local/bin/klar
|
||||||
- CLAIR_ADDR=dev01:6060 CLAIR_OUTPUT=High CLAIR_THRESHOLD=10 REGISTRY_INSECURE=true klar dr.dnix.de/flokati:latest
|
- klar
|
||||||
|
#- CLAIR_ADDR=dev01:6060 CLAIR_OUTPUT=High CLAIR_THRESHOLD=10 REGISTRY_INSECURE=true klar dr.dnix.de/flokati:latest
|
||||||
|
|
Loading…
Reference in New Issue