From b5b2f0862bbc063f5613ae0b8fee5803590643bd Mon Sep 17 00:00:00 2001 From: Juan Bustamante Date: Thu, 10 Feb 2022 12:18:56 -0500 Subject: [PATCH] adding drawbacks --- text/0000-deprecate-daemon.md | 1 + 1 file changed, 1 insertion(+) diff --git a/text/0000-deprecate-daemon.md b/text/0000-deprecate-daemon.md index cd3d27412..a7a05eff6 100644 --- a/text/0000-deprecate-daemon.md +++ b/text/0000-deprecate-daemon.md @@ -227,6 +227,7 @@ In the following gift we can see the output image exported to the filesystem in - A major drawback is look-ups. All known and anticipated images must be available on disk since there's no registry or daemon to do further look-ups against during the build process. - Exploding the images into disk could affect the performance and be very costly +- This approach could have conflicts with the implementation of the Dockerfile [RFC](https://github.com/buildpacks/rfcs/blob/dockerfiles/text/0000-dockerfiles.md). If we try to customize a base image using a Dockerfile there is no way for Platform to know that it needs to pull an image declare in a `FROM` statement and save it into the filesystem storage. # Alternatives [alternatives]: #alternatives