Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(debug): ensure reproducible builds in debug mode
When use `--debug` build flag, a new dlv executable file is built into the image. However, during the build, some build flags are not specified, resulting in the binary being different each time, which ultimately causes the digest of the image to be inconsistent. This change aims to ensure that, as long as the remote dlv code has not been updated, the digest remains consistent with each build.
- Loading branch information