Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support build.cache_from in docker-compose manager #18366

Open
wolfgangwalther opened this issue Oct 17, 2022 · 1 comment
Open

Support build.cache_from in docker-compose manager #18366

wolfgangwalther opened this issue Oct 17, 2022 · 1 comment
Labels
manager:docker-compose Docker Compose files priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@wolfgangwalther
Copy link

What would you like Renovate to be able to do?

In a docker compose file, there can be a list of docker images in build.cache_from. Example from the docs:

build:
  context: .
  cache_from:
    - alpine:latest
    - corp/web_app:3.14

It would be great if renovate could update those, too.

If you have any ideas on how this should be implemented, please tell us here.

Extend the docker-compose manager to support extracting build.cache_from.

Is this a feature you are interested in implementing yourself?

No

@wolfgangwalther wolfgangwalther added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Oct 17, 2022
@viceice viceice added manager:docker-compose Docker Compose files priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others status:ready and removed status:requirements Full requirements are not yet known, so implementation should not be started priority-5-triage labels Oct 17, 2022
@viceice
Copy link
Member

viceice commented Oct 17, 2022

should be easy to implement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager:docker-compose Docker Compose files priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

3 participants