ConfigInfo returns a complete BlobInfo for the separate config object, or a BlobInfo{Digest:""} if there isn't a separate object. Note that the config object may not exist in the underlying storage in the return value of UpdatedImage! Use ConfigBlob() below.
()
| 399 | // ConfigInfo returns a complete BlobInfo for the separate config object, or a BlobInfo{Digest:""} if there isn't a separate object. |
| 400 | // Note that the config object may not exist in the underlying storage in the return value of UpdatedImage! Use ConfigBlob() below. |
| 401 | ConfigInfo() BlobInfo |
| 402 | // ConfigBlob returns the blob described by ConfigInfo, if ConfigInfo().Digest != ""; nil otherwise. |
| 403 | // The result is cached; it is OK to call this however often you need. |
| 404 | ConfigBlob(context.Context) ([]byte, error) |
no outgoing calls