tidb-incubator / tidis

A distributed transactional large-scale NoSQL database powered by TiKV
Apache License 2.0
444 stars 30 forks source link

Step 18/20 : COPY --from=builder /tikv/target/release/tikv-service-server /tikv-service-server COPY failed: stat tikv/target/release/tikv-service-server: file does not exist #83

Closed callmeadi closed 1 year ago

callmeadi commented 1 year ago

Trying to create Docker image using the latest repo but it fails with error: Step 18/20 : COPY --from=builder /tikv/target/release/tikv-service-server /tikv-service-server COPY failed: stat tikv/target/release/tikv-service-server: file does not exist

The file is not present in the repo, Any suggestions ?

yongman commented 1 year ago

Thanks for your report. The docker file seems like stale and shloud update.

yongman commented 1 year ago

Already fixed in https://github.com/tidb-incubator/tidis/pull/84 .