mirror of
https://github.com/portainer/portainer.git
synced 2026-06-23 07:20:13 +00:00
chore(remote): add log for resolved unpacker image [BE-12884] (#2459)
This commit is contained in:
@@ -183,6 +183,7 @@ func (d *stackDeployer) remoteStack(ctx context.Context, stack *portainer.Stack,
|
||||
defer logs.CloseAndLogErr(cli)
|
||||
|
||||
unpackerImg := getUnpackerImage()
|
||||
log.Debug().Str("unpacker_image", unpackerImg).Msg("Resolved unpacker image")
|
||||
|
||||
reader, err := cli.ImagePull(ctx, unpackerImg, image.PullOptions{})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user