Skip to content

Always pull, even if image available locally #271

@JamieMagee

Description

@JamieMagee

If we're using a mutable tag, like latest, we should always try and pull the container image regardless of whether or not it's available locally.

cli/internal/infra/run.go

Lines 470 to 473 in 35deb52

inspect, _, err := cli.ImageInspectWithRaw(ctx, image)
// pull image if necessary
if err != nil {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions