Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Simple-Webpage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Templates
Simple-Webpage
Commits
0dec1c63
Verified
Commit
0dec1c63
authored
6 years ago
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix.
parent
19b4ca69
Loading
Loading
Loading
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
0dec1c63
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment