Skip to content

[pytest] Docker images are always pulled, also when not missing. #385

@Jelmerdw

Description

@Jelmerdw

Description

In our conftest.py, we use docker compose -f {COMPOSE_FILE} pull --policy missing to pull missing images for the test. However, the images are also pulled when they are locally build already. This takes unnecessary time and means that the local image is not used, which is desired when local changes are made.

Steps to Reproduce

  1. Go to '...'
  2. Run '...'
  3. Observe '...'

Expected Behavior

What you expected to happen instead.

Additional Context

Add any other context or screenshots here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions