feat(manager/docker-compose): extract volume image #45729
danieledwardgeorgehitchcock
started this conversation in
Suggest an Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Docker, and thus docker compose allows for mounting curated images as volumes under a service declaration. A good example of where this is used is in the new PostgreSQL Extension Layers (example Compose below):
Renovate should pick up the image from source, and be able to re-tag / upgrade as-in the other functionality for Docker image sources.
All reactions