rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFC: extract core resource types

Open vito opened this issue 5 years ago • 2 comments

Rendered

Please comment on individual lines, not at the top-level.

vito avatar May 28 '19 19:05 vito

This is something we'll need to tackle coming soon. Are we ready to go down this approach?

Ignoring implementation, If we construct a stable interface we can build for future runtimes (containerd, k8s, nomad, etc...) as they all have image fetching built in. We can leave the current image_fetcher as a runtime-specific branch in our code and flip it on when using garden.

cc @concourse/runtime

kcmannem avatar Oct 15 '19 15:10 kcmannem

How you all feel about we now starting release a concourse binary that only contains registry-image-resource as extra? This would be a chance to trial out the approach in this RFC without affecting existing users. So we could have a better understanding of the impact in the future.

xtremerui avatar Sep 10 '21 15:09 xtremerui