rdx-proxy has incorrect timestamp #5144
Closed
VitaliiTrubchaninovUbisoft
started this conversation in
General
Replies: 2 comments 1 reply
-
Yes, it is "normal", but not really correct, so we should fix it. I've turned your entry here into an issue at #5145. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've created PR #5149 to drop the creation date from the metadata. Not sure if your tool will handle it, but it does get rid of the "292 years ago" silliness:
See also docker/cli#2047. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it normal that rdx-proxy image has timestamp "292 years ago" in "docker image ls"?
It messes up with our tools because timestamp value can not be converted to C# DateTime object.
Created field is invalid as valid values are between -62135596800 and 253402300799, inclusive.
{
"Containers": -1,
"Created": -62167219200,
Beta Was this translation helpful? Give feedback.
All reactions