Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hivemind
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
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
hivemind
Commits
8d8d10c2
Verified
Commit
8d8d10c2
authored
1 year ago
by
Konrad Botor
Browse files
Options
Downloads
Patches
Plain Diff
Remove phrases like 'instance-' and 'base_instance-' from Docker tags.
parent
1ece2c56
No related branches found
No related tags found
2 merge requests
!827
Merge develop changes to master
,
!630
Remove phrases like 'instance-' and 'base_instance-' from Docker tags.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
haf
+1
-1
1 addition, 1 deletion
haf
scripts/ci-helpers/build_instance.sh
+1
-1
1 addition, 1 deletion
scripts/ci-helpers/build_instance.sh
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
8d8d10c2
...
...
@@ -147,7 +147,7 @@ Please take care to set correct file permissions in order to provide write acces
```bash
cd /storage1/haf-data-dir/
../hivemind/haf/scripts/run_hived_img.sh registry.gitlab.syncad.com/hive/haf/instance:
instance-
<tag> --name=haf-mainnet-instance --data-dir="$(pwd)" <hived-options>
../hivemind/haf/scripts/run_hived_img.sh registry.gitlab.syncad.com/hive/haf/instance:<tag> --name=haf-mainnet-instance --data-dir="$(pwd)" <hived-options>
```
For example, for testing purposes (assuming block_log file has been put into data-dir), you can spawn a 5M block replay to prepare a HAF database for further quick testing:
...
...
This diff is collapsed.
Click to expand it.
haf
@
353f06f7
Compare
87c32a2b
...
353f06f7
Subproject commit
87c32a2b483dec694d697e76efab892533f24eed
Subproject commit
353f06f7d6178f3ca2b78599f18d6de934ffce44
This diff is collapsed.
Click to expand it.
scripts/ci-helpers/build_instance.sh
+
1
−
1
View file @
8d8d10c2
...
...
@@ -71,7 +71,7 @@ pwd
CI_IMAGE_TAG
=
${
CI_IMAGE_TAG
:-
"python-3.8-slim-1"
}
# see scripts/ci/build_ci_base_image.sh for the current tag
BUILD_OPTIONS
=(
"--platform=linux/amd64"
"--target=instance"
"--progress=plain"
)
TAG
=
"
$REGISTRY
/instance:
instance-
$BUILD_IMAGE_TAG
"
TAG
=
"
$REGISTRY
/instance:
$BUILD_IMAGE_TAG
"
# On CI push the images to the registry
if
[[
-n
"
${
CI
:-}
"
]]
;
then
...
...
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