Skip to content

Commit

Permalink
fix allin1 with broker build from local dev path
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
  • Loading branch information
kevincai committed Jul 29, 2023
1 parent 8896f1c commit b91332c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ output/fe/meta
output/fe/log
output/be/storage
output/be/log
# allow build fs_broker into allin1 docker image
!fs_brokers/apache_hdfs_broker/output
fs_brokers/apache_hdfs_broker/output/log
1 change: 1 addition & 0 deletions docker/dockerfiles/allin1/allin1-ubi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ARG LOCAL_REPO_PATH

COPY ${LOCAL_REPO_PATH}/output/fe /release/fe_artifacts/fe
COPY ${LOCAL_REPO_PATH}/output/be /release/be_artifacts/be
COPY ${LOCAL_REPO_PATH}/fs_brokers/apache_hdfs_broker/output/apache_hdfs_broker /release/broker_artifacts/apache_hdfs_broker


FROM artifacts-from-${ARTIFACT_SOURCE} as artifacts
Expand Down
1 change: 1 addition & 0 deletions docker/dockerfiles/allin1/allin1-ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ARG LOCAL_REPO_PATH

COPY ${LOCAL_REPO_PATH}/output/fe /release/fe_artifacts/fe
COPY ${LOCAL_REPO_PATH}/output/be /release/be_artifacts/be
COPY ${LOCAL_REPO_PATH}/fs_brokers/apache_hdfs_broker/output/apache_hdfs_broker /release/broker_artifacts/apache_hdfs_broker


FROM artifacts-from-${ARTIFACT_SOURCE} as artifacts
Expand Down

0 comments on commit b91332c

Please sign in to comment.