Skip to content
Snippets Groups Projects
Verified Commit 0dec1c63 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 19b4ca69
Loading
Checking pipeline status
......@@ -34,12 +34,12 @@ container-scan:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
CI_APPLICATION_REPOSITORY: registry.dbogatov.org/$REPOLOWER/review/$CI_COMMIT_REF_NAME
CI_APPLICATION_TAG: latest
allow_failure: true
services:
- docker:stable-dind
script:
- export CI_APPLICATION_REPOSITORY="registry.dbogatov.org/$REPOLOWER/review/$CI_COMMIT_REF_NAME"
- docker run -d --name db arminc/clair-db:latest
- docker run -p 6060:6060 --link db:postgres -d --name clair --restart on-failure arminc/clair-local-scan:v2.0.1
- apk add -U wget ca-certificates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment