Skip to content

Conversation

@robmry
Copy link
Contributor

@robmry robmry commented Nov 20, 2025

- What I did

In the "docker info" result, the Engine component's BuildTime should be in time.ANSIC format, but the top level BuildTime field should use time.RFC3339Nano.

- How I did it

- How to verify it

- Human readable description for the release notes

`docker version --format json`: restore top-level `BuildTime` field to use RFC3339Nano format

- A picture of a cute animal (not mandatory but encouraged)

Introduced by bff56f0 (cli/command/system: define struct for
formatting version).

In the "docker info" result, the Engine component's BuildTime should
be in time.ANSIC format, but the top level BuildTime field should use
time.RFC3339Nano.

Signed-off-by: Rob Murray <rob.murray@docker.com>
@robmry robmry added this to the 29.0.3 milestone Nov 20, 2025
@robmry robmry self-assigned this Nov 20, 2025
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cli/command/system/version.go 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@vvoland vvoland merged commit 11f24b8 into docker:master Nov 20, 2025
130 of 132 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"docker version --format=json": "BuildTime" format has changed

3 participants