Skip to content

Commit c989af6

Browse files
liaopengforLp811
authored andcommitted
[KYUUBI #3831] Update Dockerfile to include LICENSE NOTICE RELEASE files
### _Why are the changes needed?_ Fix dockerfile image missing RELEASE causes connection kyuubi Times: No such file or directory ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3831 from forLp811/master. Closes #3831 0396688 [liaopeng] Merge remote-tracking branch 'origin/master' 715b903 [forLp811] Update Dockerfile 76129f5 [liaopeng] Fix dockerfile image missing RELEASE causes connection kyuubi Times: No such file or directory Lead-authored-by: liaopeng <Lp%$2wsx@@@@> Co-authored-by: forLp811 <118807263+forLp811@users.noreply.github.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 3fae184 commit c989af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN set -ex && \
5555
mkdir -p ${KYUUBI_HOME} ${KYUUBI_LOG_DIR} ${KYUUBI_PID_DIR} ${KYUUBI_WORK_DIR_ROOT} && \
5656
rm -rf /var/cache/apt/*
5757

58+
COPY LICENSE NOTICE RELEASE ${KYUUBI_HOME}/
5859
COPY bin ${KYUUBI_HOME}/bin
5960
COPY jars ${KYUUBI_HOME}/jars
6061
COPY beeline-jars ${KYUUBI_HOME}/beeline-jars

0 commit comments

Comments
 (0)