Open mthalman opened 4 months ago
While the final image may derive its image layers from one base image, it still may include content that comes from other images.
Example:
FROM registry.io/foo COPY --from=registry.io/bar /tool /tool
In this example, it would be good to trigger an image rebuild whenever registry.io/foo or registry.io/bar is updated.
registry.io/foo
registry.io/bar
While the final image may derive its image layers from one base image, it still may include content that comes from other images.
Example:
In this example, it would be good to trigger an image rebuild whenever
registry.io/foo
orregistry.io/bar
is updated.