| 22 | } |
| 23 | |
| 24 | type tarballReference struct { |
| 25 | config imgspecv1.Image |
| 26 | annotations map[string]string |
| 27 | filenames []string |
| 28 | stdin []byte |
| 29 | } |
| 30 | |
| 31 | // ConfigUpdate updates the image's default configuration and adds annotations |
| 32 | // which will be visible in source images created using this reference. |
nothing calls this directly
no outgoing calls
no test coverage detected