An open API service indexing awesome lists of open source software.

https://github.com/faust64/docker-jenkins-agent-klar


https://github.com/faust64/docker-jenkins-agent-klar

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Klar Jenkins Agent

https://github.com/openshift/jenkins lookalike

Based on https://github.com/optiopay/klar

scan:

```
CLAIR_ADDR=http://clair-demo.demo-ci.svc:6060 \
CLAIR_TIMEOUT=2 DOCKER_TIMEOUT=2 \
DOCKER_USER=default \
DOCKER_PASSWORD=$(cat /path/to/serviceaccount/token) \
DOCKER_INSECURE=true \
REGISTRY_INSECURE=false \
klar docker-registry.default.svc:5000/demo-ci/jenkins-agent-klar:latest
```