From 56b0e67ac9065dfdf13f23ab6f81f3329b9f99e1 Mon Sep 17 00:00:00 2001 From: Juan Bustamante Date: Tue, 8 Feb 2022 16:12:47 -0500 Subject: [PATCH] Adding drawbacks to the registry only approach --- text/0000-deprecate-daemon.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/text/0000-deprecate-daemon.md b/text/0000-deprecate-daemon.md index 27aaea293..267a034b3 100644 --- a/text/0000-deprecate-daemon.md +++ b/text/0000-deprecate-daemon.md @@ -297,6 +297,10 @@ Could the platform be responsible for outputting the base image + lifecycle outp ### Drawbacks +* On simple platforms like Tekton. How might they produce this final image? Given a layout or tar of the Top Layers from a build and the ref of the run image, could they use an existing tool to stitch that together? + +* Another drawback is probably somewhat related. Signing images would not be possible inside of lifecycle if it doesn't end up creating the final image. + # Prior Art [prior-art]: #prior-art