You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #492, I noticed that there was a concern about whether Config.Volumes should be included in layer changesets. IMO the answer is clearly no, but we have to make a bunch of other decisions:
Should layer changesets ever cross a mountpoint? My gut says no, but we need to make this explicit (and what mountpoint we should start at). There's also a platform-dependence issue.
From #492, I noticed that there was a concern about whether
Config.Volumes should be included in layer changesets. IMO the answer is clearly no, but we have to make a bunch of other decisions:Should layer changesets ever cross a mountpoint? My gut says no, but we need to make this explicit (and what mountpoint we should start at). There's also a platform-dependence issue.
While conversion: add document about image -> runtime configuration #492 is defining the conversion of
Volume->mountsit's not a hard requirement, which means that either we have to i) talk aboutVolumesinlayer.mdb) make the requirement hard.WDYT? Especially @vbatts who has had strong opinions about changesets in the past. 😉