Skip to content
Snippets Groups Projects
Verified Commit 8d8d10c2 authored by Konrad Botor's avatar Konrad Botor
Browse files

Remove phrases like 'instance-' and 'base_instance-' from Docker tags.

parent 1ece2c56
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!630Remove phrases like 'instance-' and 'base_instance-' from Docker tags.
......@@ -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:
......
Subproject commit 87c32a2b483dec694d697e76efab892533f24eed
Subproject commit 353f06f7d6178f3ca2b78599f18d6de934ffce44
......@@ -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
......
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