-
-
Notifications
You must be signed in to change notification settings - Fork 32
buildpack-deps:jessie
over debian:jessie
#5
Comments
// CC @pesho |
@wblankenship That's the difference between the main and the |
Ah, I see. That does make sense. 😄 |
IMO this is a Docker fable, the majority of deployments with Docker are going to be relatively homogeneous |
Could be, we can't know for sure. But that's not the only factor. The It's true that |
Wouldn't this be no different than what we are doing now, just moving a layer to another image? The only advantage that |
Not completely (assuming you mean the But then of course we'd need to maintain that base image, taking care to update it each time there's a security fix in curl/python/git or the debian base... not worth the effort IMO. |
What advantage does this offer? From what I can see, most of the packages installed on top of
debian:jessie
inbuildpack-deps:micro
andbuildpack-deps
aren't dependencies of our project.The text was updated successfully, but these errors were encountered: