This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`RootFS` was added to the ImageInfo / inspectImage response in version 1.23 of the Docker Remote API (for Docker version 1.11). Earlier versions of the API do not have this field present in ImageInfo. We caught this because we run tests for spotify/helios on CircleCI which uses Docker 1.10.
- Loading branch information
Showing
4 changed files
with
93 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"Id": "sha256:6f470f6fc044b7fdd48e3e1b63b8360c66ad8e99959e457e96db9093e66dca63", | ||
"RepoTags": [ | ||
"busybox:buildroot-2013.08.1" | ||
], | ||
"RepoDigests": [ | ||
"busybox@sha256:4eccca494e527311eb4a4ebee1f90d9362971d882bb22fd7ded46d517129b1ac" | ||
], | ||
"Parent": "", | ||
"Comment": "", | ||
"Created": "2015-09-18T17:44:28.145855389Z", | ||
"Container": "c86542e1a6d3b7b8354bcbcb97a50821aec58b96f7ae3ad0d8e1655477138eca", | ||
"ContainerConfig": { | ||
"Hostname": "34b4d68f8959", | ||
"Domainname": "", | ||
"User": "", | ||
"AttachStdin": false, | ||
"AttachStdout": false, | ||
"AttachStderr": false, | ||
"Tty": false, | ||
"OpenStdin": false, | ||
"StdinOnce": false, | ||
"Env": null, | ||
"Cmd": [ | ||
"/bin/sh", | ||
"-c", | ||
"#(nop) CMD [\"/bin/sh\"]" | ||
], | ||
"Image": "77608b59d92f23a988df653ad660e91e04c72d20bfaf1a7f06ae6a6a79331482", | ||
"Volumes": null, | ||
"WorkingDir": "", | ||
"Entrypoint": null, | ||
"OnBuild": null, | ||
"Labels": null | ||
}, | ||
"DockerVersion": "1.8.2", | ||
"Author": "Jérôme Petazzoni <[email protected]>", | ||
"Config": { | ||
"Hostname": "34b4d68f8959", | ||
"Domainname": "", | ||
"User": "", | ||
"AttachStdin": false, | ||
"AttachStdout": false, | ||
"AttachStderr": false, | ||
"Tty": false, | ||
"OpenStdin": false, | ||
"StdinOnce": false, | ||
"Env": null, | ||
"Cmd": [ | ||
"/bin/sh" | ||
], | ||
"Image": "77608b59d92f23a988df653ad660e91e04c72d20bfaf1a7f06ae6a6a79331482", | ||
"Volumes": null, | ||
"WorkingDir": "", | ||
"Entrypoint": null, | ||
"OnBuild": null, | ||
"Labels": null | ||
}, | ||
"Architecture": "amd64", | ||
"Os": "linux", | ||
"Size": 2489301, | ||
"VirtualSize": 2489301, | ||
"GraphDriver": { | ||
"Name": "aufs", | ||
"Data": null | ||
} | ||
} |