projectriff-archive / cnab-k8s-installer-base

A CNAB bundle that allows creation of other declarative CNAB bundles
Apache License 2.0
0 stars 6 forks source link

adopt new image relocation approach #62

Closed glyn closed 5 years ago

glyn commented 5 years ago

The new approach is for a CNAB runtime, e.g. duffle, to produce a relocation mapping file when relocating a bundle which is then used when installing the bundle. Note that the bundle itself is not mutated by relocation nor is a "relocated" bundle produced. The mapping file is then mounted in the invocation image's container so that the invocation image can obtain the mapping.

This issue is to remove the current relocation logic and replace it with use of the mounted relocation mapping file.