Closed johnstcn closed 3 months ago
Part of https://github.com/coder/team-coconut/issues/11
Builds on top of https://github.com/coder/envbuilder/pull/282 and https://github.com/coder/envbuilder/pull/283
Extracts the logic for --get-cached-image to a separate function
--get-cached-image
Also pulls out some other common logic shared between Run and RunCacheProbe. There is more that could be DRYed up, but leaving this for later.
Run
RunCacheProbe
Part of https://github.com/coder/team-coconut/issues/11
Builds on top of https://github.com/coder/envbuilder/pull/282 and https://github.com/coder/envbuilder/pull/283
Extracts the logic for
--get-cached-image
to a separate functionAlso pulls out some other common logic shared between
Run
andRunCacheProbe
. There is more that could be DRYed up, but leaving this for later.