Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
hive
clive
Commits
90aafe2d
Commit
90aafe2d
authored
7 months ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
Added basic definition of job building official images.
parent
948bf061
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!503
v1.27.5.18 Release
,
!496
Draft: Msobczyk/encrypt profile
,
!475
Issue #83 - use std image build procedure
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-1
10 additions, 1 deletion
.gitlab-ci.yml
scripts/ci-helpers/build_and_publish_instance.sh
+1
-0
1 addition, 0 deletions
scripts/ci-helpers/build_and_publish_instance.sh
with
11 additions
and
1 deletion
.gitlab-ci.yml
+
10
−
1
View file @
90aafe2d
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
scripts/ci-helpers/build_and_publish_instance.sh
0 → 120000
+
1
−
0
View file @
90aafe2d
../../hive/scripts/ci-helpers/build_and_publish_instance.sh
\ No newline at end of file
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