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

Excluded HAF from Hivemind's instance image

parent e6ddeaf4
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!726Excluded HAF from Hivemind's instance image
# syntax=docker/dockerfile:1.5 # syntax=docker/dockerfile:1.7-labs
# Base docker file having defined environment for build and run of a Hivemind instance. # Base docker file having defined environment for build and run of a Hivemind instance.
# Use scripts/ci/build_ci_base_image.sh to build a new version of the CI base image. It must be properly tagged and pushed to the container registry. # Use scripts/ci/build_ci_base_image.sh to build a new version of the CI base image. It must be properly tagged and pushed to the container registry.
...@@ -118,7 +118,7 @@ COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/haf/scripts/cr ...@@ -118,7 +118,7 @@ COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/haf/scripts/cr
COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/haf/scripts/common.sh /home/hivemind/haf/scripts/common.sh COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/haf/scripts/common.sh /home/hivemind/haf/scripts/common.sh
COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/mock_data/block_data /home/hivemind/app/mock_data/block_data COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/mock_data/block_data /home/hivemind/app/mock_data/block_data
COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/mock_data/vops_data /home/hivemind/app/mock_data/vops_data COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/mock_data/vops_data /home/hivemind/app/mock_data/vops_data
COPY --from=builder --chown=hivemind:hivemind /home/hivemind/app/reputation_tracker /home/hivemind/app/reputation_tracker COPY --from=builder --chown=hivemind:hivemind --exclude=haf/* /home/hivemind/app/reputation_tracker /home/hivemind/app/reputation_tracker
# JSON rpc service # JSON rpc service
EXPOSE ${HTTP_PORT} EXPOSE ${HTTP_PORT}
......
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