Skip to content

docker-compose pull should pull base images for built containers #2742

@yajo

Description

@yajo

Say you have a docker-compose.yml like:

one:
  image: python
two:
  build: .

And a Dockerfile like:

FROM ruby
...

I'd expect docker-compose pull to pull both python and ruby images. Only python is currently pulled.

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