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

comments

parent d5551d3f
No related branches found
No related tags found
No related merge requests found
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}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment