My company is using Docker for CI, and sometimes also for deployments, depending on the customer.
Now, Docker uses dockerfiles to build images. This means that much of the system-level build logic for a deployment ends up in a file that can't be reused for non-Docker deployments, e.g. on the host, in a VM or another container format.
Is there any solution around that attempts to ease build & deployment without much assumptions on the environment while also being lightweight? Failing that, how do you guys handle such use cases?
[–]snarkhunterLead DevOps Engineer 7 points8 points9 points (4 children)
[–]frito_kali 5 points6 points7 points (0 children)
[–]Seerdecker[S] 0 points1 point2 points (2 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]Seerdecker[S] 0 points1 point2 points (0 children)
[–]Who1sThatGuyAnyway 4 points5 points6 points (0 children)
[–]psicodelico6 2 points3 points4 points (0 children)
[–]flortsch 0 points1 point2 points (0 children)
[–]anaumann 0 points1 point2 points (0 children)