Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Auto-DevOps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gitlab
Auto-DevOps
Commits
bd985dff
Commit
bd985dff
authored
1 year ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
comments
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
d5551d3f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Auto-DevOps.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
Auto-DevOps.gitlab-ci.yml
with
8 additions
and
0 deletions
Auto-DevOps.gitlab-ci.yml
+
8
−
0
View file @
bd985dff
include
:
include
:
-
template
:
Auto-DevOps.gitlab-ci.yml
-
template
:
Auto-DevOps.gitlab-ci.yml
######################################################################################################################################
variables
:
variables
:
# Set `GITLAB_MIRROR_PREFIX` variable on the instance/group/project level. Exapmple - GITLAB_MIRROR_PREFIX: "${CI_REGISTRY}/gitlab"
# Set `GITLAB_MIRROR_PREFIX` variable on the instance/group/project level. Exapmple - GITLAB_MIRROR_PREFIX: "${CI_REGISTRY}/gitlab"
SECURE_ANALYZERS_PREFIX
:
"
${GITLAB_MIRROR_PREFIX}/security-products"
SECURE_ANALYZERS_PREFIX
:
"
${GITLAB_MIRROR_PREFIX}/security-products"
...
@@ -9,6 +11,8 @@ variables:
...
@@ -9,6 +11,8 @@ variables:
image
:
"
${ALPINE_IMAGE}"
image
:
"
${ALPINE_IMAGE}"
######################################################################################################################################
build
:
build
:
image
:
"
${CLUSTER_INTEGRATION_PREFIX}/auto-build-image:${AUTO_BUILD_IMAGE_VERSION}"
image
:
"
${CLUSTER_INTEGRATION_PREFIX}/auto-build-image:${AUTO_BUILD_IMAGE_VERSION}"
services
:
services
:
...
@@ -16,6 +20,8 @@ build:
...
@@ -16,6 +20,8 @@ build:
command
:
[
'
--tls=false'
,
'
--host=tcp://0.0.0.0:2375'
]
command
:
[
'
--tls=false'
,
'
--host=tcp://0.0.0.0:2375'
]
alias
:
docker
alias
:
docker
######################################################################################################################################
code_quality
:
code_quality
:
image
:
"
${DOCKER_IMAGE}"
image
:
"
${DOCKER_IMAGE}"
services
:
services
:
...
@@ -33,5 +39,7 @@ container_scanning:
...
@@ -33,5 +39,7 @@ container_scanning:
CS_TRIVY_JAVA_DB
:
"
${GITLAB_MIRROR_PREFIX}/trivy-java-db"
CS_TRIVY_JAVA_DB
:
"
${GITLAB_MIRROR_PREFIX}/trivy-java-db"
CONTAINER_SCANNING_IMAGE_VERSION
:
"
6"
CONTAINER_SCANNING_IMAGE_VERSION
:
"
6"
######################################################################################################################################
.auto-deploy
:
.auto-deploy
:
image
:
"
${CLUSTER_INTEGRATION_PREFIX}/auto-deploy-image:${AUTO_DEPLOY_IMAGE_VERSION}"
image
:
"
${CLUSTER_INTEGRATION_PREFIX}/auto-deploy-image:${AUTO_DEPLOY_IMAGE_VERSION}"
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