-
Notifications
You must be signed in to change notification settings - Fork 1.1k
UNKNOWN; byte offset: #UNKNOWN #2321
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
Comments
Seems that the SizeRootFs int64 `json:",omitempty"` It is represented in @JsonProperty("SizeRootFs")
private Integer sizeRootFs; This is only capable of holding 32-bit values, i.e. between -2147483648 and 2147483647. Should be a |
这是来自QQ邮箱的假期自动回复邮件。您好,已经收到您发的邮件。我将尽快给您回复。
|
这是来自QQ邮箱的假期自动回复邮件。您好,已经收到您发的邮件。我将尽快给您回复。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
com.fasterxmljackson,databind,JsonMappingExc
eption: Numeric value (5499906080) out of
range ofint (-2147483648-2147483647)at
[Source: UNKNOWN; byte offset: #UNKNOWN]
(through reference chain:
com.github.dockerjava.api.command.InspectCor
tainerResponse["SizeRootFs"])
The text was updated successfully, but these errors were encountered: