mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Dockerode: Add RootFS to image inspect typing (#40848)
From: https://docs.docker.com/engine/api/v1.40/#operation/ImageInspect Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
committed by
Ron Buckton
parent
32c12c3273
commit
eeeb815207
Vendored
+5
@@ -764,6 +764,11 @@ declare namespace Dockerode {
|
||||
DeviceSize: string;
|
||||
}
|
||||
};
|
||||
RootFS: {
|
||||
Type: string;
|
||||
Layers?: string[];
|
||||
BaseLayer?: string;
|
||||
};
|
||||
}
|
||||
|
||||
interface AuthConfig {
|
||||
|
||||
Reference in New Issue
Block a user