nolint:unused // will be used when linuxkit cache is eliminated and we return to docker image cache
(img string)
| 475 | |
| 476 | //nolint:unused // will be used when linuxkit cache is eliminated and we return to docker image cache |
| 477 | func (dr dockerRunnerImpl) push(img string) error { |
| 478 | return dr.command(nil, nil, nil, "image", "push", img) |
| 479 | } |
| 480 | |
| 481 | //nolint:unused // will be used when linuxkit cache is eliminated and we return to docker image cache |
| 482 | func (dr *dockerRunnerImpl) pushWithManifest(img, suffix string, pushImage, pushManifest bool) error { |
no test coverage detected