-
Notifications
You must be signed in to change notification settings - Fork 218
chore(deps): update module github.com/docker/docker to v28 #1830
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
Conversation
d46ac3e
to
6186d38
Compare
6186d38
to
1dac58b
Compare
9134c99
to
7cd83df
Compare
Hi @jayhuang-suse could you help to double check my fix for the build error? 7cd83df
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ImageInspectWithRaw returns the image information and its raw representation.
Deprecated: Use Client.ImageInspect instead. Raw response can be obtained using the ImageInspectWithRawResponse option.
The option needs to be included to behaved correctly.
Hi @jayhuang-suse , we don't use raw data at all in the existing implementation. That's why we don't need to include the option. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
We are still using this function on obtaining container's image data. The new API function expands it capability to handle the results. Without the option, it would be get a unexpected "json" result without the suggestive option. That is why docker put the query suggestion of the obsoleted function. It is better that we can get the same result as before. |
Hi @jayhuang-suse as we communicated privately, please feel free to let me know if you still have concerns. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should not be affected by current docker engine release as it could be a default query option. It needs to be watched if it gets the unexpected image result in its future release.
This PR contains the following updates:
v26.1.5+incompatible
->v28.0.1+incompatible
Release Notes
docker/docker (github.com/docker/docker)
v28.0.1+incompatible
Compare Source
v28.0.0+incompatible
Compare Source
v27.5.1+incompatible
Compare Source
v27.5.0+incompatible
Compare Source
v27.4.1+incompatible
Compare Source
v27.4.0+incompatible
Compare Source
v27.3.1+incompatible
Compare Source
v27.3.0+incompatible
Compare Source
v27.2.1+incompatible
Compare Source
v27.2.0+incompatible
Compare Source
v27.1.2+incompatible
Compare Source
v27.1.1+incompatible
Compare Source
v27.1.0+incompatible
Compare Source
v27.0.3+incompatible
Compare Source
v27.0.2+incompatible
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.