Yingchun Lai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20299
Change subject: [docker] fix docker buildx error ...................................................................... [docker] fix docker buildx error Fix the failure of build docker images, the error message is: $ ./docker/docker-build.py --action push --platforms linux/amd64 linux/arm64 ... > [linux/arm64 dev 7/8] RUN ./bootstrap-dev-env.sh && > ./bootstrap-java-env.sh && ./bootstrap-python-env.sh && rm > bootstrap-dev-env.sh && rm bootstrap-java-env.sh && rm > bootstrap-python-env.sh: #0 0.803 Error while loading Ès//./bootstrap-dev-env.sh: No such file or directory ------ ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c ./bootstrap-dev-env.sh && ./bootstrap-java-env.sh && ./bootstrap-python-env.sh && rm bootstrap-dev-env.sh && rm bootstrap-java-env.sh && rm bootstrap-python-env.sh" did not complete successfully: exit code: 1 I tried to add "WORKDIR /" command before "RUN /bootstrap-dev-env.sh ...", but it seems not work. Change-Id: Ie116a7b090a2c8625340a629d69bb1ef9ca4a211 --- M docker/Dockerfile 1 file changed, 11 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/99/20299/1 -- To view, visit http://gerrit.cloudera.org:8080/20299 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie116a7b090a2c8625340a629d69bb1ef9ca4a211 Gerrit-Change-Number: 20299 Gerrit-PatchSet: 1 Gerrit-Owner: Yingchun Lai <[email protected]>
