aagumin opened a new issue, #2743: URL: https://github.com/apache/celeborn/issues/2743
### Describe the intention you'd like [Build docker image ](https://github.com/apache/celeborn/blob/main/docker/DEPLOY_ON_K8S.md) Flow: 1. Clone celebron repo 2. git checkout tags/v0.5.1 3. Run docker build command get error ``` > [ 9/11] COPY RELEASE /opt/celeborn/RELEASE: ------ Dockerfile:45 -------------------- 43 | COPY master-jars /opt/celeborn/master-jars 44 | COPY worker-jars /opt/celeborn/worker-jars 45 | >>> COPY RELEASE /opt/celeborn/RELEASE 46 | 47 | RUN chown -R celeborn:celeborn ${CELEBORN_HOME} && \ -------------------- ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref f4b26043-b8d0-494b-9925-ebb5 3098e7a1::ml7vpdvtl3x60imjphsm3u6ry: "/RELEASE": not found ``` where to find this file? it's not in the release branch(tag) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
