|
|
|
|
|
by nerdjon
1953 days ago
|
|
It is yet another thing to manage and train people on as part of a CI/CD pipeline and development workflow. It would add the complication of, if I am looking at a given service needing to determine if it was built with a DockerFile or Buildpack. And then when that application outgrows Buildpack it will ultimately be easier (due to knowledge that everyone already has working with Docker) to do whatever the special thing that application, tool, whatever needs in a DockerFile than try to understand BuildPack. Opiniated tools are great, but time and time again when what we need deviates slightly from the "norm" they become overly complicated to manage and going with the standard option like a DockerFile would have been better in the first place. |
|
Agree to disagree?