Skip to content

Commit

Permalink
Merge pull request #612 from kakao/docker_from_vmr_to_varlogmr
Browse files Browse the repository at this point in the history
build(docker): copy varlogmr not vmr
  • Loading branch information
ijsong authored Oct 10, 2023
2 parents 52de516 + 724e900 commit 08ae0ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ tags
# python
__pycache__
*.pyc

# executables
bin/varlogctl
bin/vmr
bin/vms
bin/vsn
bin/rpc_test_server
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ USER varlog
WORKDIR /varlog
COPY --from=tools /bin/grpc_health_probe /varlog/tools/grpc_health_probe
COPY --from=builder-noncgo /varlog/bin/start_varlogmr.py /varlog/bin/start_varlogmr.py
COPY --from=builder-noncgo /varlog/bin/vmr /varlog/bin/vmr
COPY --from=builder-noncgo /varlog/bin/varlogmr /varlog/bin/varlogmr
COPY --from=builder-noncgo /varlog/bin/mrtool /varlog/bin/mrtool
COPY --from=builder-noncgo /varlog/bin/varlogctl /varlog/bin/varlogctl
COPY --from=builder-noncgo /varlog/pylib /varlog/pylib
Expand Down

0 comments on commit 08ae0ba

Please sign in to comment.