Skip to content
Snippets Groups Projects
Commit bd985dff authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

comments

parent d5551d3f
Branches
No related tags found
No related merge requests found
include:
- template: Auto-DevOps.gitlab-ci.yml
######################################################################################################################################
variables:
# 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"
......@@ -9,6 +11,8 @@ variables:
image: "${ALPINE_IMAGE}"
######################################################################################################################################
build:
image: "${CLUSTER_INTEGRATION_PREFIX}/auto-build-image:${AUTO_BUILD_IMAGE_VERSION}"
services:
......@@ -16,6 +20,8 @@ build:
command: ['--tls=false', '--host=tcp://0.0.0.0:2375']
alias: docker
######################################################################################################################################
code_quality:
image: "${DOCKER_IMAGE}"
services:
......@@ -33,5 +39,7 @@ container_scanning:
CS_TRIVY_JAVA_DB: "${GITLAB_MIRROR_PREFIX}/trivy-java-db"
CONTAINER_SCANNING_IMAGE_VERSION: "6"
######################################################################################################################################
.auto-deploy:
image: "${CLUSTER_INTEGRATION_PREFIX}/auto-deploy-image:${AUTO_DEPLOY_IMAGE_VERSION}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment