Skip to content
GitLab
Explore
Sign in
Register
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
d29e5480
Verified
Commit
d29e5480
authored
6 months ago
by
Konrad Botor
Browse files
Options
Downloads
Patches
Plain Diff
Excluded HAF from Hivemind's instance image
parent
e6ddeaf4
No related branches found
No related tags found
2 merge requests
!827
Merge develop changes to master
,
!726
Excluded HAF from Hivemind's instance image
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
d29e5480
# 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}
...
...
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