Skip to content

Check if Docker Compose images are pulled #20

@vidya381

Description

@vidya381

When docker-compose.yml is detected, check that the images used by services are already pulled locally. Saves people from hitting unexpected pull delays when starting services.

Run docker compose images --format json and check if any service has no image pulled.

Add to internal/check/compose.go or a separate file, register under stack.DockerCompose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    checkerAdding a new checkhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions