devtron
devtron copied to clipboard
Checkout at path where dockerfile is present
Summary
It's not necessary that dockerfile is always present at root of source code repository. In case it is not, we have to either checkout manually to dockerfile path in pre-ci or we have to create another dockerfile which has all abosulte paths from root
Motivation
If dockerfile is not at root, checkout path will run docker build from the path where dockerfile is present in source code repository which won't need any changes to dockerfile
Proposal
We can solve this using an input field for checkout path
AB#408