docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
233 stars 48 forks source link

Trigger builds for multi-stage docker files #2225

Open scottwsides opened 2 years ago

scottwsides commented 2 years ago

I'm using a multi-stage setup for my docker builds eg

In image 'main' COPY --from=some-base-image ......

When I rebuilt 'some-base-image' Id like to have 'main' auto-rebuild. How can I do this? It seems like DockerHub only triggers other image builds with the "FROM" keyword... but I dont want to include the whole 'some-base-image' layer