Skip to content
Snippets Groups Projects
Commit 90aafe2d authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Added basic definition of job building official images.

parent 948bf061
No related branches found
No related tags found
3 merge requests!503v1.27.5.18 Release,!496Draft: Msobczyk/encrypt profile,!475Issue #83 - use std image build procedure
...@@ -43,7 +43,9 @@ include: ...@@ -43,7 +43,9 @@ include:
file: '/scripts/ci-helpers/prepare_data_image_job.yml' file: '/scripts/ci-helpers/prepare_data_image_job.yml'
- project: 'hive/common-ci-configuration' - project: 'hive/common-ci-configuration'
ref: d4e29410ea168096e1a822f77c7ce741d9cfb57a ref: d4e29410ea168096e1a822f77c7ce741d9cfb57a
file: '/templates/python_projects.gitlab-ci.yml' file:
- '/templates/python_projects.gitlab-ci.yml'
- '/templates/docker_image_jobs.gitlab-ci.yml'
image: ${CI_BASE_IMAGE} image: ${CI_BASE_IMAGE}
...@@ -343,6 +345,13 @@ build_and_push_clive_testnet_image: ...@@ -343,6 +345,13 @@ build_and_push_clive_testnet_image:
build_and_push_clive_stable_image: build_and_push_clive_stable_image:
extends: .prepare_clive_stable_image extends: .prepare_clive_stable_image
# this job is responsible for publishing official docker images specific to protected tags (usually made for release versions)
build_and_publish_image:
stage: build_and_deploy_docker
extends: .publish_docker_image_template
script:
- scripts/ci-helpers/build_and_publish_instance.sh
generate_clive_develop_startup_scripts: generate_clive_develop_startup_scripts:
extends: .generate_clive_startup_scripts_base extends: .generate_clive_startup_scripts_base
only: only:
......
../../hive/scripts/ci-helpers/build_and_publish_instance.sh
\ No newline at end of file
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