MCPcopy Create free account
hub / github.com/linuxkit/linuxkit / push

Method push

src/cmd/linuxkit/pkglib/dockerimpl.go:477–479  ·  view source on GitHub ↗

nolint:unused // will be used when linuxkit cache is eliminated and we return to docker image cache

(img string)

Source from the content-addressed store, hash-verified

475
476//nolint:unused // will be used when linuxkit cache is eliminated and we return to docker image cache
477func (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
482func (dr *dockerRunnerImpl) pushWithManifest(img, suffix string, pushImage, pushManifest bool) error {

Callers 1

pushWithManifestMethod · 0.95

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected