-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update docker daemon verisonn to docker:20.10.24-dind #2820
Conversation
Signed-off-by: purelind <purelind@gmail.com>
The pull request fixes an issue with the TiDB container by updating the docker daemon version to Potential Problems: No potential problems are identified in this pull request. Fixing Suggestions: No fixing suggestions are needed for this pull request. The changes are appropriate and have a clear purpose. |
relate docker-library/golang#467 |
One suggestion for improvement would be to provide more detail in the pull request description, such as the specific error that was encountered and how this change resolves it. Additionally, it may be helpful to explain why the specific version of Docker (20.10.24-dind) was chosen. In terms of the code changes, the addition of environment variables for Overall, this pull request seems to be a simple and appropriate fix, and I would recommend merging it once the suggested improvements have been made to the pull request description. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
update docker daemon verisonn to docker:20.10.24-dind, to resolve the error encountered when starting the tidb container.