mirror of
https://github.com/containers/podman.git
synced 2025-12-04 12:17:34 +08:00
vendor latest c/common
includes tag/untag changes Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
6
vendor/github.com/containers/common/libimage/copier.go
generated
vendored
6
vendor/github.com/containers/common/libimage/copier.go
generated
vendored
@@ -361,7 +361,11 @@ func (c *copier) copy(ctx context.Context, source, destination types.ImageRefere
|
||||
defer cancel()
|
||||
defer timer.Stop()
|
||||
|
||||
fmt.Fprintf(c.imageCopyOptions.ReportWriter, "Pulling image %s inside systemd: setting pull timeout to %s\n", source.DockerReference(), time.Duration(numExtensions)*extension)
|
||||
fmt.Fprintf(c.imageCopyOptions.ReportWriter,
|
||||
"Pulling image %s inside systemd: setting pull timeout to %s\n",
|
||||
source.StringWithinTransport(),
|
||||
time.Duration(numExtensions)*extension,
|
||||
)
|
||||
|
||||
// From `man systemd.service(5)`:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user